Memory Pool Memory Pool Refreshing

1,377 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (821,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,370 87,370 0000000000032259e196128abfef428a241f8bccd9d0c1ab46a82aec081a5fcc 0.00 MB 2 0
87,369 87,369 00000000001b34c645e0c182c1b8abc5fdb5387f59edbc59650ee77ec133666f 0.00 MB 1 0
87,368 87,368 00000000000b62f7a63a99f6c12ab7ec2e2a9914a51f00ae09bb7309d2ce2ecc 0.00 MB 1 0
87,367 87,367 00000000001e1206ca5bc788e7da76f416b87554ef632a560d748c416afaa7d9 0.00 MB 1 0
87,366 87,366 00000000001a7fe48180c331020ed10a4ff37895a3ff302a129daea1c5009ac2 0.00 MB 1 0
87,365 87,365 000000000005fcb551cb62a8ca9ef4126c188d48d3a1743e2a7196b33e13a212 0.00 MB 1 0
87,364 87,364 00000000000a0780457e9a9be31445e99caf6a5df82fe3f0ffcd306e70030af7 0.00 MB 1 0
87,363 87,363 00000000000ea5c6bd14623f374cb92ac9364b44922e419b149d050bd0cdf417 0.00 MB 1 0
87,362 87,362 0000000000190a80566e5bce7a8d04074cd5b58889025ad366d63da7dc4dc9ca 0.00 MB 1 0
87,361 87,361 00000000000e44d8ad094492c36f739d286d4b6c74c48138845f712deb6ff0fb 0.00 MB 2 0
87,360 87,360 00000000001bd6d6c2bd7594906068288ae1e5b64ca26ac8c0b54c59d53b9f56 0.00 MB 1 0
87,359 87,359 000000000009ff39163a35a7004a8c020e9ac3d2b05009e4ff8da5a51ed74fd8 0.00 MB 1 0
87,358 87,358 0000000000138e9aae69e7b9d6a881932de428684bdee0d55477df9e5631ad96 0.00 MB 1 0
87,357 87,357 00000000001830fe8f2b86eeaec3b73c9d2dd239fa2e5940ca3e7ff285a7e281 0.00 MB 2 0
87,356 87,356 00000000001279622d66607b380856f6f1ddbb4824de0b99a358eaa087c8a9c1 0.00 MB 1 0
87,355 87,355 000000000008ca2f691357d88d2e7dbe77e1a7fdafb89134fb2b1dbee0edbf2c 0.00 MB 2 0
87,354 87,354 000000000004be5db10371ff5bd199b0a8fd76742ae1b3bdc322c45ef41513cd 0.00 MB 1 0
87,353 87,353 0000000000094511144e114a8474bcf63f8cde6909483ca110cbbe47e42db993 0.00 MB 4 0
87,352 87,352 000000000019bbc9cfc609f3397e8388a8d4ce2af13a84d61ff1a35a8fed2d3e 0.00 MB 1 0
87,351 87,351 00000000001b5057f564d004e1409eb01a15382e9867c98916cbbd64237b133a 0.00 MB 1 0
87,350 87,350 0000000000149c31c7fa86b627157758cb4c86bab3a41c6fc2e8b924a4606a9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.52 GB sent, 100.68 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.