Memory Pool Memory Pool Refreshing

4,261 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,549 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (618,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,291 289,291 000000000000000106ab8cc8baba3f7fc1930bd0648d086d2dce50353451cd9f 0.16 MB 320 33
289,290 289,290 0000000000000000ade38b9469f38ee2f92244e0973ad234b3e4f53516559db2 0.01 MB 16 22
289,289 289,289 0000000000000000586369f372b9ece2a058e37964beb5f7e302a1e3bde99763 0.26 MB 455 34
289,288 289,288 00000000000000011380e22e159456136ef6a8559487ed13ffa9c5cb7f51d59c 0.01 MB 16 52
289,287 289,287 0000000000000000a239961bab0c0cdaa3ae6958e0bef64dde72cc58f1e2bb36 0.16 MB 278 28
289,286 289,286 000000000000000117bb637ad20d3160506bc85061def260b39d2e9af82677de 0.14 MB 309 46
289,285 289,285 0000000000000000ef20a1a4846b29209188f245e64df3269a0fd34dcf8442c9 0.14 MB 257 70
289,284 289,284 00000000000000004da95a89381d65d2d4722e5d2152222d7787adef9014dfd3 0.14 MB 283 32
289,283 289,283 0000000000000000c1c0a743dddd66bee54771094b4259233b74fe2fce9ce571 0.05 MB 51 38
289,282 289,282 0000000000000000873bf146ddf3ce86f1eeed078d986f7aa736ec5514eb1ef1 0.23 MB 478 35
289,281 289,281 00000000000000010bf62d0adfc2cf262db87cb5fa1029a2f5f54cdba19d3114 0.13 MB 285 39
289,280 289,280 0000000000000000c86e3c2bacd16931c8c02c5db36875307b21d8d243599439 0.36 MB 730 35
289,279 289,279 0000000000000000e2ebabf5f51fc4ac47187d454083f154f024e9b55df20c82 0.21 MB 481 48
289,278 289,278 0000000000000000b7ed3ad291e028cc609798c95e326461d1fd553216117dc5 0.10 MB 177 31
289,277 289,277 0000000000000000d0cc8a27284c89a7c6fc03dbea6a2059ea1004fab7b4b4c6 0.26 MB 471 32
289,276 289,276 00000000000000000325040085606bce97d619f5faf2566e067d79cebe748dc8 0.24 MB 538 33
289,275 289,275 00000000000000005e677dddb8528faa303c7dbf743d69509f793bcb617647a6 0.04 MB 64 37
289,274 289,274 0000000000000000f622bea48e59fc0f1b515161edad3088a181bd3f476c3d5e 0.03 MB 64 80
289,273 289,273 00000000000000005e19c25cf0d0aafdfa72d2f14eab7de7daa71cac46491a4e 0.24 MB 588 41
289,272 289,272 0000000000000000f2d007f72307a7bd3ce528db5c176baf68380adc65ba0c0b 0.10 MB 215 37
289,271 289,271 00000000000000006a82f6f4286058eeadb6ccef0f09c0da1c7b92dbdf578318 0.08 MB 204 37
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.