Memory Pool Memory Pool Refreshing

1,630 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.39 vMB 1,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (781,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,369 126,369 00000000000037c601ce252f6f4add61102cd0b8c461fa9e169cc3fc431996e3 0.00 MB 8 1,315
126,368 126,368 0000000000001e1be06434e03273fcca6d317f2da6536101d5dc1ba4a1a72cc0 0.00 MB 9 353
126,367 126,367 0000000000003b7f01900c084be5c8b3f8bb9559028ae18a0d4bd9ff6f105f3d 0.01 MB 16 1,185
126,366 126,366 00000000000003365cea0551d9c4c42713f69d9620622160bc67f21cca4fa3f9 0.01 MB 18 869
126,365 126,365 0000000000001c3b9accbc42553720f007650f8c5c64450fc4ffb661000319ec 0.00 MB 3 0
126,364 126,364 00000000000034173ee2ca3ded2b83ae94ece2d030506caa83d98798a6077043 0.00 MB 5 48
126,363 126,363 000000000000394dbfaed577c72b9ffb7066419fff60d7d70168ecbccf6da830 0.01 MB 26 825
126,362 126,362 00000000000001bcbe47c3926db3966f23d8a3e064ca2c5abbcf77a130c76ece 0.00 MB 11 576
126,361 126,361 00000000000006dbea711e2bda1541a7e0881824aa65c5daf0565bf0471fa230 0.02 MB 68 2,436
126,360 126,360 0000000000003dd2ed44154af00af4d916f378359cee8d774206e927db4d3517 0.00 MB 6 2,325
126,359 126,359 0000000000002e4a2262532686c4415a0295c6266bdc1472c3da218116e9b11e 0.02 MB 44 995
126,358 126,358 0000000000003db299e2d02b8687b51d126afa3e5b578bd7c2cddc4889d81cf4 0.02 MB 73 507
126,357 126,357 00000000000011eeb762aca9ace0e9578ceac10bb3c8c94465a6525a5a49c145 0.00 MB 8 952
126,356 126,356 00000000000024fa86a34f38d9cb01ff7aae37130df96a2c31364123d099c65a 0.00 MB 8 1,587
126,355 126,355 0000000000000f6ca60ebde2dc28dddf352d227bfac8e6f76b2916e6a247c10f 0.00 MB 11 1,167
126,354 126,354 000000000000233097bb72afc0f401b8649156a7a0ea729c6dc6c224d9ca26dd 0.02 MB 53 2,626
126,353 126,353 00000000000006b9118d993b05e96b0aeca1e3d75bfffd4322715c6ab3bc9e25 0.00 MB 7 338
126,352 126,352 00000000000042c0a4d54bc6c92c30e3eba5c2a8b38dad55265225a52f9bd002 0.00 MB 1 0
126,351 126,351 0000000000003928724aaa16bfd428e75068e0ed9fba4bba9d590a1263a8bdc2 0.00 MB 8 0
126,350 126,350 0000000000003a640d66a44eb160f62c4145469100c458d800cb8a5b6c591828 0.01 MB 28 698
126,349 126,349 0000000000003ab5d5bcdfb5d514680cce1edcbcee6d02d0a205418dda9d929b 0.00 MB 7 2,237
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.80 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.