Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,608 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.93 vMB 2,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (869,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,405 39,405 000000006154a26656df5bb860f51fba5748fc57132a271b9fffd8faf6fe7e1a 0.00 MB 1 0
39,404 39,404 0000000055613f22c86107d5e62bc40fc30dd2a7d7e6fa02ce13c36b8033d0ac 0.00 MB 1 0
39,403 39,403 000000004bd56638f09b567cad6f08d4d9b55f19b6d66be7c60db182dbc2667e 0.00 MB 1 0
39,402 39,402 000000005a25b3616e4fb491116b63bc48d31324bd6c0660606bdc7df5cbfc0d 0.00 MB 1 0
39,401 39,401 000000008c3674c23cd835d5cb672238b77dcb6ce06e57caf08d64a3dff90ade 0.00 MB 1 0
39,400 39,400 000000005393646a9207b3a2f1e61cdf6a7d76e8103026308729538bde597e72 0.00 MB 1 0
39,399 39,399 000000002b7f356d708091671d8c57a2f826757933bf756d82a4411791c32212 0.00 MB 1 0
39,398 39,398 000000007e61e4d63959f6ec0b09e645507e0cbf196953ce7488c236b5ee13ae 0.00 MB 1 0
39,397 39,397 000000006809c29c4a0e8b59f34a2c76eba2f5b841b2e2fb2b7ae6b6dc5347cf 0.00 MB 1 0
39,396 39,396 00000000508f507b38c303061de3f1c51e517d2f09712273c6ac8d06f76aac55 0.00 MB 1 0
39,395 39,395 000000003bf76ba0a4cf057a049edd19a775706bd06fdf8a9d2edc0549cd4ffd 0.00 MB 1 0
39,394 39,394 00000000569370ebbd36dc56f1e68e63b89be821fda3940d03ba619c1082ba0f 0.00 MB 1 0
39,393 39,393 0000000052f74d34cebfeeb06317ef65abc5f621a061167752401fbd17cfd0c3 0.00 MB 1 0
39,392 39,392 000000000f6f6d240a61521793cc6e95d93cf826d8840decf9c92cabda17c111 0.00 MB 1 0
39,391 39,391 0000000015a163aa36cef9406d514ee38ab16191dbd5b94dee7850a41d393aa5 0.00 MB 1 0
39,390 39,390 0000000050f1716ae373dc7099b8169c65585e1200aa8b08509bef68aed0c489 0.00 MB 1 0
39,389 39,389 00000000661b04d8f2d87fbe15148148d8dde40662297d48fbe353edd8531bbb 0.00 MB 1 0
39,388 39,388 0000000043e264999a8868234e94dbd70616281d105e0c0bde07e72a13f9c31f 0.00 MB 1 0
39,387 39,387 000000006bc0a7f04e28feb1b896c8387af079debb9328400b0ac8e2567afa1b 0.00 MB 1 0
39,386 39,386 0000000050522d0c5e5d60789092bedd8d846dc53c70f92e8c7a47693ace1693 0.00 MB 1 0
39,385 39,385 0000000052ad9edd1a4bbe57131f10d54078a9d8ddf4028d12a90bd691ae85b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.