Memory Pool Memory Pool Refreshing

3,819 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (653,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,022 254,022 000000000000001db60dcd7e92071ac5e99eacf9dc80a943c99342982f743e94 0.12 MB 310 105
254,021 254,021 0000000000000037a4185c424830d28bd20d32bc2d04c1f2031213b699f91f6c 0.07 MB 176 139
254,020 254,020 000000000000000340d187529ce4338e625f1ce028dd6cd3f4498fcd42fa9a1b 0.06 MB 125 134
254,019 254,019 000000000000000928ec27670d1694217ed9777689c5a090b835cff7f8f62abe 0.10 MB 207 64
254,018 254,018 000000000000000462d58652f019ed948f0f29d2b1156fa07cb7a8ae09f6acaa 0.25 MB 677 171
254,017 254,017 00000000000000170120b4e20fefef59a3ac82c7b614f4cb74c48ac32e235d1a 0.10 MB 256 105
254,016 254,016 0000000000000035ddc04df84d4ceb10446d447b482462f0303690bf5390ae17 0.22 MB 494 131
254,015 254,015 000000000000005327c8e714272803c60277333362e74ec88b9ffab5410c2358 0.08 MB 215 122
254,014 254,014 0000000000000002cfc6fdb4ccc2a7dd628cd7284cb6ccfcb905f9aca9c429f3 0.02 MB 50 131
254,013 254,013 0000000000000016c4cc4205fc43a27e07fce3f88e4538807b0281280522df65 0.07 MB 120 101
254,012 254,012 000000000000001fc526a6af096322879fb4b2cf531b93df1909144a63fcc7f8 0.25 MB 603 128
254,011 254,011 00000000000000269a848582b23f98e1085dbf5eccc263a5e4498ac91eb720e1 0.16 MB 338 103
254,010 254,010 0000000000000012e8638128ea5b64e223bdda17dc6f2e1702e18678a92d2ba2 0.03 MB 80 169
254,009 254,009 0000000000000000a00b1a96e1b9eb938ee7f8913a9a585851e5d4df26b5282d 0.18 MB 436 80
254,008 254,008 000000000000003217eefd73379d161f9f9e4d4e7b2745ebc0b525e10f42f269 0.01 MB 39 181
254,007 254,007 000000000000001b3cad0c05a337a235a60908b834714ae281bc235b3b323b09 0.02 MB 45 69
254,006 254,006 00000000000000504abb436853fa7b7ad67ecbbf0acc12b92a84a0a86949fa30 0.08 MB 202 125
254,005 254,005 00000000000000467dac1441c37ea61c39f246a5aee684589412955db27bf4de 0.09 MB 243 136
254,004 254,004 000000000000002f5dc96a34ce5c4f587caf93cbe99f34eed97f6fc89984b519 0.02 MB 62 86
254,003 254,003 00000000000000458bcb3e4f722490679ab104ef2ccba44c6cf77a539aefeab7 0.03 MB 71 153
254,002 254,002 000000000000002a94488ff368f297986d0f7a8a88a873bd557c42166d1ec5ee 0.22 MB 492 127
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.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.