Memory Pool Memory Pool Refreshing

2,035 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (880,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,374 28,374 00000000e20bc5439c163b1e34ebbe805498e6a9c0d67a58796b943212cef0f7 0.00 MB 1 0
28,373 28,373 000000007189bafe84ec9701a9e7a08a02181f5bf51e91b3b300dbee75c0c7e4 0.00 MB 1 0
28,372 28,372 00000000fb7f28ae87063d4322d98b17dabf3585ba3a026d878dc1a8e7de915c 0.00 MB 1 0
28,371 28,371 0000000008d129d2af53b2963876d1c0cab388a3bc3ea1d58f7786460430974d 0.00 MB 1 0
28,370 28,370 00000000fc2ea068cd65612822e62ee6adc494519a6ce936ee641f31bc4395af 0.00 MB 1 0
28,369 28,369 000000004df48c577a813d8394cbbf18c57fe19650ac9d4f942c2716179c8282 0.00 MB 1 0
28,368 28,368 000000009166af52e32e91a3e5e8c78d0cc7013d2bc15218619681df96503ba8 0.00 MB 1 0
28,367 28,367 00000000bb9d5bd3f42a74fc006dd3a97913aeaa2944597b9ebba12d3ac0f2ba 0.00 MB 1 0
28,366 28,366 0000000054570412fdbdebf01129a55d57d352b37e80aba1001f8e11d2fe9857 0.00 MB 1 0
28,365 28,365 00000000b6cae50bcfffa3d161300bcf4d29566c5d129e0b0355d4aa7085cdee 0.00 MB 1 0
28,364 28,364 00000000dd538d19159ab4431a3368110ac8eae4e5e0c49e4f33b0f4b69cadd8 0.00 MB 1 0
28,363 28,363 00000000f1413ed1a46f980b56218160c98034b503e7dee0fd55a571f42aa5e4 0.00 MB 1 0
28,362 28,362 000000009a1cb5a861f6f6f678bd7e06cd6613f5b1a1cc1a23487a36aea8106f 0.00 MB 1 0
28,361 28,361 000000009c06288a83087518056b1a833c1d32d0af2bed77179d1d8a6f1754bd 0.00 MB 1 0
28,360 28,360 00000000217651885aeb6883018d429c5d375db592a8e864ad170e3c7304ea01 0.00 MB 1 0
28,359 28,359 00000000c3e3265655343b387ecb065cecb0eee57eab56a03aa603c76fcf6fbd 0.00 MB 1 0
28,358 28,358 00000000e3988bc674ca7c1b6ee525e2544126472e3d53274c196c820e8b98dc 0.00 MB 1 0
28,357 28,357 00000000a6c9c7add07f47429df5a75c5343f8c98539447c0e93d33c63c2da8b 0.00 MB 1 0
28,356 28,356 00000000e29559d287bfdb93341986e6a58327f9fd35649aa11247dc6c754456 0.00 MB 1 0
28,355 28,355 000000005dbe9cb165306f115a317e1bdcc96ccde39059a1c715c211c557ba30 0.00 MB 1 0
28,354 28,354 00000000b5df1a437ed70eb69d981c5ee1ef8ff9a45893d5a1525b25cf9195b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.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.