Memory Pool Memory Pool Refreshing

1,225 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (424,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,297 483,297 000000000000000000f7bf8597c8e3b3e91802cb859e6b5a652b62077886f284 0.08 MB 176 248
483,296 483,296 0000000000000000008185d660a5bd6eb8a68a170f5610cf82129ec48751b08d 0.46 MB 734 58
483,295 483,295 000000000000000000b63f03d863dad8c43fb606457e435eceb1a34754be8de3 1.00 MB 1,829 361
483,294 483,294 0000000000000000007731888403d69f01bd0d4fa807859c9ee950ff6755b165 0.98 MB 1,749 207
483,293 483,293 0000000000000000008141928bb3abbcee458dfe3ebab97fecfbbd2c8832e39a 0.20 MB 320 191
483,292 483,292 000000000000000000ad62b8c6f6d712c718ef8f51bb9259c6ed14ff5a2fdbc1 0.36 MB 435 186
483,291 483,291 00000000000000000104e954f99aee58822d22cd092f8a56d0e3db7c0cb7a65d 0.61 MB 806 133
483,290 483,290 0000000000000000008b96723ad5d686129f5f9bcec8da50075e7258e52887e7 1.00 MB 1,643 299
483,289 483,289 0000000000000000001704bb933fbd7b178ddc4d7f827704588231debd920503 0.62 MB 1,036 226
483,288 483,288 0000000000000000010f688cf86d412a8d032e81389759e2086d662c093d8814 0.46 MB 876 224
483,287 483,287 00000000000000000122d387a7eb0e53db5ae9274cab28771d77aeaadf3be79c 0.78 MB 956 12
483,286 483,286 00000000000000000039c28f6269431ec7ca64b93642ebf1c45943b12e3fea1b 0.15 MB 246 270
483,285 483,285 0000000000000000000d7ac2441da2c367158edfb1fffa86eee24e6e71385348 1.00 MB 1,763 68
483,284 483,284 00000000000000000090741b258aa0111e0f05a65d094201077263401a625ae9 1.00 MB 2,127 313
483,283 483,283 000000000000000000e932a856c531cb252d25b391131a7fcf49d43f93457d8b 1.00 MB 2,111 193
483,282 483,282 000000000000000000995362fcef75b7a8e1a141ad6dcacec15afb74c6f1170d 1.00 MB 1,939 289
483,281 483,281 0000000000000000002d673dd1e31a205f17b716f76a014735ec8da58a746012 1.00 MB 2,103 288
483,280 483,280 000000000000000000bc76cddb8e1cc93ba87449ec0b45fd785aa778f00e432e 1.00 MB 1,773 75
483,279 483,279 000000000000000000f6cbdba80dbd4afce29276139265ffa6bb17b645966bc8 1.00 MB 1,373 108
483,278 483,278 0000000000000000008a101a17cacb6e10025e7a3aafb731a79cdc359ebf887d 1.00 MB 1,911 161
483,277 483,277 0000000000000000010aea48bd0753ac5a812973422e4bf289ad2d9a338b2b1a 1.00 MB 1,827 140
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.