Memory Pool Memory Pool Refreshing

7,336 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,845 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (701,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,395 206,395 000000000000044f4bd38d48f8f1a2ad42430157bce97e3e48dec8b8aca00715 0.04 MB 100 205
206,394 206,394 00000000000003a68fe543519ebf8c67cc709c758f8049aab22cd3f89da00479 0.03 MB 80 190
206,393 206,393 00000000000002f96d6c10b186162561e851b93a42f013227b5e4191fc385457 0.05 MB 139 11
206,392 206,392 000000000000012243cd017bed6a890f12ccb63df7a6e61ad7b8770fcbfcdcf1 0.04 MB 115 167
206,391 206,391 00000000000001cb9dd70cc29757b5ef6ef491d58f507276866a1e4ceba6c4c2 0.01 MB 17 159
Previous 10 blocks ↓
Total Size: 769.22 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.68 GB sent, 94.04 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.