Memory Pool Memory Pool Refreshing

8,097 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (620,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,280 287,280 0000000000000001135edaf90f3bd4af37f8e36ac13e0eb3632e38e54cc6073d 0.03 MB 32 44
287,279 287,279 00000000000000012e46d8a1a4899e0c328094f5422a620b1ed5983058b54520 0.15 MB 189 23
287,278 287,278 00000000000000015332feef580c1eed2f7da1e4e2ad8cd57ff0b735606b1526 0.03 MB 66 36
287,277 287,277 000000000000000136dbdcc784e007094082081daab26d9694d742718e97c5f9 0.04 MB 97 38
287,276 287,276 00000000000000002a8176dacb9582000d11069972afca9ca65ef19ab7a445ec 0.05 MB 110 37
287,275 287,275 00000000000000007709f09d39cfe21070495e4ef955a1a5da077c68a014e4d1 0.02 MB 34 27
287,274 287,274 0000000000000000f79fdc6a5c1a72e29b005ae7f82e20285477ae516732043f 0.07 MB 158 30
287,273 287,273 0000000000000001562bffc9f40303317517c2f6d9dadc134e2383429ce2b276 0.75 MB 1,295 32
287,272 287,272 0000000000000000133639b893065e36920fba71ebadffed9a3f8d17614004cf 0.35 MB 468 32
287,271 287,271 0000000000000001206d1b87a12fee2e4b3a8c3efb6873f5b622f5d89ab690ae 0.16 MB 295 33
287,270 287,270 0000000000000000a04141b9a46c96af4190b3bd09f4574515c2ca1fa184e39f 0.34 MB 592 27
287,269 287,269 000000000000000110969e29b04097034fd682fbac4db11a3340c42edcfdf57b 0.06 MB 135 101
287,268 287,268 0000000000000000df5650711b28fac29d82a0982aa89b09807bf76008b48a71 0.13 MB 175 27
287,267 287,267 00000000000000004e0a541c61b87e061e64aa4b8ab9054587c81ebd0dd0cd5b 0.02 MB 29 32
287,266 287,266 0000000000000000e8ad0adaaaf1e5050e8d1a3731eb2394f133a44d1c2e43f1 0.02 MB 34 30
287,265 287,265 0000000000000001528f68a9be04b5fe300a3846b564c79a5f3d47e4a4913191 0.21 MB 289 29
287,264 287,264 000000000000000066dc18c5c5c011296c58be994e9b1c8c3c4659b5f00329e2 0.25 MB 440 35
287,263 287,263 0000000000000000535800a6dfe3670395b2e3bf61da4f9b7eb7df8187a38b2b 0.34 MB 332 28
287,262 287,262 00000000000000014497ae41f4db440927ffb9a1b2346a42afd93a7638c3d88e 0.35 MB 573 28
287,261 287,261 0000000000000000234cb06672e0f8bde647783febfc61f4b3b38f4bee5da193 0.25 MB 727 60
287,260 287,260 00000000000000003027216caf05d57698c5ec197ba45590034f175846ad1bb0 0.06 MB 102 44
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.