Memory Pool Memory Pool Refreshing

2,482 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,470 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (807,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,435 101,435 0000000000029035acab0ab4d943c8018550863eb1ba10f390a55d566583f625 0.00 MB 1 0
101,434 101,434 000000000001ddbf8ce07c7a156566919770f68873c55a9af0338db64307b8ef 0.00 MB 1 0
101,433 101,433 000000000003afacba83ec39a55dae268e24af77efff9417be99b84087ea709a 0.00 MB 1 0
101,432 101,432 000000000001763c87b0f6f73f98b8fe0ee38ffff3459448befda169aebbd862 0.00 MB 2 0
101,431 101,431 0000000000006f8fd62864c1c9c3ffd42871306602b73c91aae6a4a595431235 0.01 MB 6 0
101,430 101,430 000000000003353ed781f104b187e50367799b12d5321caeaf91fd168e21f171 0.00 MB 9 0
101,429 101,429 000000000002f3c73d9fb34062fff66b9514f7651498b2f87ccac85dbe439169 0.00 MB 12 0
101,428 101,428 00000000000178c61cbc5b82f19d411b3c5f0b699bbfbd8a47ac8ffd68746188 0.00 MB 12 0
101,427 101,427 000000000003972d198da52e71480a649f3e75fddbe8204d9ce3a156a43a1275 0.00 MB 1 0
101,426 101,426 000000000002390a8c2e61695cde7d9de8fc4b02ddf53f194b1101f2814e92be 0.00 MB 6 0
101,425 101,425 0000000000038fa62108d815509177ed2ecc66e7ddeaac2090d574bae271a3fd 0.00 MB 2 0
101,424 101,424 0000000000006a0dcb1a0839866a9e45d6616a8248670f93747b56e39b5ae917 0.00 MB 6 0
101,423 101,423 000000000001d8fc81bf94185744725c1c6505a4726c04e2528ae79e76fbe5bb 0.00 MB 12 0
101,422 101,422 00000000000188d8d9b371e3eb176e7483086cbd61e5044c6f3082d31aa15fbe 0.00 MB 13 0
101,421 101,421 0000000000000f19e430bbe2c471046ddc055d333cb5eb3a1742bc305f0ffd9d 0.00 MB 3 0
101,420 101,420 0000000000000e6389748d875fdff314f6097e17660f8eed68b26a330a9ed820 0.00 MB 3 0
101,419 101,419 0000000000016ae8494a48c98f8d37a90b5e8f4a69524e59bf1e2e21c8a355b0 0.00 MB 1 0
101,418 101,418 000000000000cbf87254b66e0eccd8f674dd2ea56858842c83cde9cd731cd37c 0.00 MB 1 0
101,417 101,417 0000000000016c38c3b6ab812860c72db72488a2466a368ceac31f3868551d56 0.00 MB 6 0
101,416 101,416 0000000000011e4297fb9582eda006fc1945932718098733f247a1bce7fda271 0.00 MB 1 0
101,415 101,415 000000000001d920056aa54d50f262f9f024a53dea719a7cfc2e948f7411cef2 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.17 GB sent, 99.96 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.