Memory Pool Memory Pool Refreshing

1,600 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (890,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,119 18,119 00000000f0452917cb87377bf7649bfdcebe1020cd733933540e2425daf88d2c 0.00 MB 1 0
18,118 18,118 00000000569f49bd75d0a6f792189c43500376f4ab41279b1b449f0ba988495a 0.00 MB 1 0
18,117 18,117 000000007b9fb1708040c77eaa925489f574ca7af8d6fd4dc6671b6052967f6e 0.00 MB 1 0
18,116 18,116 000000003d4706a0772abf856e75260dd7e33ac3ad910d8b50aa57bd2467e3a6 0.00 MB 1 0
18,115 18,115 0000000049b6aa693c12242a82ff2e1458d715ff5582054bd3f65bd34c9a07a9 0.00 MB 1 0
18,114 18,114 000000006a73ec0e6e6d218d4af20a453d5b4c696dc5de204341e29648ecc0de 0.00 MB 1 0
18,113 18,113 00000000fc54d4f95cdcf2adff2538a3dc509745fc7058fe0a5d39921f95b1e0 0.00 MB 1 0
18,112 18,112 00000000e42dab1889e244ea0e51f2061c6d8c730359d44b68e36120f511997f 0.00 MB 1 0
18,111 18,111 00000000abc7d77b8a54c0af3612d76e09eeaa7a87f0bf380f83a00723722387 0.00 MB 1 0
18,110 18,110 000000000c7f62709d091777b39a5867dda5c1dc747b9a2aff72a4f0b789925b 0.00 MB 1 0
18,109 18,109 00000000e371321a61e8e38c4d6eb890b36f39df73302124f24e18939f13b8ae 0.00 MB 1 0
18,108 18,108 000000003841b5e1d81f044895ce071a907845f27de0acf0141b456798b6686f 0.00 MB 1 0
18,107 18,107 00000000d0f209594a44f00b57fb8d29a6876a9b6e878d27115a0315e70d6cb1 0.00 MB 1 0
18,106 18,106 0000000099692bbb5433a4a3b4f94a70f531edc03e0d066b29d61135d06a4200 0.00 MB 1 0
18,105 18,105 00000000393866077219297716f277357ea9e252bca636d9286e1f3f2209fc67 0.00 MB 1 0
18,104 18,104 00000000406b8485de94c7833af8e7a2363bb9a5f24197bc58fe2d7ce6de7196 0.00 MB 1 0
18,103 18,103 0000000029d274ead4c7ab3e5ab9d35a7b4778f2217eb66164b1ac7f0b4f06b6 0.00 MB 1 0
18,102 18,102 00000000764633be80e28b661aaa9bdb1409ecf0bd4d0807b918c70c665a3935 0.00 MB 1 0
18,101 18,101 00000000cae545899181924c48ed1a25a1ade3527a6cf354c4e50a15ad112b94 0.00 MB 1 0
18,100 18,100 000000008d52237eb864ab4a15771ddff869b21efbca234faa9fea1d5ffbbbc0 0.00 MB 1 0
18,099 18,099 000000003382f012e0198b586c59ecef36aebaaf76f9708319823365eaaa703b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.