Memory Pool Memory Pool Refreshing

299 transactions (0.07 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (822,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,379 86,379 00000000002d314ff3d64ee82782872f461c6b7bf9371103f8a676c8af0b7096 0.00 MB 2 0
86,378 86,378 0000000000241dbe2b2c3dbc1f1ba5d500953504f6d7ae44b7b8f5349ff6081d 0.00 MB 1 0
86,377 86,377 000000000009f0119f539f17315b2ec77b2c2732e6d12b3839c115859a2a7dd8 0.00 MB 1 0
86,376 86,376 000000000020b96e9537e307005631dc06b49c037d28ed29e3aa88ae25e7c5e3 0.00 MB 1 0
86,375 86,375 00000000001f23a7822fb1e813523a7d6975fc119b464846273f4d587d048b27 0.00 MB 1 0
86,374 86,374 000000000026e268b0bfc0997c9df68c4b85f695bcbdc7a823491aee73adcb2e 0.00 MB 4 0
86,373 86,373 00000000002747f9fe34dfe0cb0b412b73fd5f50b670f2a4be142db7fee02013 0.00 MB 3 0
86,372 86,372 00000000001f9070fe9afa1a41c3f0bc3f07cab1a15d44999f2942f81ef599a3 0.00 MB 1 0
86,371 86,371 0000000000120ee051f309eac36b0ad58a2f7079d3c453c87ddbb759fc050fa7 0.00 MB 1 0
86,370 86,370 00000000001a8b77da454e0fad52fca6a277ebd9d562dc8a4017135e54798e6a 0.00 MB 1 0
86,369 86,369 0000000000021f4215dd5bda9793c40707eb200c799d2df5fd7b8cd9ea559398 0.00 MB 1 0
86,368 86,368 00000000000548ff9c47be9bc1c4481defa19b0a40ee57599554588fd268d56f 0.00 MB 2 0
86,367 86,367 00000000001932c7abc4a2bdd3c4292b708a1480983b5495002a669bf2156224 0.00 MB 1 0
86,366 86,366 0000000000122fb00ba5e7135d89ca621b4399c84b3221af04f4a29b7f1e5a8b 0.00 MB 1 0
86,365 86,365 000000000014b9ca3e7274c0d20ba467d2664d504e441d68fc05601052dca930 0.00 MB 4 0
86,364 86,364 000000000008bf510abbbc697b3ec1d05b4a2d9eca561b53ac0096cfe7376f50 0.00 MB 1 0
86,363 86,363 00000000000362243956a2701f84217b4ab2822b16dfe921da376d116aea61c7 0.00 MB 1 0
86,362 86,362 00000000002a06e684e713282403377bc7c9a5e3165142dbb707e9c9f83d0099 0.00 MB 1 0
86,361 86,361 000000000024a4f1ed5ef5f753c25c79893f29c59e6ad59af55675d56bc0c6b5 0.00 MB 2 0
86,360 86,360 00000000002b7d124c6694bdba15fc93a89ee069e7b3a56caf629fb5a173aea9 0.00 MB 4 0
86,359 86,359 000000000019ba0ce9307d96f81ce01c0dde5bc176f79163f28725b4ac1bf1ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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: 1,856.69 GB sent, 102.65 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.