Memory Pool Memory Pool Refreshing

7,911 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,250 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (676,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,451 231,451 00000000000000730d7433d456da78b49b5a1d905f932b17a13aa53d4de1422b 0.11 MB 234 138
231,450 231,450 00000000000001804f298e2e87af477510f4e0e23fddbfba335f9c3400e9ac5e 0.20 MB 408 130
231,449 231,449 00000000000000faf578643f2eef64a68ed10c73a170165f5e12658e31609046 0.13 MB 240 141
231,448 231,448 0000000000000093e4a175c356911f8df522fb15fb78494ac8e054e7e018c74d 0.11 MB 239 150
231,447 231,447 00000000000000b43ddf16b383c8c1aadb78e770ca61518c864868343e06b7d9 0.20 MB 334 73
231,446 231,446 00000000000000ed166890a797943a35cd99a7a03746864b568d021e00fb6495 0.07 MB 177 143
231,445 231,445 00000000000001f01e2e5b0454d0966837cc3941c8faa62e294721e727b94296 0.12 MB 300 137
231,444 231,444 0000000000000139354c1b7b30022b60a37733c8b2eacdf2886e1fb6bf85d257 0.13 MB 335 263
231,443 231,443 0000000000000114b5c101ffbbe426afcb2e31701a02ef010c9e81c8d9e541da 0.07 MB 172 201
231,442 231,442 000000000000002b1bee3c98751f9cb47649b5dd29ba13c3ba55bedb99b2135e 0.08 MB 174 240
231,441 231,441 00000000000001b2355ab1e80e484690330662473f1802edf86e77162f6b56ac 0.00 MB 4 731
231,440 231,440 00000000000001d18a3969189a3d21da60abb84d1849cd43d38e56215f9b336c 0.07 MB 147 238
231,439 231,439 00000000000001978973389e0570ec758f080194945c2f072cc7831d9ad697e9 0.25 MB 482 151
231,438 231,438 000000000000000f2e6e38386d650031ea39ba8cdbb0041830bf1d67a6af7a65 0.03 MB 72 267
231,437 231,437 00000000000000ba854f7c3d5d8e926f20f256f7a6eb66a7e2475879093c9291 0.13 MB 297 215
231,436 231,436 0000000000000088d2016c7a5dec33eae6b14ca7db3e07fe0fe703f31ac194de 0.21 MB 448 176
231,435 231,435 00000000000001a6267a750009c9f25a42c1bdee536997e537287b0cbf3466ce 0.46 MB 569 123
231,434 231,434 00000000000001c19108d233f10d89e1cad8b961eaa8b16690963aa4f52e004e 0.43 MB 329 106
231,433 231,433 000000000000004638d24e4a1d1e1b2fb497017eb79353e90142a032323cb48c 0.12 MB 171 129
231,432 231,432 0000000000000200e00131037280ef8b9bd7c421008e54f3bb43ebd39be253e5 0.25 MB 656 243
231,431 231,431 00000000000000ce38b1628ad48f65374301663050b4ed2eabe2171028c9eb4c 0.29 MB 192 114
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.