Loading Tool

Explorer IconExplorer

Memory Pool

80,271 transactions
30.43 vMB
0.08087339 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 8ed9760eb265e5d8c1bb1df4107d6a49c052c21083f48c39be2255b8e72f45c4
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 44a242c14328aab1a54bb30b5633e994688a745bbf298a1cf479a4067a90992c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.01243921 BTC
Feerates: 50.77 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (629,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,061 286,061 0000000000000000f35e313973c79dfc7ded9ce6c54f73355757963d785af9d6 585 0.26/1.00 vMB 41
286,060 286,060 000000000000000105b4668fa1d14090b51941ca577d4adb1fab50b7b0af9b09 195 0.12/1.00 vMB 25
286,059 286,059 000000000000000060f55e2db4b462a8daa284cf96f4a12f08ddf0125dcc0b9b 207 0.06/1.00 vMB 102
286,058 286,058 000000000000000166c1df0822d08ce6e718f973e49592b838bf6225fe74c649 108 0.04/1.00 vMB 62
286,057 286,057 000000000000000109374c561e0aad7179672a9ebb3ad427ed8ae805cf7cae34 96 0.06/1.00 vMB 16
286,056 286,056 0000000000000000faf45c11dd91ec4216337dc1c8696cf32a9567e5be6d21bc 160 0.06/1.00 vMB 53
286,055 286,055 0000000000000000607f486fd71527cda9aff37a0ec523101cadf3e3f9383591 338 0.23/1.00 vMB 20
286,054 286,054 0000000000000000db4449d6e40a8f7ab1bd4bbe2a93e783f323e6e43077e786 192 0.06/1.00 vMB 90
286,053 286,053 000000000000000140f645f9cf120bca7a4bc88d5b337f3dfb8dcfba909002ee 32 0.02/1.00 vMB 30
286,052 286,052 0000000000000000d3b38a1aaad7bae4c7b362eba5a4e9e4c61290e471aee137 225 0.12/1.00 vMB 36
286,051 286,051 0000000000000000ed59c417b6edb93082995540746cbf2a789c041b06fb4f6e 272 0.20/1.00 vMB 34
286,050 286,050 00000000000000011b669ac8a4ebc3a3d0aefa7edac9a8f93a1c80960a12c5f5 284 0.12/1.00 vMB 39
286,049 286,049 00000000000000003d6a6b8afdc730dbe406f300912db88ebb98f0cb90e86ecd 99 0.04/1.00 vMB 97
286,048 286,048 000000000000000115e45f1dad677b2ebcd56b6cff46da586ae29c7b7e7eb7f4 605 0.34/1.00 vMB 33
286,047 286,047 0000000000000000b31f687f4a850265e9660b5bd0ed424412b7c131afc60054 43 0.02/1.00 vMB 15
286,046 286,046 0000000000000000ca7b1c99ceb3d6ff0df4dda4d26af15b7e3bb0b244d46025 339 0.14/1.00 vMB 46
286,045 286,045 000000000000000168086b439eea30f2f53fc7e7d43e5764a05f32f4afcb3728 1,149 0.64/1.00 vMB 30
286,044 286,044 000000000000000183b71a8a9064dc9f8e1376472512f4998f875d9ba017284a 64 0.03/1.00 vMB 40
286,043 286,043 0000000000000000fa73772b54e6fe7c3d55c08488295f021179ef9a0b996566 128 0.05/1.00 vMB 81
286,042 286,042 0000000000000000e2fc86a5fec755e082b1e552bf91a053f1470bf1465f44d1 833 0.43/1.00 vMB 32
286,041 286,041 0000000000000000bfd16c956a64c60bf3c4933697f66abd17123d7b64da5a65 15 0.03/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.61 GB
    • Received: 18.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.