Loading Tool

Explorer IconExplorer

Memory Pool

74,979 transactions
20.45 vMB
0.05873546 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt c816a0842739908e20c126a0f9131476a5305e8bccff961478e5628b66d3193f
Version 20000000
Previous Block 000000000000000000011aa78267dc4c6434aa373f807c91b066a761e26e676d
Merkle Root 754886b78cbdddca92b7e58957798715c157969c8e6bde017f0c62f773ffaee3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,174
Size: 1.00 vMB
Total Fees: 0.01408599 BTC
Feerates: 100.46 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,978 (862,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,332 53,332 000000000fd9a8360a4e30f353d7d1ae138bdce6ecf300d79854ccf7fd5dad39 2 0.00/1.00 vMB 0
53,331 53,331 000000001031d78355d13f2daa206673b0a99d06503a92db143ed71821d390ba 1 0.00/1.00 vMB 0
53,330 53,330 00000000012e402f3f36a8e4df425471c487db39c13fef3f37113667821deb3c 1 0.00/1.00 vMB 0
53,329 53,329 00000000064c7dfbf7bd89ce14bb2402b95aa5a58d520ce66d4590398762aad6 1 0.00/1.00 vMB 0
53,328 53,328 000000001045d177de3d89f4d3eee0f57cd109aba5bd1bd48f8242336670a46c 1 0.00/1.00 vMB 0
53,327 53,327 00000000061126e1ad136b4b80a7fd54407e009926875425b6748e20349ad1fb 1 0.00/1.00 vMB 0
53,326 53,326 00000000008634f0cd39062f6a3c5ceeb4b4a99538fc5341ade5aaf708b064ca 1 0.00/1.00 vMB 0
53,325 53,325 0000000006d23a3c590f356928bf054d6a058c3cc76d51606fa66d3c9d964f83 1 0.00/1.00 vMB 0
53,324 53,324 00000000004866138bfedd25886875716e4ad6fd19d97786a2e610dd2c04b120 3 0.00/1.00 vMB 0
53,323 53,323 0000000003c0d34d0bb57916a5092914144b552a878882514af3c38e352ed722 1 0.00/1.00 vMB 0
53,322 53,322 00000000158f4bc5995dce3884e19f7d3b243d6a727f9e776f8a8a69b7f01784 1 0.00/1.00 vMB 0
53,321 53,321 0000000009aaf911b3caf1c536ce6b1e2ce55d157346daf9815490e2ef02fd97 1 0.00/1.00 vMB 0
53,320 53,320 00000000129a8b58ccfe5f84e39af0bc075a65706a9d6864fba4223320535215 1 0.00/1.00 vMB 0
53,319 53,319 00000000058307f08b9e32f45434075791af5d142b40747b26efb4884d0d68ac 1 0.00/1.00 vMB 0
53,318 53,318 00000000118c18db0a0253d1d3ddb29e5197ae9a02ee5bb1752fefee9a9f83c0 1 0.00/1.00 vMB 0
53,317 53,317 0000000006061ff2197ce45f3afa0bbd20038bd02a3cf5542ce132a50b3b8e8c 1 0.00/1.00 vMB 0
53,316 53,316 000000000a8f5609fa4b70a6673b090cd7bb8fd4bc7a9437d4ec3075619524ac 2 0.00/1.00 vMB 0
53,315 53,315 0000000003ba3c09e4cb26248e5e1b9b3d41153233c09d1144b87e14adabe2aa 1 0.00/1.00 vMB 0
53,314 53,314 00000000150e20cb25285e449516135898c5ba0785507ab9d37b4cde3cc9a537 1 0.00/1.00 vMB 0
53,313 53,313 000000000f35fa3f7c50f0542dbb94ce934d1ef9ebbf20169a24a3d81cd37e48 1 0.00/1.00 vMB 0
53,312 53,312 0000000012177e6a6c1713c6d5fe3c4a258882458112f9f00a3523f285f2fa6a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.78 GB
    • Received: 23.06 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.