Loading Tool

Explorer IconExplorer

Memory Pool

26,991 transactions
12.11 vMB
0.03244806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.10/200 MB

Candidate Block

Mining Attempt adda3fc9db93d0638ec8cb8514076b677d252a55b67d4c638fe2b6cf2bfa967c
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root a0150ae58bd3f45e38a80ba5ce64771f1469c8abc0e8c6f0140766db97787f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 0.99797325 1.00 vMB
Total Fees: 0.01199504 BTC
Feerates: 151.16 > 1.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (758,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,610 155,610 0000000000000d786819ddae50ef84f4bcae1d6deef88bdf9216c9cdb327c7f3 8 0.00/1.00 vMB 1,299
155,609 155,609 00000000000007357d605fdc22f0dd52cf70eb8ef50fe1d3650e7c4869b01d51 42 0.02/1.00 vMB 407
155,608 155,608 00000000000004076d9ece7d99fd2b727f7b8fd2e4e56a58b3b1e2a26301ed02 67 0.04/1.00 vMB 25
155,607 155,607 00000000000007f3efcdb64426bddb3e2a7360892a6dffc9974379d3ae02d4a5 17 0.00/1.00 vMB 25
155,606 155,606 0000000000000b9a059fa3035aaecae494224952a7da1aa3bdf613cbcf610e2b 19 0.00/1.00 vMB 461
155,605 155,605 0000000000000b528a0c087556bae03778fd824a9209da7808e1a3bd80de319f 14 0.01/1.00 vMB 89
155,604 155,604 0000000000000171f61c19d1795255dbcf4d540ba34a00f0cbad82026d19d76c 43 0.03/1.00 vMB 57
155,603 155,603 00000000000002531511b6f944f12f18d26de9909d81d30d685ba81c365bc229 12 0.00/1.00 vMB 63
155,602 155,602 000000000000077773c18f9906a1253388abff13251b32ba7ae2cf5c53989b59 24 0.01/1.00 vMB 200
155,601 155,601 0000000000000e7f36ca49edae8bc09a7166fd8a297f40c5706dff2a2cab0afe 20 0.01/1.00 vMB 118
155,600 155,600 000000000000096284eed54697a4eeb3ecbe9436f874c80efea76144de728b0b 10 0.00/1.00 vMB 35
155,599 155,599 000000000000052c628285d0aa6274ac75a3c828c5599486a0734ffa4744350d 20 0.02/1.00 vMB 66
155,598 155,598 000000000000049cd55f7f97bb1f11e3af470991a0136eee104d4b1ea9bb1fb3 120 0.05/1.00 vMB 132
155,597 155,597 00000000000000de503a6090d9446dc59b1912ffe9a9b82bc119f5a33a953ff4 96 0.05/1.00 vMB 22
155,596 155,596 00000000000003084646e6e2611485a8cc7f70da55e17ab43e5759118a1d2293 9 0.01/1.00 vMB 736
155,595 155,595 0000000000000182bd3781d5134d4a402b321165ece8d1909ebabd3978357c9c 18 0.01/1.00 vMB 213
155,594 155,594 00000000000000623122a182b167d565b94d55d2dc19768140afd531851d95cc 93 0.03/1.00 vMB 162
155,593 155,593 00000000000002b53a7b038acb007bdc4d968b36a39e6ae386ff4fb98882c764 32 0.01/1.00 vMB 270
155,592 155,592 000000000000032b4c7799b80129b507106cbd5633b33213e59cf4a857899e94 16 0.01/1.00 vMB 34
155,591 155,591 00000000000003857e819c684e9a0fe83589bcccc8cf1fee3d5d9015518b7f79 21 0.00/1.00 vMB 73
155,590 155,590 0000000000000969288d9add45d5ff1cd6e7ef70caeabea4008abf01d1046206 53 0.02/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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