Memory Pool Memory Pool Refreshing

3,076 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,076 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (783,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,489 124,489 0000000000002fa7e4c9c475a144864cc613f62b4e7929d41e3111edd395d228 0.01 MB 11 550
124,488 124,488 000000000000679221a69b3847f71fb7105b1d3e6c98784720749a9e417ab6a3 0.00 MB 1 0
124,487 124,487 0000000000001575d93cb80bf210471f47a0a83528256746dfa0e0d129deddec 0.01 MB 17 157
124,486 124,486 000000000000019af1b0db9eb4f7a368e65f33e5a4b21ad6b784efdacc531e72 0.01 MB 7 251
124,485 124,485 00000000000022ef37e9b4b6897f9c06e3a5bfcf392223ea029ce42402190529 0.00 MB 1 0
124,484 124,484 00000000000005fd2e15bf21701beeb838d2fe49f12d1d0191e8e7a22d2aca05 0.01 MB 25 538
124,483 124,483 0000000000004c09186c30b816fd112949bc445c5f1e7fb170e3e424a2d29b3d 0.02 MB 16 419
124,482 124,482 0000000000005180710895306f4e958ffa99033f4fdefc8de1a08d325344eb0c 0.01 MB 28 368
124,481 124,481 0000000000000d1c3e0e31782d7c672a7feeb4f94670794aba6496d66db95c4b 0.02 MB 36 907
124,480 124,480 00000000000011959b4fbb46e36ae6036a1106c09d2994ee7e495f71e04b850e 0.00 MB 11 636
124,479 124,479 000000000000168db8d0093280c7f6b663824213eb948be1c4fdce7b8fc30b31 0.00 MB 7 233
124,478 124,478 0000000000000446120b8e7aa0b61253068ddd585e216377fc9a504333ec7ccd 0.01 MB 11 1,019
124,477 124,477 00000000000035e04c45928820de64792610194b2ceaed5aefed05d8090a3640 0.01 MB 13 792
124,476 124,476 000000000000033f8a9d87a14b538bb91e2827bf812fe8c57a41d0de486651e3 0.01 MB 40 335
124,475 124,475 00000000000007202f26a52011bfb8e759dd86cefbe9f24ce25952f829c68dc9 0.01 MB 10 537
124,474 124,474 00000000000017b3c7267a83670a608f0bc853c8b2d91f36b10701dde5144fa3 0.00 MB 3 0
124,473 124,473 00000000000029fa79d14811a42b557af5c59339d66a839a9b3d75d5608ff132 0.00 MB 8 267
124,472 124,472 000000000000398c88e0eb7498250ca9fa7581936835ef18f549406bbe3a51c1 0.01 MB 16 521
124,471 124,471 0000000000003df4b3457b78881c191d71f369455050d0e93967f5d13d57f0b4 0.00 MB 9 0
124,470 124,470 0000000000001806a23817629e9938feae8e542db2d8dd7c27793465580fc59d 0.01 MB 12 766
124,469 124,469 00000000000035fb7742a9f7dbbe3d75db0431dce19eb2a0151d9d490bd9f9c1 0.01 MB 14 835
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.