Memory Pool Memory Pool Refreshing

1,778 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,775 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (449,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,477 458,477 000000000000000000be0502b09b29feaa2277e4874398a751bd65e094d72801 1.00 MB 2,307 145
458,476 458,476 000000000000000000515d567a9c6e1c23df1992c1c617f57916c8228969e76a 1.00 MB 2,434 197
458,475 458,475 000000000000000000436fcdfb1c5a5ffd91969a068e79cd46b8dbe87bc7d8ab 1.00 MB 2,584 139
458,474 458,474 00000000000000000095a3632ca4b8a516987a63fae42ecbb60079654f6e0bf9 1.00 MB 2,159 203
458,473 458,473 0000000000000000006c924791f1abc12e80d3fb90750d660e1cdc65ac8a9b70 1.00 MB 2,343 215
458,472 458,472 000000000000000000fc4ff89933d482c65454eee88cda5068fadbb7d82a768c 1.00 MB 2,133 171
458,471 458,471 000000000000000000d286f01c68e272ebbc7e34ac6505b0fc0cc629352650aa 1.00 MB 1,992 205
458,470 458,470 000000000000000001d395ea62510a71fcb3930838b9d8ec295404bf71b32cc5 1.00 MB 2,588 214
458,469 458,469 000000000000000002200e4fd5b04fdedfbeb18b1fd348036983f7b45cc707a5 1.00 MB 2,428 167
458,468 458,468 00000000000000000007ac81e5add12cec96613fb7c03e7fd132f2e8b2bb4020 1.00 MB 2,466 161
458,467 458,467 00000000000000000142fd5bbf47cba75af13efb82efe483e46f5589cf628497 1.00 MB 2,091 188
458,466 458,466 000000000000000001c229cdce02a9ed17a12396544211d24597d1b8d44832d3 1.00 MB 1,775 203
458,465 458,465 0000000000000000023d4666c5eb0d754f0ab338c41261f4b2fe5dd1b8685882 1.00 MB 2,331 121
458,464 458,464 000000000000000001c6918f44287988b04eb31a70927a1c71ba86333e9e0d48 1.00 MB 2,289 185
458,463 458,463 0000000000000000022fe4f1ee993284e62963d14e4e6bd88017365af1a7392d 1.00 MB 1,308 126
458,462 458,462 000000000000000001426a9628fd38ca56d50127a07774b5670df6cb30231652 1.00 MB 2,199 262
458,461 458,461 0000000000000000008f574c3746ee18d37f6dbdb5cb96e127fae24134aa4aee 1.00 MB 1,124 278
458,460 458,460 000000000000000000db5869c6417cb9abaf3aa8c278f10756245b3efa154ac6 1.00 MB 2,227 194
458,459 458,459 000000000000000001c853fcb9294185d2e62f6b431901fe5057c4ada4ec7532 1.00 MB 1,972 110
458,458 458,458 0000000000000000002c70de793a5096191e3dcb7499a3ca74820a2d39f452f1 1.00 MB 2,005 201
458,457 458,457 000000000000000000fc582f7a23059bd9c8b321531a1d6b38d1b69fba82f6c5 1.00 MB 2,544 124
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.