Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,640 transactions (1.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,510 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,509 (867,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,571 42,571 00000000153eb00187586b86071982186c33fbe8019c2f5617886491658af237 0.00 MB 1 0
42,570 42,570 0000000027c87e63cb259e69626a1cef1bec13e33e11b919b27d63b024f7fae6 0.00 MB 1 0
42,569 42,569 000000000edfa7ac4115527ee674bfc5ffdd9ca73172a034970b7e632a87f47a 0.00 MB 1 0
42,568 42,568 0000000038bd9c967b56901f9cb211d9d162800de18e955a6719397907db191b 0.00 MB 1 0
42,567 42,567 000000001b923ce518b82faacbafe495f025e52396058786794dfd9c90299d98 0.00 MB 1 0
42,566 42,566 000000003655707ffa17062e5c119ccd3c9165e0859d0ef7ca80f6b02dd62124 0.00 MB 1 0
42,565 42,565 000000001f0401c5fb9bd4987e02d664ab2e37e182ba30822c35681ac1a90f1a 0.00 MB 1 0
42,564 42,564 000000004293319eb30769b79d145530845a46c8e7a85870ef21b591affbe3ef 0.01 MB 2 0
42,563 42,563 000000000e9b8e6c937c091db4f11b9b9de445d653e858e0fb4da96e47aeeb66 0.00 MB 1 0
42,562 42,562 00000000389375c225f6f253954686c195b6100f942d2d30969820c6398165ac 0.00 MB 1 0
42,561 42,561 000000000613a9b7d138ebff38e99b24f398e5693bc2c9cbf1a55470eec1fb5d 0.01 MB 2 0
42,560 42,560 000000002c4f382be70290c5bf02dac879a73ab3e0e6f7ececbf7858ebd14500 0.00 MB 1 0
42,559 42,559 0000000038a3da90d4bc0cb917e6f1f139423f36cd912bbd405054d87cc75fce 0.00 MB 1 0
42,558 42,558 000000002bfad50b8d145c664b4d06387e30bb830fa36efd15f8466a5155c81f 0.00 MB 1 0
42,557 42,557 000000003b23039979ae4b8d1dadba4aed750531ad638bd6a1928ef23c120772 0.00 MB 1 0
42,556 42,556 000000002bdf4c3fab2c7638ca78bbbae5205dc3084697d8c50020422cc0c09d 0.00 MB 1 0
42,555 42,555 0000000029f1e120737da494ae2cb87deedcc7c6040801cf6866567ed38a449e 0.00 MB 1 0
42,554 42,554 000000002a190377c2db2c0f23ba2cc3dd6de4799446db6d7d1f4e83a8e32ea9 0.00 MB 1 0
42,553 42,553 000000002f3de8ae41ef5c872597e19ada40e92b2652679306c6f1bceeb747e1 0.00 MB 1 0
42,552 42,552 000000001b1e4d19004946b6f3aecedbe9ce2d37e2f01b7a6ac20a86eba66790 0.00 MB 1 0
42,551 42,551 000000001a00dbb43c65c44266ee533c3b95ad541b3330d34aa97cb209c1d3a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.57 GB sent, 120.22 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.