Loading Tool

Explorer IconExplorer

Memory Pool

28,513 transactions
26.37 vMB
0.08379531 BTC
Random Selection Loading Transactions
Max Size: 128.72/200 MB

Candidate Block

Mining Attempt a3c31453756437579974f46012026f46d216414c7b6cd6a96feab607ee9d8e69
Version 20000000
Previous Block 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526
Merkle Root 618ea1e569f9df04d48114cde0eb7af6c153c4a061d0737f7a270551a65f58e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,849
Size: 1.00 vMB
Total Fees: 0.03042354 BTC
Feerates: 150.93 > 3.05 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,238 (839,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,824 74,824 00000000001f8d1bdac4f4f74ccfaa4b4c8069352283d937316a8705636875ae 1 0.00/1.00 vMB 0
74,823 74,823 00000000006c4e11ef2f9ad2a03b98debe106a984f21380cafb357178c571f47 1 0.00/1.00 vMB 0
74,822 74,822 00000000003a5695766344508a92260ddce82b4c325d7abd4aca8f7b07b28f7d 1 0.00/1.00 vMB 0
74,821 74,821 00000000000995f47538cf61cb46e2cbac13d1c3f9a50b9b5e394c0304d15ba6 1 0.00/1.00 vMB 0
74,820 74,820 00000000005753a9f8daaf0795b358a975988889fce671d120cb797f4782652f 1 0.00/1.00 vMB 0
74,819 74,819 000000000016c6f0e40b8c83c2caf293a4a571f24dcf72c3918edf023119ee09 2 0.00/1.00 vMB 0
74,818 74,818 00000000001664626d9cb8d2882794ea1d77b03ee05c02e695d48a0c74f01214 1 0.00/1.00 vMB 0
74,817 74,817 00000000005f135ceacbc9b2f79b304f30cc5e6b573fddf051296cb6962b5871 3 0.00/1.00 vMB 0
74,816 74,816 00000000007d63844e789ce1ab7c8d4cc2bc9c84d59e931cd94b398d0a3861ca 1 0.00/1.00 vMB 0
74,815 74,815 000000000010e93db09a5796ed818f07d24ac5f93b5379dbfc6b9332da32b0d0 3 0.00/1.00 vMB 0
74,814 74,814 000000000000524644d170f9141d98f98085faab58e680b88ac327d72d6535d0 2 0.00/1.00 vMB 0
74,813 74,813 00000000003560c62013f7ac46d0a3dd3b4104b1f67e3e4a6b7a8b6a3ea8c2ec 3 0.00/1.00 vMB 0
74,812 74,812 00000000003356837a3ced07d84dfb57142f32b70a30680216a8b93cd970e0a0 1 0.00/1.00 vMB 0
74,811 74,811 000000000061b72c7ffebb845d6fba97f1a124213fda14910b725f9f539ed106 2 0.00/1.00 vMB 0
74,810 74,810 00000000004a00211ebfda2fe7a8d8731bdcd84936cbaa2aa4c835b02c51db2e 1 0.00/1.00 vMB 0
74,809 74,809 0000000000227747c64f53752967a996978e95f32455a4ff7984508b1c51d645 1 0.00/1.00 vMB 0
74,808 74,808 00000000000de3fa51acdd0b2e560f95b7038a307db8a5be4a371666dc471e6c 2 0.00/1.00 vMB 0
74,807 74,807 00000000000fddf79e3da1885de87fc102c66e13ea280ef52ca6bd36bcb3dd4d 3 0.00/1.00 vMB 0
74,806 74,806 00000000005ea66ca3725825541de4511ae8dcf481c5840f7f1e774f68d889be 1 0.00/1.00 vMB 0
74,805 74,805 00000000003cb92fee931af655b0a61da42e2dbc2c8d4be5288e2aedcfb6c300 1 0.00/1.00 vMB 0
74,804 74,804 00000000005ed460064dca65cb9f79c56154bfbe4ab24e9b3722482761a7e796 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.14 GB
    • Received: 8.40 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.