Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,389 transactions (0.38 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,035 000000000000000000022b910000000000000000000000000000000000000000 0.37 vMB 1,379 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,034 (838,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,984 73,984 000000000066f5f99ac8fe21ce9c4874a169dbb0f1749c4b05e5b05db9033296 0.00 MB 2 0
73,983 73,983 00000000005ce3359f029985cac384c02b5dae8b1907269072eca638c5784ebf 0.00 MB 3 0
73,982 73,982 0000000000a82cde26670ac01454cbc722d2c34a7e752365d34416e083c4b4ae 0.00 MB 1 0
73,981 73,981 000000000099e1b0cc413900ce5b97158cd52ddd7ed01906631d6bf1a3672094 0.00 MB 1 0
73,980 73,980 00000000003b4fefd470317ac4a8f8d0b668eb5e933f3a7cd190c2b926ad313a 0.00 MB 2 0
73,979 73,979 00000000005eb7855c701027779e4d75eddc0404a76611b7681d1a678b3deb46 0.01 MB 4 0
73,978 73,978 0000000000622373bafc00603f6d8fa9fa45f4b0ffa688aaf090d4cb83d2c6c9 0.00 MB 1 0
73,977 73,977 00000000003fa4f078513d3db897356973f868cba36813b6e9c47c20138bea43 0.00 MB 2 0
73,976 73,976 00000000004f4a0e8536b7cdfd95bc083265db1a98dfe753ef9ef301c3dd29a2 0.00 MB 1 0
73,975 73,975 00000000004aaaa82bc985c17ed488d262dba820080652a7c50e242b02efb97d 0.00 MB 2 0
73,974 73,974 00000000009e5c3226601959617c1481a99240eb19fa3a17d633d8257f5f2429 0.00 MB 4 0
73,973 73,973 000000000022d3b0a0c86e197687d57288c702b0643ad09905049ffaaf461f03 0.00 MB 2 0
73,972 73,972 000000000082c407154961c13c10f28bad12c0ffa762b66d2bec17f267cc70c5 0.00 MB 4 0
73,971 73,971 000000000015a238599390e37f2f2a62049599272c58dbdaae2f05c7ec8c7811 0.00 MB 3 0
73,970 73,970 000000000061368858d9634b5f59d599375bbf79cdcd42c8c2593e0281e0a217 0.00 MB 3 0
73,969 73,969 00000000001b5eeb17b8371fc90b6a1bdf7cb1fee01bb09c1b56b9e9ea2d0816 0.00 MB 7 0
73,968 73,968 000000000063a2564cb9e9f708862bd016e2719e3b3d2eefc2b8abef1c4cc95e 0.00 MB 9 0
73,967 73,967 000000000047198583846ef9de5518c73525cbbce0fb9d9dcd7a8494ecae250f 0.00 MB 3 0
73,966 73,966 0000000000ab6ce1d420f1cfe0965125cf999a2b51b88a1ea4a44570e21f8d3d 0.00 MB 6 0
73,965 73,965 00000000004c1f156b5806821a530596f9b72b84a9a7c4b5628e8071e4c3381d 0.00 MB 1 0
73,964 73,964 00000000003d0e8b0709204e00cfc0e68fd6b95598755bebed6eae64c3befac1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 777.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,520.91 GB sent, 134.16 GB received

Notes

  • This page updates every 5 seconds.
  • 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.