Memory Pool Memory Pool Refreshing

7,850 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,864 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (447,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,390 460,390 0000000000000000012ffd7a1015ead1071229214497a4e8e39cb72864216a11 1.00 MB 2,233 182
460,389 460,389 00000000000000000095f0c1ca2d1dfed295c302f7f9e444ea77b1e77ae37081 1.00 MB 2,518 177
460,388 460,388 000000000000000001d145e93357521da27d813b9040d2578848e592ea120775 1.00 MB 2,416 188
460,387 460,387 000000000000000000d4dab6523dfaa88bd014e399a739c8b757c1f1be6a6efc 1.00 MB 1,922 138
460,386 460,386 00000000000000000035def3cfb5618f9dd369b495be8c215995a349349cfdfe 1.00 MB 1,912 201
460,385 460,385 000000000000000000016b2c1602d1e1f3a1a096e80811bcbb8ad700e40a0eeb 0.75 MB 1,371 149
460,384 460,384 000000000000000000bdd984a6fa0fe3952f090e8051d87fc34cef160338a9b4 1.00 MB 2,217 183
460,383 460,383 000000000000000000999dba0060093ffe7331c6ebd765b3d0bb7d84a9e1ce03 1.00 MB 2,142 155
460,382 460,382 000000000000000001532295a58bfa76610a6438ab4286a5c9c1e214cc0c4ae1 1.00 MB 2,317 163
460,381 460,381 00000000000000000006ce24046c1ccee4311c66edbac50f0f01dd345c5fc5ec 1.00 MB 1,060 96
460,380 460,380 000000000000000000085ae9200e8fd557ba6f1924d09e844a3f4e5a27a04cd6 1.00 MB 1,807 187
460,379 460,379 000000000000000000cfda3118380af5b791712e221b7d6917690bc6a524852e 1.00 MB 2,453 176
460,378 460,378 000000000000000000b0961ae51e58962e036cfa5aa4e45df2010af507e382d4 1.00 MB 2,349 226
460,377 460,377 000000000000000000f5d188dce1e2c0801207c6abe52e2e25d7efd000d20484 1.00 MB 1,973 178
460,376 460,376 000000000000000000d649119866edea2c9af1f6841b82cac622321ef99b9c54 1.00 MB 2,448 194
460,375 460,375 0000000000000000000d91e925350a1ae5948a908f78cce058043b0ec50c617c 1.00 MB 1,610 212
460,374 460,374 000000000000000001205eac4be58eb186a5dc58e3984af16a9b9e16e90225c1 1.00 MB 2,184 185
460,373 460,373 00000000000000000064d294d9c49cacd7ad9978ccffddf01d7d03b6bb1a07de 1.00 MB 976 107
460,372 460,372 000000000000000001e78f7631189b50c5465d8dc0333308628a4676bf6e05e6 1.00 MB 2,411 178
460,371 460,371 00000000000000000138357994c88985fb16a265ae2574497aff54fb50d8b4d4 1.00 MB 2,319 152
460,370 460,370 000000000000000000ffd16f0d9f7bc3239bf32ce9c74a2edc5490c217f15a49 1.00 MB 845 121
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.