Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

934 transactions (0.30 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
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (886,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,677 24,677 00000000c7e6c7e7c40a7bdcc787349f1140f28634b92398edad1d871f510deb 0.00 MB 1 0
24,676 24,676 00000000e2c82acb5402f387089b7849ee081f9ba961d917c614abf63380f701 0.00 MB 1 0
24,675 24,675 000000000ab7c43138e1bf90b3298e326148c308a54f8ce7b9df6ca2842e3665 0.00 MB 1 0
24,674 24,674 00000000e0afd6195727713459ea1a2044ff46b7bf30aac8e6ebc41283e6ead2 0.00 MB 1 0
24,673 24,673 00000000c8240fe2cb98dd0d6b1c4e0cb3041bb5644d1cbc057f5d6d67558420 0.00 MB 1 0
24,672 24,672 000000009b487fdbe566e8298e487aae6ed6dbcf07d3434c8dc1e3c5f3c3138a 0.00 MB 1 0
24,671 24,671 0000000047e7b3c715312ffb192bd27679607b864313cdd64e2a3ebdf7d641f9 0.00 MB 1 0
24,670 24,670 00000000d3821bdbe7bd6f1d46bd5e3b88e2893f27ea7b4a0a0ceb3ec791e20d 0.00 MB 1 0
24,669 24,669 00000000b694043f708bb5e94a83941360cfbd55dbfa93fba3c84a4ac7830477 0.00 MB 1 0
24,668 24,668 00000000437bea707ea7a6dbf59003e555d67daed761222f704d30591173de52 0.00 MB 1 0
24,667 24,667 00000000544de3c0fcd734d8d5d2e31aeda9653003142ee907038f4b42b38361 0.00 MB 1 0
24,666 24,666 0000000039a9eda6d84d3fc2c4afac15bf6eeb7feec38476e77ca4f75a2c5a0d 0.00 MB 1 0
24,665 24,665 000000003ea29e917da9e93d65aab8c57146533a6ea66421a0e54ae236e4243e 0.00 MB 1 0
24,664 24,664 00000000c5e5a914c199e03e35973ce166bfd3c09580ad1e4c2bd769e469231d 0.00 MB 1 0
24,663 24,663 000000006f82b19fce13eb6da8cacad22659678a4fed9108211878a719be0bc9 0.00 MB 1 0
24,662 24,662 0000000036a2d0e180ccf9f25b06ceffa875dcf2efd16d5e0c352e39d3be2e9e 0.00 MB 1 0
24,661 24,661 000000003a60f36329c1fc0dbcd5c40a629b1a5cc23293e80b2f60714f1c5d02 0.00 MB 1 0
24,660 24,660 00000000a09e54c6a03f36c20bfadac005c6590c1e8e3605830b34797b6632b6 0.00 MB 1 0
24,659 24,659 000000001562f8819926b9e992e95938f0efb48a63322608b336cb0880358614 0.00 MB 1 0
24,658 24,658 000000007d87bef8db54c81a31944725bf904301a1ebf946c6fc6f04f190ee13 0.00 MB 1 0
24,657 24,657 0000000077de8317ad3672adcb495839d4b8a09ed3f8068ce45102e12a1c5b10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.85 GB sent, 122.03 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.