Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,319 transactions (2.47 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,528 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (849,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,420 59,420 000000000b39e55f908a88896b936dc0c4286982b49c15e08f187d5a0de04538 0.00 MB 1 0
59,419 59,419 0000000003dbf3ce6b7f1c7134a596366871998ece6418e784218dab12247129 0.00 MB 1 0
59,418 59,418 00000000041350b7ff47e85fda33db2b5f9a78df914c98c827b431da847a1196 0.00 MB 1 0
59,417 59,417 0000000001e5be5f8b8a132c008fedfbff077849e614f669e078496c9cad4545 0.00 MB 1 0
59,416 59,416 000000000523692d900c87311e196d239ca904c56f96e2189efdd4627a972090 0.00 MB 1 0
59,415 59,415 0000000003d88992124fe5f9e0e9f4fbc7da161d749bd6112a8222206135d295 0.00 MB 1 0
59,414 59,414 0000000009010e31c0c23a56d090ae0443245177d7a5df7845a8b0efb879db54 0.00 MB 1 0
59,413 59,413 000000000924bc33fe05ba60f96f86d145ee471103c5467e78201518fc2f262a 0.00 MB 1 0
59,412 59,412 000000000947771bee6a5d15c3db819c6dcbdf037a8aa248d96d3e0d3bf0d366 0.00 MB 1 0
59,411 59,411 000000000f2ee72be9c0413dc4ebf65db7d43b06005a93cb47fc5c9f8996e6dc 0.00 MB 1 0
59,410 59,410 0000000002b26d5ea22c839006771621124eb72bfbe6e796c04f855cb9033a80 0.00 MB 1 0
59,409 59,409 000000000b38dcf65ce12016cf0f20a8c21c422227725638f16c62035b1bf796 0.00 MB 1 0
59,408 59,408 000000000563948c67c67e51e028f4ef2a39cc235aed759748e8eef56e59de4f 0.00 MB 1 0
59,407 59,407 0000000004458b3fc2ea761c5373dae4736e023be15b2aac9ca5ad756781af89 0.00 MB 1 0
59,406 59,406 000000000abe86a86b513bef93f5ae8648a26b5245b60d3330369245926bdf64 0.00 MB 1 0
59,405 59,405 00000000031daf381ea80bfdc08b61c7ae0a1f806b27183b124ee3b519d61673 0.00 MB 2 0
59,404 59,404 000000000e93a0106f9b4681a50099c859371d1a169debe8d679a6855d831f85 0.00 MB 1 0
59,403 59,403 000000000ea536c3884d09beac4f4794f60a843f308e3275ddd828608ac9464d 0.00 MB 1 0
59,402 59,402 000000000a0a376fc9fce6d0e9a3d78cc1530360acd2cdeb8d992a4274fbb129 0.00 MB 3 0
59,401 59,401 0000000006d7b22599f400a0ec7bc8769837459339f82c6c7276ceef4824841f 0.00 MB 1 0
59,400 59,400 000000000733a05fc5cb1d3f9b3371baafe2fce77f6d20811dd01f9197e7ce02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.50 GB sent, 107.92 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.