Memory Pool Memory Pool Refreshing

10,606 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,552 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (620,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
287,259 287,259 00000000000000015e7a779bf1fc4e2570002fd3c14c79551b71e3831aed53b6 0.34 MB 586 37
287,258 287,258 000000000000000050b013a924b401bbd538764df08de03a361b0d852de67fc6 0.40 MB 711 33
287,257 287,257 00000000000000003e4a8acc8d7dffc8f85887862ed10071df48d18900871eef 0.05 MB 53 22
287,256 287,256 00000000000000003eb05c26514c548f0dbc91f57af3b6224a55b6e33aefe75e 0.08 MB 159 34
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.