Loading Tool

Explorer IconExplorer

Memory Pool

41,973 transactions
26.40 vMB
0.07177269 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt ca8c257003e3ea3e41f3d7b0418207ae3adacc363cc38bc41c9d5e1a96d0429f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 975462fbe7998c134ef10e92a9710cf2b3f8d62abe6ec1e19a07600b2b0aad17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.02345393 BTC
Feerates: 151.16 > 2.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (56,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,615 858,615 00000000000000000000dd1ee5ffff1b823029ccb49ad30395d085d51f531d03 3,977 1.00/1.00 vMB 8
858,614 858,614 00000000000000000000ca56dc7635e1f5e28f2560f97b24f0647f42df241dd1 7,713 1.00/1.00 vMB 2
858,613 858,613 00000000000000000001702ce965f36a8d2d2f9b90eba88ab163d4fe8f836ae4 4,285 1.00/1.00 vMB 2
858,612 858,612 000000000000000000029f5c62d43dfc452c1f7f582999b42487bca3bd6a13a5 2,855 1.00/1.00 vMB 5
858,611 858,611 000000000000000000008e32944c0914c81fef0c25973b42b6724e57a0eadcca 3,117 1.00/1.00 vMB 7
858,610 858,610 000000000000000000028e0e4000352571a740dba73ca250fd628b5b581cbf8b 3,589 1.00/1.00 vMB 7
858,609 858,609 00000000000000000001b08e8fdbd239bb150e65ee5988c941f4a16f158c8162 3,454 1.00/1.00 vMB 9
858,608 858,608 00000000000000000000c6d41939c2256d7823f59a121f887c8f7d3f1630ce1a 2,532 1.00/1.00 vMB 9
858,607 858,607 00000000000000000002190a7da7733a8ee7a1ee7265863bee3517456453be5a 5,790 1.00/1.00 vMB 2
858,606 858,606 00000000000000000002a0281b5291924ae7894c3cf65d53cba24f0962bbcd9b 4,037 1.00/1.00 vMB 6
858,605 858,605 00000000000000000002798c625a1bc372616bf2c58b0286572f57e68b58c333 3,360 1.00/1.00 vMB 4
858,604 858,604 00000000000000000002c3339a16290401731ee7e7092dd3dab00275f2b9bf14 803 1.00/1.00 vMB 4
858,603 858,603 000000000000000000030078f09e4401b5fdbf4060aa6f8d5f0ba2eca066a4eb 3,483 1.00/1.00 vMB 6
858,602 858,602 00000000000000000000af871d7684d990b819f68a697e0d1556c9b1c3837b25 546 1.00/1.00 vMB 3
858,601 858,601 00000000000000000001721699df9a3c07d9864ede084396a9fbcfba918b2263 2,970 1.00/1.00 vMB 6
858,600 858,600 00000000000000000000d53f8ca46e86625f05a074d70f47013914d308342dd1 2,597 1.00/1.00 vMB 4
858,599 858,599 00000000000000000002987481f738b9b9dbbf578bf0b4ea30cbb0b4b7c2924b 2,951 1.00/1.00 vMB 8
858,598 858,598 00000000000000000000f303b52962927c9586a8342d07c0f51ead53e83d1621 2,893 1.00/1.00 vMB 7
858,597 858,597 00000000000000000003117eb16153be6506934f642f73560ef01325c8432651 2,120 1.00/1.00 vMB 12
858,596 858,596 00000000000000000000f3f4356ef4387873b61f267abf6ae6e66d2b52f97b3a 1,624 1.00/1.00 vMB 4
858,595 858,595 00000000000000000001e8b1a9ce93a6ce0046767f2d0c6257e2a96b889958b4 2,562 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.