Loading Tool

Explorer IconExplorer

Memory Pool

77,867 transactions
29.02 vMB
0.06920020 BTC
Random Selection Loading Transactions
Max Size: 173.78/200 MB

Candidate Block

Mining Attempt 74a36eafdae72a90af7340301545a175a381a23f29d2a0b626af8e7892e70a83
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 2a776d1d30bca8a7a00f8988add49e2f652b8db09378d1431b6ec5c92f3cbfb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,359
Size: 1.00 vMB
Total Fees: 0.01034893 BTC
Feerates: 73.20 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (324,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,479 590,479 0000000000000000000cadc303fbe1da0bf5a1bb95c2b9752fc1fe7627404663 2,396 1.00/1.00 vMB 16
590,478 590,478 0000000000000000001a8515dd6e51742d35ea4143f58850d5fde85f90829db3 2,130 1.00/1.00 vMB 26
590,477 590,477 00000000000000000002c216de0248fc47413d23b0c51867555a80866b5ae152 1 0.00/1.00 vMB 0
590,476 590,476 00000000000000000000dcb6d84fdf2ef10a5c5951ad3a3d5437cd25ac76b533 2,625 1.00/1.00 vMB 11
590,475 590,475 00000000000000000015d538f1c8302df371d72115a1676e5d76a7d1a87128fb 2,382 1.00/1.00 vMB 35
590,474 590,474 00000000000000000011b712f0994989619adf9c9d855ef108ce95dea23fc052 2,876 1.00/1.00 vMB 63
590,473 590,473 0000000000000000000276b9ed0f31a2e7c557a8ad7c1672a9666cdb44381e25 3,499 1.00/1.00 vMB 85
590,472 590,472 000000000000000000075a6003258921c2eedd93114c2d7999fe879dbc5f4189 2,934 1.00/1.00 vMB 37
590,471 590,471 0000000000000000000a98caa5e1ed6cdf9d385880bf6c434a634f9194c8a0a2 3,112 1.00/1.00 vMB 10
590,470 590,470 0000000000000000000aaded52d5ea4e6d3870341715c91d4d4d8d5a38fe8bc6 2,714 1.00/1.00 vMB 51
590,469 590,469 0000000000000000000ad0126b1cac42b1504b9faf4c704fced24149c8709ffb 3,021 1.00/1.00 vMB 53
590,468 590,468 0000000000000000000662ca7f874b628b8d67adee60a39d2f29fe7b12c94004 3,302 1.00/1.00 vMB 57
590,467 590,467 00000000000000000002f5105dc4fabbffb290589989f1108a3c0249e8abd3eb 1,673 0.51/1.00 vMB 33
590,466 590,466 0000000000000000000d27299e581c243c370bb942f5f02eecb13fc382ad600d 2,225 0.90/1.00 vMB 25
590,465 590,465 00000000000000000012623d52c5d7211c2e6f9c6679585bc8a8d264585484d9 1,612 1.00/1.00 vMB 2
590,464 590,464 00000000000000000016bfa840d5423aecae0d69b94a1951c402448aeef1b210 2,522 1.00/1.00 vMB 27
590,463 590,463 00000000000000000005e80d45f5dc84d8dfa8006776290484a457b3b6687777 3,250 1.00/1.00 vMB 66
590,462 590,462 0000000000000000000f53106bb2f37ea2fbe4248f840475eb315b6f79d49b84 2,976 1.00/1.00 vMB 35
590,461 590,461 0000000000000000001a0a7f043f28688fcd31075916acd1cb00ff81410f4367 2,460 1.00/1.00 vMB 53
590,460 590,460 00000000000000000012c402c812d94d7d23636951a0784cf14ae0c4d0349dd7 2,318 1.00/1.00 vMB 22
590,459 590,459 0000000000000000001736c0dc07af0d4291529f180d6fef2fc6ff0e31e02f0f 3,249 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.