Loading Tool

Explorer IconExplorer

Memory Pool

44,376 transactions
20.23 vMB
0.06381169 BTC
Random Selection Loading Transactions
Max Size: 114.43/200 MB

Candidate Block

Mining Attempt 797f6db1b87c491a663519e0bf2a1674c47b52b514486fcd92712b0748d47d8c
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root ca47f8c2ff82d6e351bfe7606c829409d47d9dc3bc520654a499f40e76827c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,827
Size: 1.00 vMB
Total Fees: 0.02391274 BTC
Feerates: 302.27 > 2.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (829,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,521 84,521 00000000002c47493287035e6a0d4a3b54b9dd4cd96b84b3cc42c3771d9ca1a8 2 0.00/1.00 vMB 0
84,520 84,520 0000000000176e5402387dd2e02517fe9b3e21e472f3bb4563258b4444d7a655 2 0.00/1.00 vMB 0
84,519 84,519 000000000029bea954d2e4804f2b08a452e78c5581eb16156f5ac54364356f11 5 0.00/1.00 vMB 0
84,518 84,518 0000000000166e88caae3df05453ae5cf44ba1e44afbbf6a78ae2aba00df1967 1 0.00/1.00 vMB 0
84,517 84,517 00000000002ede219521a7f284eb2635aebed21da05bddc8d593b3843e704f2d 1 0.00/1.00 vMB 0
84,516 84,516 00000000002e1b1e6a9aeb8a5b811eaa1afe84bb06a9a818bbd02e60755db991 2 0.00/1.00 vMB 0
84,515 84,515 000000000012c76cc03dd5d08a026c6301f6b4740f0436b5621927098d979792 2 0.00/1.00 vMB 0
84,514 84,514 000000000014a179a24e73d5b05c47be51a52917d2715ef86570767ca882ebec 2 0.00/1.00 vMB 0
84,513 84,513 00000000000ff8d1c3bcb1e33c6c19dc84f63d32bdc8862173a7fbc58ffd9632 1 0.00/1.00 vMB 0
84,512 84,512 000000000010d81f4bf82b7557f8199fbca2229d668742029c23223d27ed10b9 4 0.00/1.00 vMB 0
84,511 84,511 000000000018563176aef8ae314f36b371f24f6ef28704aae7ab59caea704b00 1 0.00/1.00 vMB 0
84,510 84,510 000000000012f999e9718a20792cbecb1f6657c72f897c392be20f6e08006262 1 0.00/1.00 vMB 0
84,509 84,509 0000000000047ceb2c2f8f24979c3da57f559749f87180ba4a814f7a56aee60f 1 0.00/1.00 vMB 0
84,508 84,508 00000000003055b56434a85651a85601af0f4a4117d603ad24d931b095fa6114 2 0.00/1.00 vMB 0
84,507 84,507 0000000000305bbd3f9c42157e9aa76eea30552cc60a86ef639d1abbc8074be7 1 0.00/1.00 vMB 0
84,506 84,506 00000000000492c13a20b6345592d46b9c14607d6b282874c6d913ada82bb0d6 1 0.00/1.00 vMB 0
84,505 84,505 00000000002e11ccbacb4702201b216ca9e210e9657c7e8846f41ab9d492882f 7 0.00/1.00 vMB 0
84,504 84,504 0000000000229a8b7c8e88f8d997be10c952512e19b3fb0ce11b20f448f60d16 2 0.00/1.00 vMB 0
84,503 84,503 00000000002cc72ac3895ff741a7b3efe33cb9cf3ccc2723007bdcc3ca60b315 1 0.00/1.00 vMB 0
84,502 84,502 000000000010eca104ccb9933780065d9fbd5a3370595c5ab419fd861584b97b 2 0.00/1.00 vMB 0
84,501 84,501 0000000000001bd34f5d8079c62e58dfd39dbbd78fdf52b93cbb1593579ad022 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.53 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: 535.47 GB
    • Received: 5.91 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.