Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,238 transactions (0.97 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
910,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,238 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,369 (882,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,456 27,456 00000000d2e129ee24d4581a9ec88e6a81b46909be45de3b6e9114c359c1c98e 0.00 MB 1 0
27,455 27,455 00000000f6343aa1d4f860bbaf8f0bc57b56679f588a47b3debfa8eb0ed60715 0.00 MB 1 0
27,454 27,454 00000000888c5900c5bc7cfb2c61158d6e5c92f61b6bea728108cfa2bdb1d793 0.00 MB 1 0
27,453 27,453 0000000058b4f8f982a83e1aeae4a19de61aa676f33619428963ceac67128873 0.00 MB 1 0
27,452 27,452 00000000c44a8b5f19cbb4e77d124ea47a76d065ce5ec62ed16e8b6b4d8305ad 0.00 MB 1 0
27,451 27,451 000000006748d811b54dbcde6807157fcd35e61473c31be890e73ca97ece83fd 0.00 MB 1 0
27,450 27,450 00000000b934151d4f01caa358517167692bbf2b26c8d0a711cbef9a959848d8 0.00 MB 1 0
27,449 27,449 000000009afc0866a227994efcca7ed5c2efe7babccaa409372c6aee4e6da3eb 0.00 MB 1 0
27,448 27,448 00000000564624103122f50dd1a9ae642a4c8253728162c967463a54d6447f3c 0.00 MB 1 0
27,447 27,447 00000000c816357231fe2ee5cab6026d7a28a6521b47cf185a7784b0fc626210 0.00 MB 1 0
27,446 27,446 000000007b80a60949bdc4c236b4874f239d3a2776d54d6f3079be4c233a00ea 0.00 MB 1 0
27,445 27,445 0000000048778b500f03fbb4bab736b1cfee2d5ebb80596c042d0b9b74f4fd6f 0.00 MB 1 0
27,444 27,444 000000000d1194a0199fe0422d30b6464a053747e027b765382d47038671c54d 0.00 MB 1 0
27,443 27,443 0000000021285e1e1137163280b75dc2a21f06858a5cc9d3b31c538880680969 0.00 MB 1 0
27,442 27,442 00000000dd24bcec781157d02d02acfd971375f9e850cf8f401fd1076270e685 0.00 MB 1 0
27,441 27,441 0000000001f1e50579a67a60b6249cb11804dd413de8a6748996f819fabc5a8b 0.00 MB 1 0
27,440 27,440 00000000cd19fdad6c74987dbac8bd19b01088959861c3232bf38c15989003fc 0.00 MB 1 0
27,439 27,439 000000000ffc1afb7b5b9cfdf428fe8485cf2601a9fefdb053bb67c88f2ba0ac 0.00 MB 1 0
27,438 27,438 00000000d527618d921bf5d4dc7cefea1b1002901edad7660f81a0a2bbdd0c85 0.00 MB 1 0
27,437 27,437 00000000e1d3d83d4dfb3fb86eff159b8f7b7ca2975b51c2078a0f25ab1c38cc 0.00 MB 1 0
27,436 27,436 00000000fa367301ff1d8a06bee3ad6b01dde99f19b8e026b8d77a152457026d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 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,233.33 GB sent, 118.98 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.