Memory Pool Memory Pool Refreshing

5,259 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,834 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (586,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,009 322,009 000000000000000022ccad6f3e73c9689888749f3fa852343b7c359d35c2aad5 0.07 MB 132 26
322,008 322,008 000000000000000006032c1ea164812dce1b75f8139badc95921548593816d9f 0.27 MB 186 12
322,007 322,007 00000000000000001a2a23cec73bf8b704e654aca867d5f2cb53dfd9c5344447 0.16 MB 512 40
322,006 322,006 0000000000000000243ecc39a5c110fea174e34e4a2d00b5f2038ab2e2f5cf70 0.33 MB 582 25
322,005 322,005 00000000000000001087e09d09c1dd8328bb0ac172fe075756639a8d8bda7d09 0.08 MB 188 13
322,004 322,004 00000000000000002062a420aff8daf43198c27bf6c1a63cdc8e2eb6b0180cb8 0.12 MB 229 28
322,003 322,003 000000000000000024744ec37d0e3e8557fc50abd9513e0217948c247e8a53b7 0.22 MB 436 28
322,002 322,002 00000000000000000c72ddfe5067a108e788a9a30b7d1190a78b91477dc7c687 0.66 MB 828 23
322,001 322,001 000000000000000009e46e2aa51bfa1fa0e6961ad8ee28b03716fc0616937cb3 0.26 MB 432 28
322,000 322,000 0000000000000000177da809382f93ca1c4336811e4a910050689d317d62264e 0.18 MB 224 21
321,999 321,999 00000000000000000647e0b4de60bb8c3a8ed16e30549713f6591ea93dd610d9 0.23 MB 392 25
321,998 321,998 00000000000000001374de9c83bbfc42ab7084ae194d491713b466ae525a3052 0.06 MB 86 13
321,997 321,997 00000000000000000c93a64196003f4516754502b566decd5b44c70e3ffef461 0.01 MB 31 29
321,996 321,996 00000000000000001936248dbe0c845aca74dd227e94260f864c65b4c2d25ca0 0.25 MB 398 25
321,995 321,995 00000000000000001ee005ea5c5ea1c91b5605a3ad1dc2230042ebb2679b0f9b 0.05 MB 130 32
321,994 321,994 00000000000000000c6f2213178c4dfe0b4257fc17d6bc7bf4620d5b57fe742d 0.41 MB 245 13
321,993 321,993 000000000000000021446ffb78716da2960968208a5697b4180548ec32351fd3 0.75 MB 1,607 27
321,992 321,992 00000000000000001b8385149fda9051cfcd27b22812f841d2dc449dc795fce4 0.35 MB 1,249 49
321,991 321,991 000000000000000011ee433e1abc690b3d56e0f542e2cfe43433061c33a13655 0.28 MB 596 29
321,990 321,990 000000000000000005634fb050e1d2b9cf3e58301a0e68ade84422d6c177169c 0.13 MB 188 24
321,989 321,989 00000000000000000c589572538b966b679d7897fd3bc3bb1b6921c5c88151f0 0.35 MB 544 31
Previous 10 blocks ↓
Total Size: 769.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,679.27 GB sent, 96.61 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.