Loading Tool

Explorer IconExplorer

Memory Pool

42,465 transactions
26.72 vMB
0.05406533 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt 4224171c8c4f46c08219716ac212425af5b3a9ff9863fb27501c04a21e7584f3
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root 070f9a973aaa471556781cd5c616f8b76b1d068da5ccfa2cf5844ae5b2c9b0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00467682 BTC
Feerates: 40.21 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (434,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,958 479,958 0000000000000000004c80b20225c8768d53cfb80b9e173d8df13b84171d474e 765 1.00/1.00 vMB 155
479,957 479,957 0000000000000000009faa1a9d4a0fe861e4761051115618b9d5b54608da7eb2 2,266 1.00/1.00 vMB 168
479,956 479,956 00000000000000000022b58f792e27131722ba28ea8fbc7f88b17e5e50534abf 2,306 1.00/1.00 vMB 215
479,955 479,955 0000000000000000011ae743b68f51c6382270eb57867e88207fb335b446dc28 2,394 1.00/1.00 vMB 129
479,954 479,954 0000000000000000000e6fc6cfb0e2b56e301636a7745494652dba43c885dc39 2,365 1.00/1.00 vMB 156
479,953 479,953 0000000000000000012b1507c4faee614d4abbaf488c125bdd2bf81f3599561a 2,365 1.00/1.00 vMB 124
479,952 479,952 000000000000000001303e7a4b76a47475b4636a207f89bbc8814389c2f8302c 2,342 1.00/1.00 vMB 135
479,951 479,951 000000000000000000e8138a712f8e4f8ccc4f64997b90c827af6973231e8c0f 2,221 1.00/1.00 vMB 142
479,950 479,950 000000000000000000c734032c2cfd6199091e7a266a3c235632d943998afb56 1,762 1.00/1.00 vMB 137
479,949 479,949 00000000000000000055d225e12fd61b3e341f568b25acab9d3dded8eb628a0a 2,224 1.00/1.00 vMB 163
479,948 479,948 000000000000000000054eaecaa943ce76f20885da9ab3cdeb9c43a1b1e6d216 1,709 1.00/1.00 vMB 152
479,947 479,947 000000000000000000b6a5fb2524fb754860e9a3321695b51ccc566ee163d36a 2,097 0.99/1.00 vMB 40
479,946 479,946 0000000000000000007a18ca15f9539638e8bc7de4fef6293355f96241a750a7 1,405 1.00/1.00 vMB 52
479,945 479,945 000000000000000000c91084c3f43db2cf1fe008197563b22aa00cbb88fb43a4 1,905 1.00/1.00 vMB 85
479,944 479,944 00000000000000000099e43822140c93eac62cb87689781946b2b0ae30f8ba74 1,417 1.00/1.00 vMB 145
479,943 479,943 000000000000000000689a6ea4615baec13dd888d041f74033eea97390dbcd33 1,900 1.00/1.00 vMB 115
479,942 479,942 000000000000000000f0af6e69c800f084d3d06c2a65e9a3551150f2f080d13e 1,877 0.99/1.00 vMB 171
479,941 479,941 000000000000000000c03bf723533a4fda0fbb3ad76150ed7ba51da4dc981e4d 2,178 1.00/1.00 vMB 154
479,940 479,940 0000000000000000003fe1930390fa2eed398e8d16afc1601fbd442870333a34 1,292 0.99/1.00 vMB 137
479,939 479,939 0000000000000000010a5c69e3a7cf3116b9a97d72bae85ff492313e10ee864a 1,850 1.00/1.00 vMB 157
479,938 479,938 000000000000000000a04f86af7d5b010c77cf221c901d938fd7ab08fde92bf9 2,261 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.24 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.26 GB
    • Received: 14.28 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.