Memory Pool Memory Pool Refreshing

6,121 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (278,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,376 629,376 0000000000000000000812aec7b2dc2c1b2c9de99393354950a9b39d8894021b 1.40 MB 2,430 96
629,375 629,375 000000000000000000084b629f86e218a73e090a002249ee8d71b30ad674786f 1.42 MB 2,162 54
629,374 629,374 00000000000000000003dc7037a8e0578afe955de5d41ab8f5343b5098e7adf0 1.27 MB 2,710 49
629,373 629,373 0000000000000000000ae1869aea2a4f1912e986d1c6f3af432ae36727650b08 1.20 MB 2,209 52
629,372 629,372 0000000000000000000a775c7ff12a7c02b2c7cff88f707071bcade05be7863d 1.16 MB 2,197 56
629,371 629,371 0000000000000000000c5bcfbf5914c759e3e9b416bd178259a5ef06c4908c32 1.40 MB 2,197 75
629,370 629,370 0000000000000000000630490aa866180a8ec2a26ceef3a339f441116461bb1a 1.27 MB 2,974 109
629,369 629,369 0000000000000000000cc22e915bf7788ffef1f9aed0ebe8c8a6d79b79bf7dae 1.26 MB 2,900 64
629,368 629,368 0000000000000000000beadeb33941aff5b5a99f91b73550e21abe884894846b 1.23 MB 2,723 68
629,367 629,367 00000000000000000007a12d22d8cd7420650a26f1437d82d9f6c37ec8698cbe 1.27 MB 2,906 68
629,366 629,366 00000000000000000004cad1af50d83789175323e75a2bb73805300dc4ef3e12 1.42 MB 2,260 70
629,365 629,365 000000000000000000007a834168e1b7d25c25a5b726baf33a4e3445d182676c 1.34 MB 2,588 83
629,364 629,364 000000000000000000007bf060e7678dc00bef9fce1274ab7b268f38705057e3 1.27 MB 2,977 113
629,363 629,363 00000000000000000003a3448c287c209b956e2b72c722d149810edf79cb55a1 1.26 MB 2,288 24
629,362 629,362 000000000000000000107b0065a2ab4b01115e5782b730876b759efdaf34c946 1.31 MB 2,351 57
629,361 629,361 0000000000000000000e0a7a26fe5ebceab2e7289135c543fd35e83a2d2bf6f6 1.34 MB 1,947 45
629,360 629,360 00000000000000000009d73602ee84bca42a7c1a9e3f087304a5f26dff555f58 1.24 MB 1,867 54
629,359 629,359 0000000000000000000b7d7de3022219595e5a40e6c36ac9f59b433c8b3606bc 1.30 MB 2,382 64
629,358 629,358 00000000000000000001899b2dd26e8f841788aee24284766fa6645fa80b4ed5 1.46 MB 1,956 68
629,357 629,357 0000000000000000000ec454fc6df84eba60a967bbcacc67afe47f0f9bd4cbbb 1.23 MB 2,981 107
629,356 629,356 0000000000000000000998f4e6d54f5bcd2d0b374181b86c3fcdb5640d9691e1 1.12 MB 2,277 4
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.