Loading Tool

Explorer IconExplorer

Memory Pool

28,450 transactions
12.53 vMB
0.04198393 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.46/200 MB

Candidate Block

Mining Attempt 56e4d1579d6b18ac897f1418c42b79502108edf11014d09f8c2cac628d0b91bf
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root d2bbe7d481d33bacac3bc600ba8b6aa21c2f88e76096b711382451598092c767
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 0.99789475 1.00 vMB
Total Fees: 0.02033252 BTC
Feerates: 151.02 > 2.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (765,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
148,562 148,562 00000000000000732c2a60f12f47a145f70271cbc38d6527ff4c3a5c9c82e979 105 0.04/1.00 vMB 384
148,561 148,561 000000000000069914c315d0ba9caf1f6ce2e0027a2ab7ecc4274da135bcb423 46 0.04/1.00 vMB 107
148,560 148,560 00000000000007f9c7e91d4976c50efada6cd4db70d79e6b58eec8bb96d48b05 28 0.01/1.00 vMB 68
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.