Loading Tool

Explorer IconExplorer

Memory Pool

28,687 transactions
12.62 vMB
0.04460957 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.02/200 MB

Candidate Block

Mining Attempt face078077ba8799763e753627584cb84bac865bdd3a83162cf538c32f0a387f
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root a5b8dded8e5280df345991f831b3518d2ec3f482ebc2a30049ee318c9a84b91e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 0.997994 1.00 vMB
Total Fees: 0.02260040 BTC
Feerates: 151.02 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (765,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,583 148,583 0000000000000365d2968107a8abff56abdf3a9ffe3187ac09f8c59a09895dbb 11 0.00/1.00 vMB 0
148,582 148,582 00000000000005ad2e282d760e89c29903066a1c810c6cd60ea3aaca40465691 72 0.03/1.00 vMB 123
148,581 148,581 00000000000007fe23b3153a6b6ebc2879dff6b8914d29026d056d0cb9e34da1 179 0.05/1.00 vMB 12
148,580 148,580 0000000000000816b74a713bdb668ff31d8b1ed9f9bb1f64c6d2c3197b31c58a 79 0.03/1.00 vMB 329
148,579 148,579 0000000000000292406654c57e1268bb1808b7fb44f82335981ba3e77c22de61 13 0.00/1.00 vMB 67
148,578 148,578 000000000000060c8e33a1587639c464855e906a8f7820d4d96082c4281ee42e 138 0.05/1.00 vMB 109
148,577 148,577 00000000000005ee5fbfce1b02f45a2f53f45c51a900775760e98686d4c349f5 86 0.03/1.00 vMB 196
148,576 148,576 00000000000001d84e8c17277b61357955dedb7852d2bc74a1e074dcf337ef6f 118 0.05/1.00 vMB 369
148,575 148,575 00000000000006c08882eba406eb4da295c367085133d76d304e3a475f118a02 1 0.00/1.00 vMB 0
148,574 148,574 0000000000000109d077be657e6eaee9cbb21430f7c87d7662b4dd4ff9e7aea6 143 0.05/1.00 vMB 200
148,573 148,573 00000000000003647b2c96af1a0e554d5710bbde4e53b284229f7ad01eb14cb9 122 0.06/1.00 vMB 149
148,572 148,572 00000000000006cad98d6d9ddeb7a6f34645cccb03f2746fb7502e7ad9f778e6 82 0.02/1.00 vMB 93
148,571 148,571 00000000000002de0a083506cf05388508bc65780d9fa3f35a745acbd6029cfb 28 0.05/1.00 vMB 38
148,570 148,570 00000000000002cea7ff1415cf2c8ae1af5a10a74851cd41f8511c907f0f5647 49 0.03/1.00 vMB 27
148,569 148,569 000000000000066abc0303f6617691f5fbcd759a00ce9f88a042946e96bca296 10 0.00/1.00 vMB 300
148,568 148,568 00000000000000b4c593f887ee7ac294ea300158e33ef3b9314fe60b45a1f70d 26 0.02/1.00 vMB 106
148,567 148,567 0000000000000756c573a263441bc2857d37370cd544feda4d6de9552763c612 46 0.02/1.00 vMB 104
148,566 148,566 00000000000007a5a1be87b7864f32e83bcb42b34cda04778638f242a9c36afb 38 0.02/1.00 vMB 75
148,565 148,565 00000000000005871c517ae5293c354352525249cdea2f2a3afdbe931fc3a8bc 5 0.00/1.00 vMB 0
148,564 148,564 00000000000007cf906ab93e40951c819ce5d6678ae33cd34d138764b6e87fb5 9 0.00/1.00 vMB 73
148,563 148,563 000000000000041da921c69d858d973822848948f0232fa2a072e9b5d72ef196 6 0.00/1.00 vMB 1,225
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

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