Memory Pool Memory Pool Refreshing

396 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (239,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
668,468 668,468 000000000000000000037ad5da6a40466bd87145e3f57005b6ec95bb43662e8e 1.09 MB 2,781 27
668,467 668,467 0000000000000000000512264cefd3762ba2035563fbf6920d26198bef039bf8 1.29 MB 2,137 91
668,466 668,466 000000000000000000037b353ce48b5790931422d0184eb9ac8bbddbfdbfca6c 1.46 MB 2,360 77
668,465 668,465 000000000000000000068f43b82c5020007dc38a10d47f1fd37b8e8b2ef3b96d 1.50 MB 1,890 89
668,464 668,464 0000000000000000000bbd25ccb870e82d0b685a4dd428196219101b3ac176d4 1.70 MB 1,971 122
668,463 668,463 00000000000000000000b59a08828c8a3ef57115cd72662cdf585280e70f8331 1.17 MB 1,194 113
668,462 668,462 0000000000000000000cc96e5b18a8b3bb90dd5f2020d30a8d87aaf05bded0ff 1.62 MB 1,074 44
668,461 668,461 00000000000000000004a8f750f89f35807c014d65ccdf98673df5be9a2b8566 1.48 MB 1,086 46
668,460 668,460 000000000000000000023ea79ecc7bb8ef0a0c0f898590a4d841962d0674f1ae 1.44 MB 2,028 66
668,459 668,459 00000000000000000006861f8d7660cd71c7a49de19785b051c83b8ad2a51854 1.35 MB 2,408 90
668,458 668,458 000000000000000000011dc17d084941a08289f22d639099ce4854170b44870a 1.37 MB 1,704 21
668,457 668,457 000000000000000000004ad3eea3b270de23a842a8ba03a3d7cc7617607ab08f 1.40 MB 2,370 85
668,456 668,456 000000000000000000030565d5c40eca1603572149e05aef186b6e46d014f5ae 1.23 MB 1,612 12
668,455 668,455 00000000000000000007cddff8b73e3ff409316f5170b5227595ec716317eb56 1.55 MB 1,179 30
668,454 668,454 0000000000000000000466fbf7b6be36ba65c168ef57c2024a4241a97335115b 1.36 MB 2,528 136
668,453 668,453 00000000000000000008d16f0dc730d36a4cce438de323709748f2fa7013327b 1.48 MB 1,149 26
668,452 668,452 000000000000000000022e08f059b2221c493211046323d210e6f9d5b676d1fd 1.17 MB 1,511 11
668,451 668,451 0000000000000000000aa684036effb1ef8fbbc15fe7ab677b49f36a9ed2dc30 1.30 MB 2,103 79
668,450 668,450 000000000000000000058d87b3549689a891da1e4a34014fc0761361f3b9b6fb 1.15 MB 1,084 117
668,449 668,449 0000000000000000000d3586d9b17baa22f5f0dadbd1860cce213b945528c048 1.42 MB 1,374 27
668,448 668,448 00000000000000000001ad8d9926c5312af2315bbca432e18e9c17339a08cd28 1.45 MB 2,000 14
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.