Loading Tool

Explorer IconExplorer

Memory Pool

42,282 transactions
26.97 vMB
0.06448646 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 9189f9ccf485d09ced3a5a0547b9cd7fb2bbd5e0030aa2df68f885160c07b440
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2ea4900d05f67653a87ff2d6017b979901e77f7deaac9c389875c201fc268053
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.01429838 BTC
Feerates: 60.14 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (391,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,491 523,491 0000000000000000003179bf67aa5e136a41721bfe9e71c9daecb24b3d804b80 960 0.40/1.00 vMB 43
523,490 523,490 0000000000000000000cc1cfd5f515ddeb0756bcd0a889f30554b3800bae223c 1,642 0.78/1.00 vMB 43
523,489 523,489 000000000000000000095f89d6aace7e5b34a66d63beaa32a07b7b8aa7f820b9 351 0.15/1.00 vMB 23
523,488 523,488 0000000000000000003ca33f39f2a558d5143c9a0789c230d89784048c8866ec 65 0.02/1.00 vMB 67
523,487 523,487 00000000000000000029280fb913fe2a2e067bfafd89e79b69822f3e215e856a 816 0.41/1.00 vMB 50
523,486 523,486 0000000000000000003a9807ba36640abf525c412add6ed1a55fad15b239ca74 1,060 0.45/1.00 vMB 30
523,485 523,485 000000000000000000059554f757f7b1de904220acb93675b5f4c34f8d9910e8 567 0.24/1.00 vMB 55
523,484 523,484 0000000000000000000e6c54f76a31da622d2f876afe9bfd9491c2d8b2557de9 1,489 0.86/1.00 vMB 39
523,483 523,483 0000000000000000002a6e75babc8fd7861cfc12f204d3d6dcc6d5d4f4f9c8b3 1,584 0.53/1.00 vMB 38
523,482 523,482 0000000000000000000ab9ce437f3c2bee9bba7af99be5f9398e27452e223965 704 0.32/1.00 vMB 31
523,481 523,481 0000000000000000002e4260873e1fe8b63ec49878c53b5c3f1b0f6b31ec66b2 1,035 0.44/1.00 vMB 40
523,480 523,480 00000000000000000001a005c67cfa18c15f4ea97502201f5049d7c56a68e925 642 0.21/1.00 vMB 44
523,479 523,479 0000000000000000001e6bb86ca2b4e3f491683f6fd89fade6e0a6e804385220 1,658 0.83/1.00 vMB 34
523,478 523,478 00000000000000000029894bcc47ba7ae66d362ddb4133196b582da254faa968 297 0.22/1.00 vMB 42
523,477 523,477 0000000000000000003bd4dda65fe992035e56bdf9c35687cbdd4246c2e55433 275 0.09/1.00 vMB 24
523,476 523,476 0000000000000000001192a8b23d76be9f1ce277b5cf58ab9beb95531765d6d5 416 0.26/1.00 vMB 28
523,475 523,475 000000000000000000239181311a67bf688957d9ba345e0611d81a3edd934a18 21 0.01/1.00 vMB 31
523,474 523,474 00000000000000000002ab87e03aee8442142b0fcd780b5fe39cc9da0dd0f335 119 0.09/1.00 vMB 14
523,473 523,473 0000000000000000002ffb26ea9fcb08bb86cd53aa883faba2e7eeeec8d6f8dc 244 0.12/1.00 vMB 63
523,472 523,472 0000000000000000002932b610a0e82b2a83b257ad8dc9eff30e889c042b9b71 1,030 0.50/1.00 vMB 35
523,471 523,471 00000000000000000036de42b37daaa2571a8b7f6091b2595bead626edd5c2f2 100 0.05/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.