Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,831 transactions (5.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,240 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (843,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,429 66,429 0000000002ad2dffb98974b8f506ced41a72471bdaf859b5c95bd392e4798283 0.00 MB 2 0
66,428 66,428 0000000000915c47601ec4bca207dfbadf5bf14a59f8b2012a1db7207ef80c85 0.00 MB 2 0
66,427 66,427 000000000ad78bf0b36960bc44253e6249b33b6a2978ba979aaa480a4c35c12a 0.00 MB 3 0
66,426 66,426 000000000add4764468a50ea5760cd615691f385e472d23842a23d8e327acb9a 0.00 MB 2 0
66,425 66,425 0000000001aa0ce27e9548194744eff6eba84d5285bb682f5216df6cc7c746a2 0.00 MB 2 0
66,424 66,424 0000000000b877af3799e203aadb9d0d764c230086208880c5a7dc0e27f3979b 0.00 MB 1 0
66,423 66,423 000000000a445d3ffaf39238374557323a30a523da2e1282b3554e0f0fbc9615 0.00 MB 1 0
66,422 66,422 00000000035b3aa37a269ce476309c5d79f4d8ea94e330b496192b5fbf9e479b 0.00 MB 1 0
66,421 66,421 00000000051ebbefe40e504814308be2ff481e938e4b06c030e5b05439290314 0.00 MB 1 0
66,420 66,420 0000000006dabba467b125c105b5aa469b983adf16773f639424071056cdc790 0.00 MB 4 0
66,419 66,419 0000000006b18e772cee1998587ed5407bd49376cf6995d9d684e39fd3ad78b3 0.00 MB 2 0
66,418 66,418 000000000ab1cdca1b67698f9db20cf716317a9bc00a0467e52508696b4bd6e1 0.00 MB 1 0
66,417 66,417 0000000003f2c9862d226bb8a535be80863274c5d839799ee2d5a9c4eb256e81 0.00 MB 4 0
66,416 66,416 00000000013cf96deed6b47187222ff2b4ef5c2bafb3dcb8e087bbbc80c2e6e1 0.00 MB 2 0
66,415 66,415 0000000009ce755e0fc50118e60197d74e746b18cc814b28e6d9ee64db972d3a 0.00 MB 2 0
66,414 66,414 0000000006e2ea23e13abd6b4bebf12eebe130037263a4f7b21eda4342afa333 0.00 MB 2 0
66,413 66,413 00000000089505a20ef7c7325ae322d76f9125725764083b95d6ecfc20d9fbac 0.00 MB 2 0
66,412 66,412 000000000345bace121a7ebc3040d154ed53cfe0d3710986dde79d5330cfcbcf 0.00 MB 1 0
66,411 66,411 000000000597daf5032f981fee19912df9d086dfceefda6df1fcee6c4db956d9 0.00 MB 1 0
66,410 66,410 0000000008e1800093fc4dc1e61042e663ad2a61740ac13a9b0a658f7fddbbed 0.00 MB 1 0
66,409 66,409 0000000006b6250066dda3bc7610eb21f07bdb6bf63c26fd518a47509f1a9997 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,154.25 GB sent, 112.59 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.