Memory Pool Memory Pool Refreshing

9,992 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,167 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (635,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,370 272,370 0000000000000000dbebf93a7726893760368e04a3b2a290b648a5966e237cb3 0.10 MB 217 51
272,369 272,369 00000000000000058f816a9e788a79b7520e779e04267e247355a175ad4db862 0.11 MB 261 52
272,368 272,368 0000000000000006083572705e0db8f41315dedee707487ddfd577aff528b8fe 0.06 MB 70 11
272,367 272,367 0000000000000000c4d9a2604c6c71ffe13c248ac045dcd41811e1d401ceed18 0.04 MB 111 47
272,366 272,366 0000000000000005cb51834b3204638e6e86c64d654383b6476be21ce392c24a 0.20 MB 229 23
272,365 272,365 0000000000000001060a712af36aaa7d87c6d91ee607e062938633d759bf1a06 0.25 MB 500 35
272,364 272,364 0000000000000003b16b81b07e424fb39a69c3e7796ecb21edcf8ce97aa0cfb9 0.25 MB 640 43
272,363 272,363 000000000000000192828cdeb768e155ac951d1f35c621344d8479511b6582e8 0.25 MB 578 72
272,362 272,362 00000000000000006ef0197d2e59b04d34f60e4cad7c51583fa9684b3fc79842 0.25 MB 671 120
272,361 272,361 0000000000000003fe8512f6d7d55fb14102f0d7fd326794924faa8b60d62d3e 0.15 MB 290 45
272,360 272,360 00000000000000044268f2267da4873b555f5666773a625742ea258bc5c0d848 0.07 MB 164 36
272,359 272,359 0000000000000001a06015443785972adb28693a6a3cc71b643012fec37f0650 0.15 MB 325 45
272,358 272,358 000000000000000555a352e020e04eeb58fe0899ce84a5233d10ade7f1323e30 0.08 MB 102 18
272,357 272,357 0000000000000001f30b156d9fb012d7065a6cd561c42d058a8cfcdc583e1eaf 0.25 MB 221 15
272,356 272,356 0000000000000003403900e505c10899b653a8c2f3d4ef2d6cb935e37a9d8596 0.25 MB 678 50
272,355 272,355 0000000000000003b30a10f63e48e46146bfce9d3ee3b75718c26981a4c50800 0.25 MB 679 107
272,354 272,354 0000000000000002bdafa5a256a1b4589d34e3b0c11e9c04f52b60a14c32e7ff 0.01 MB 43 85
272,353 272,353 0000000000000002aeb9e9c7e25422fe80757582719165655734f8fc9e6ddd85 0.21 MB 473 95
272,352 272,352 00000000000000018aa8c49f6a6570f22fc4f4ad770302ab45548d0e3a3a30c5 0.21 MB 412 45
272,351 272,351 00000000000000012efcafe61999aeac21e819a59d9e7a6e5e26b4e3741931dd 0.14 MB 239 8
272,350 272,350 00000000000000013c055c3fca49f0bb3e20773a2afbb8dc584dd8e77444437f 0.16 MB 335 40
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.