Loading Tool

Explorer IconExplorer

Memory Pool

77,871 transactions
28.88 vMB
0.06764199 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt 92a1c625a9f4959fe559412818e2a44dde6a5364774ced41b92d8d5bb83300ab
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root b7bb58ecc14cef4ef201c435d8a50df8329330197e85a443100d91939c161299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.00741611 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (351,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,872 563,872 00000000000000000002e24e3d6ef8d78928e42de4ddbc93601aa34c806271e3 1,584 0.65/1.00 vMB 7
563,871 563,871 00000000000000000025956b82ebb00e0eb9f294cb4a0252888df9efdc770178 2,540 1.00/1.00 vMB 18
563,870 563,870 0000000000000000002052f7c181f8149c2a9612a55b369df7bd36e75c9de33c 2,797 1.00/1.00 vMB 8
563,869 563,869 00000000000000000018bd4480c1c67f52690647888d1639bbc82d4bee4f5f52 2,910 1.00/1.00 vMB 22
563,868 563,868 0000000000000000000df0e8b9b39803a59fe517fd587f747e9b78710598d862 2,679 1.00/1.00 vMB 5
563,867 563,867 00000000000000000027f73fae88ff28cbc6f0312796fca802f76b26b3e071bb 2,821 1.00/1.00 vMB 30
563,866 563,866 00000000000000000004cffe80ed8071be5302164f328870ad8a9fd185a2f0b6 2,365 1.00/1.00 vMB 33
563,865 563,865 0000000000000000002800d116a08f22527b9146337fca32fde3b650b5e19512 2,268 1.00/1.00 vMB 34
563,864 563,864 00000000000000000022223842b109ef94a5c2f6caab8097a23d4ddc2d819f23 2,694 1.00/1.00 vMB 8
563,863 563,863 0000000000000000000532b7125c174e027467ea5c26ff2b6bbce3535ce50cb1 2,216 1.00/1.00 vMB 31
563,862 563,862 00000000000000000019063e779a246fc8ffe777eb6290b516cea229f0fa0874 2,495 1.00/1.00 vMB 15
563,861 563,861 0000000000000000001626107b28698cb38c643a283cbed76c9f5f8767d94d40 2,350 1.00/1.00 vMB 10
563,860 563,860 00000000000000000015b8db62b309b814f480e23d8e8a0273b7e92e564a6610 2,445 1.00/1.00 vMB 29
563,859 563,859 0000000000000000001cc0a37dbdf7614a4ddc1f7f4613d9bf60d2ea1f5e8566 2,753 1.00/1.00 vMB 20
563,858 563,858 00000000000000000005b153472df0fa28c318287d7c3ee5b590713444db3020 2,537 1.00/1.00 vMB 36
563,857 563,857 00000000000000000005544d6d0e4e17832519d89d56f44c127c5cc0fb0ec25f 1 0.00/1.00 vMB 0
563,856 563,856 00000000000000000029e036d01947c65380d832a29c7af84d2fcbfcdeaea335 1,653 0.55/1.00 vMB 14
563,855 563,855 000000000000000000280010dd32b56cb6f1d7b8ef6a896ff11685832086be2d 2,691 1.00/1.00 vMB 18
563,854 563,854 00000000000000000006c5a1d7f04bfae1d40be715345caa672637747b11cc7a 2,644 0.93/1.00 vMB 13
563,853 563,853 0000000000000000000824a5fcd346de9d94bd182b4b419823d7be97ecf3629e 1,442 0.87/1.00 vMB 7
563,852 563,852 00000000000000000016de3d7c1d417bff69fd6c0654b182e3bff1fd85d17f9a 2,009 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.