Memory Pool Memory Pool Refreshing

4,002 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,940 (701,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,416 206,416 00000000000001df03d4b0b35cc3e6ff2f58c8b602e365afa0b58e501f384373 0.20 MB 344 118
206,415 206,415 000000000000002683481f99a72fe88a0ef31de7cf7d77beb7ab98af5e07fd6d 0.04 MB 87 66
206,414 206,414 00000000000004c39786676ea7aec04e3845965ae538cf0a4e1fd2e83e7e6d73 0.11 MB 253 163
206,413 206,413 000000000000011ce04a4685f8ea72a974c1c118196244f5b0bf8f8762eccbcd 0.00 MB 10 52
206,412 206,412 00000000000004c02ad28ef848a7517cea083a5dc228b0a9c783c5435e1abd21 0.00 MB 13 99
206,411 206,411 000000000000048b5fdbdf06cc2d4347fa6a8fe5738332cf88b51198d28400fd 0.06 MB 132 135
206,410 206,410 000000000000048ec96e6ce86cd54de9d6fe5e50f146926e5677c56d3fcedefd 0.03 MB 57 145
206,409 206,409 0000000000000063d7749dc1b01b55bb3c59c41f6d5093d8ae1c36c268fcdf35 0.00 MB 18 102
206,408 206,408 00000000000004dcdadb55cd4a52bb1aa2386a8fe3d8630878f31f8c16fd1f02 0.00 MB 1 0
206,407 206,407 000000000000014d8b0394717cd720918580581f43eefe9f52eaee6b3f1ca9e7 0.14 MB 93 65
206,406 206,406 000000000000003ce0e15afca9d425eeb7e210493c105e2397324eb634312ce4 0.10 MB 221 132
206,405 206,405 00000000000004a48dfd4a85218ff977819b1a6558bece9065ad7a838c7cc6f2 0.02 MB 62 179
206,404 206,404 00000000000003bdcafcca8aa692a83c5111062c383e86941162ee1214c23a3d 0.14 MB 166 109
206,403 206,403 0000000000000075a3a5ebbcde63b6e4319a1b0bddbe1089af368e25d62faffd 0.07 MB 49 67
206,402 206,402 000000000000008387bf58bee9e8b0dd53c6e2654babd4f0ef0ae401319864a3 0.01 MB 21 234
206,401 206,401 000000000000039f4353f23c4fc3671691ac637d63a09a20ed698dcb8907ff0b 0.10 MB 148 123
206,400 206,400 00000000000000391f4445ef4243bc71710fe5a5bb388556a7c984dcb9e3fd79 0.15 MB 381 182
206,399 206,399 00000000000002b439974c6ae15bfc8b334fa785bba51b3db0ded92f571fa1af 0.05 MB 160 86
206,398 206,398 00000000000001474e1edafe100fe1d3691286386a88558546d825269816aafa 0.00 MB 12 0
206,397 206,397 0000000000000317b8d87c959c565ba6e2f6b7e5fbac0b05b039249915faeba0 0.00 MB 1 0
206,396 206,396 0000000000000056f417cdb70bd257f342c5b3da29cc26cbe6f699891ac090f1 0.16 MB 344 267
Previous 10 blocks ↓
Total Size: 769.43 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,645.60 GB sent, 95.11 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.