Loading Tool

Explorer IconExplorer

Memory Pool

24,277 transactions
5.60 vMB
0.03220060 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.80/200 MB

Candidate Block

Mining Attempt 0f90381abce59cad0d519ea8e82c4bae5054c6d193065bc9c33920cf2ed898e7
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root baa890fa8ea42073ffd40aa55245588a17fee6edea15b1f310632d30c3f61308
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,898
Size: 0.65 vMB
Total Fees: 0.01917897 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (659,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,431 253,431 000000000000001c85757bae167f3a472fdac4f4723e5a1b19eabe625a016417 0.35 MB 953 131
253,430 253,430 000000000000002a8448000febf9cd67b7d2fe199324435e62da75d5e4570f0c 0.05 MB 116 67
253,429 253,429 000000000000004fe39cf6ed670d606933500e33e903a196db38da6877a9c32c 0.17 MB 487 121
253,428 253,428 0000000000000001a75d29aec63cb19250f94534e0373f17fb0f1665b8580bfd 0.43 MB 1,050 120
253,427 253,427 0000000000000008eeb6fa2480c9151a1f0fe342f4fcd59b1ee6fcae07540d23 0.13 MB 220 102
253,426 253,426 000000000000004b6dc4a337acf5267ed19ea3f0552298d2815b00547e9e1b21 0.07 MB 173 70
253,425 253,425 000000000000004d69bfa91a524c5123192d2c93f84d24f4dc30e7d273e17949 0.25 MB 716 107
253,424 253,424 0000000000000019111d4efd47d5777ff9cca03c107b51285c3497741643b611 0.04 MB 64 58
253,423 253,423 000000000000000a3a53dfec2c38283d2204bcbb8d05f27789553c41a770a90b 0.09 MB 218 130
253,422 253,422 00000000000000128a3bc402bc32cd8ca461f11044af5ee49cf32496624c5f47 0.06 MB 146 67
253,421 253,421 00000000000000167351cfd83ffd7c1ae0357825a50b023877fce92a44f60289 0.22 MB 579 118
253,420 253,420 0000000000000022d2f1a0df5648a7e044bf76bba8008f4f0acb445902446616 0.21 MB 530 138
253,419 253,419 00000000000000270789a882dc656a26697e64904482e0a060779879508e1306 0.03 MB 73 22
253,418 253,418 000000000000003072ceb65bceff72754075d41cc1b5d651a80b9a9c52aebcea 0.36 MB 870 120
253,417 253,417 000000000000003c20b3002f0e2656ab531862bbc4958c872dd885278b0c0bce 0.15 MB 345 99
253,416 253,416 00000000000000150bf8733fe35dc02b55faa8b4b91b11f574a64030d1eb4d68 0.04 MB 102 83
253,415 253,415 0000000000000003468ca8423fa54045e9350b76b0e96b3c44aabadaf7462405 0.25 MB 277 53
253,414 253,414 0000000000000037ebe76a4ce5b86c00a11be0de5fa87252ad3943d804cff341 0.25 MB 130 56
253,413 253,413 000000000000003d55ebf9ebdbb31990d00b194930c015d2b2c432c3700c9104 0.25 MB 627 147
253,412 253,412 00000000000000060bac8e0570589c9776e7e3926858b82f49c67eb28ee8897d 0.24 MB 529 82
253,411 253,411 00000000000000469c29c8f76fecc5159581034331fbb82f8f98759fb0dcd28b 0.22 MB 512 135
Previous 10 blocks ↓
Total Size: 778.85 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: 386.69 GB
    • Received: 3.48 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.