Memory Pool Memory Pool Refreshing

3,614 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (604,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,001 303,001 00000000000000000bb02c740323d2a5a22d286e5d5e441374c6812b2111ef42 0.28 MB 379 23
303,000 303,000 0000000000000000599c62eb9b63a08e8a0a95418caff5ec6af56004f903294e 0.09 MB 183 29
302,999 302,999 000000000000000000b1c9742954cfefc229d5454282cc4a3d02ac9b358a8680 0.34 MB 768 31
302,998 302,998 00000000000000001aad7863fd15551496da41d842fe8e0b8fc46fe19098217c 0.19 MB 412 31
302,997 302,997 000000000000000050ac13710dcd7fcc282171bdff0b16fc260ef0fcbd79fddc 0.09 MB 161 30
302,996 302,996 000000000000000001e80700b4ec1d8a1573de2a46a924b64e99948b92d35eeb 0.03 MB 74 32
302,995 302,995 00000000000000003bcb424a0a11bd38e7967728bda79f6d65a4d13a6be0fea0 0.30 MB 491 27
302,994 302,994 000000000000000060e8b6b42f907e40a2322b98ccc2fefe835117d38ac0edf1 0.54 MB 978 29
302,993 302,993 00000000000000004330f05d3eeefb650377af6bae40b6327555f3859bc9a1b8 0.03 MB 52 13
302,992 302,992 000000000000000035cea091d9352724362c23265db27049319bfd9d630a66cd 0.13 MB 208 33
302,991 302,991 0000000000000000379a2f3622425de564a08c72888da70c9082b4b7f4b34784 0.19 MB 361 22
302,990 302,990 00000000000000004e935c91fee6d20228196f3336887883c0653991c2a39c94 0.23 MB 429 30
302,989 302,989 000000000000000060767d60145331732f5565069bb1c75f712e1be73f671533 0.39 MB 376 19
302,988 302,988 00000000000000003efb40e346225507e4caed169fe84708ac633bb9b550a1d5 0.18 MB 512 47
302,987 302,987 000000000000000054639dbc45b5330688f007fe1e002e064798b53db3c68bc7 0.20 MB 430 37
302,986 302,986 000000000000000051ee771683f62d11eb218711de2a5a2674929cdda7ac3134 0.44 MB 681 34
302,985 302,985 000000000000000004ba6752f1ce5f70e28c494325bd7620602d05a469a256ef 0.09 MB 140 26
302,984 302,984 00000000000000005942c4e0694b066f9c2dcfb33d8b3e687817a3bacce027c7 0.14 MB 276 35
302,983 302,983 00000000000000004c7838e67791dd39f85fe8d4fae39efb816d2484577cb40a 0.41 MB 735 32
302,982 302,982 0000000000000000308ba63e0ad929cb798bf7adcff427415d1947f61f3e03c6 0.35 MB 577 31
302,981 302,981 000000000000000067b00ebce6b6098e3fe5e00a2fc3566af0ed38a854301aac 0.19 MB 329 33
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.