Loading Tool

Explorer IconExplorer

Memory Pool

40,913 transactions
25.88 vMB
0.05092379 BTC
Random Selection Loading Transactions
Max Size: 135.12/200 MB

Candidate Block

Mining Attempt 02325e17729b714d07f703b3d95dc2198b5587a61868a6c0fcccee0a59ab3844
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root f37391d1ea7a3bec8ab48fc4f1b47000182a20d494d5afccd9ebf17f34b6fcb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,250
Size: 1.00 vMB
Total Fees: 0.00394929 BTC
Feerates: 40.21 > 0.40 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (208,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,954 705,954 000000000000000000071514411054c06283487457045e1d5b1266fb72adb41c 1,533 1.00/1.00 vMB 3
705,953 705,953 000000000000000000046e507ad432bc7a6d5be53bcfe73dee797231a5a08809 755 1.00/1.00 vMB 5
705,952 705,952 00000000000000000000a1e6ea5e4a4ae1e5d0601a9131201c5d88d993086ff9 1,534 1.00/1.00 vMB 4
705,951 705,951 000000000000000000056d5b5900628c3e8d7585fea00d589b499ef470152a0a 1,079 1.00/1.00 vMB 4
705,950 705,950 0000000000000000000a697088d6b5be8a217dfd431bd9bc5b432f0143bec00b 2,453 1.00/1.00 vMB 24
705,949 705,949 00000000000000000003e1314d3db940466fb09b8023d038229014a96c748e0b 1,714 1.00/1.00 vMB 3
705,948 705,948 0000000000000000000435115101ac26cb2795819dd40b39dafcd8567741b2f8 2,500 1.00/1.00 vMB 10
705,947 705,947 000000000000000000059ea846c1191a34ba3d1bb2ee8809f2dc35c6aafb5410 463 1.00/1.00 vMB 5
705,946 705,946 00000000000000000001c0c6d912d6debc0884bc567c5754041d518ff39da394 2,440 1.00/1.00 vMB 12
705,945 705,945 0000000000000000000bf210029aeb507d5cfea8dfba70b2e7d8fbfa484b7134 1,894 1.00/1.00 vMB 10
705,944 705,944 0000000000000000000969b841d5b7b43a94d280504b0416df1b8eb03e687f16 2,111 1.00/1.00 vMB 19
705,943 705,943 000000000000000000029885444ec55493c23ea8a120e2c3f9d2c8c0fe391779 1,932 1.00/1.00 vMB 7
705,942 705,942 0000000000000000000b52b0d054a0586125e7014c94c9929aa6e9cd205beb6c 1,277 1.00/1.00 vMB 9
705,941 705,941 00000000000000000002909cbacb7841aa5bb062687fca9713a0986611705d95 2,279 1.00/1.00 vMB 14
705,940 705,940 000000000000000000019acaceac3a7b2aeee683627282d449d5a5cd80e772d8 1,901 1.00/1.00 vMB 13
705,939 705,939 00000000000000000005c4a63f2b61bb12e09c81419ba30e8d8d9801a7ea1cbe 2,319 1.00/1.00 vMB 12
705,938 705,938 00000000000000000001f3528a206249c85fac839abcd00f64b723e5a305a17f 2,714 1.00/1.00 vMB 11
705,937 705,937 0000000000000000000956ca0a1681ec03a7eab902fcda31dfff281577bc6026 1,740 1.00/1.00 vMB 12
705,936 705,936 0000000000000000000a65055690dfea5ecda65bdcf9a99f56d2ad8b62b9ce49 2,524 1.00/1.00 vMB 27
705,935 705,935 0000000000000000000180636e7d086c3cf6800c6452e655ce0ad5551a8701c4 2,087 1.00/1.00 vMB 12
705,934 705,934 00000000000000000006662ea8b5c9c45b1fb37740c910c95d77c1b2e0e3e5d0 804 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.