Loading Tool

Explorer IconExplorer

Memory Pool

46,862 transactions
18.65 vMB
0.21696975 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.37/200 MB

Candidate Block

Mining Attempt 55b28c5b270dd1fa69d33bda49acc44e77cb269eccc0cc40bfb198bbdd28d64c
Version 20000000
Previous Block 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428
Merkle Root c083aa6cd651f4a2e7d63c7d1d1eec36adc8849bb5731c3473bae7085ebc6673
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,151
Size: 1.00 vMB
Total Fees: 0.07062258 BTC
Median Feerate: 5.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,316 (757,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,184 156,184 0000000000000d04f126eaf2d79f2be8d96e262a98261dbc6c26094808d4dd28 21 0.01 vMB 212
156,183 156,183 0000000000000587f14ce22fa0ea4b794e426b78a94605790677c72d75b6aadb 6 0.00 vMB 49
156,182 156,182 000000000000041d460c078822c916db74e96133c60e456df6658988418ffcb0 57 0.04 vMB 12
156,181 156,181 00000000000002f7346dd55f625ba7ab07fbb216fa4955a66e6f34d115187876 6 0.00 vMB 1,095
156,180 156,180 00000000000004bf749be4665410b472b1ac4562b29849868a22dd971c9ab61a 13 0.00 vMB 82
156,179 156,179 000000000000076a634aee7846de74fa5cdfe851a7a893249af6a8ddfb23e096 12 0.00 vMB 17
156,178 156,178 0000000000000791ef06f0fd93dd827e44c06dab42911c2369a142a5c88c4c32 12 0.00 vMB 30
156,177 156,177 0000000000000737cff354aae0af31caa843d608fb297881ea44745cddd92c4e 32 0.01 vMB 53
156,176 156,176 00000000000001a34088da4eb4f161d8db160228311f05da6d093c1f4a43907d 51 0.03 vMB 160
156,175 156,175 00000000000007dc8a39dfc3308977e0dba8ef6263d62f91106de89865d15ed8 18 0.01 vMB 27
156,174 156,174 0000000000000b15de3b2e2a8d9dd422755f8962527fc6c5c0db29ac12a16a1b 24 0.01 vMB 102
156,173 156,173 00000000000003852afb0702aaf7a16fb9214b3b864b2ed26697f39f39e602fd 41 0.03 vMB 223
156,172 156,172 0000000000000d2d071127d07e32772e4f1bc03908465ce77c34e72c8beb8586 78 0.03 vMB 21
156,171 156,171 0000000000000566f125b8b522222cd4aa8379cabcf3120b32b65088048c5c7d 15 0.00 vMB 70
156,170 156,170 0000000000000232234b887b14b46a045d59980de2cd393045ddd59dbf6b58be 63 0.02 vMB 118
156,169 156,169 00000000000001c7c62c7f82389667a20c2d5aad9aa4503d0127fa40239c6aa3 45 0.02 vMB 35
156,168 156,168 0000000000000c1061b3e93919a15318754ea886f94957a2b430b0ccedf60c81 3 0.00 vMB 96
156,167 156,167 0000000000000711159b4562f1c1fc95b004e84c670aeb3db4be948eac520653 56 0.02 vMB 27
156,166 156,166 000000000000059a04d568aca1edc50b78db3fc73757227371191c3c216dbd81 47 0.02 vMB 111
156,165 156,165 0000000000000d7829632160b07a121ff305cc909115f143df759412b244dd96 52 0.02 vMB 49
156,164 156,164 0000000000000ee8bab537f374c45c4f76f09606ce149825bc0d27bfdc595182 50 0.04 vMB 50
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 98.84 GB
    • Received: 0.44 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.