Memory Pool Memory Pool Refreshing

564 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 559 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (620,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
287,255 287,255 00000000000000000cdba4b2f5bc0841533bcf7e51978e75260a18c23b675ec1 0.24 MB 323 22
287,254 287,254 0000000000000000e2f8a4b9d3fa098a257ccb5793ed78a033e769af4d89c8f5 0.06 MB 124 57
287,253 287,253 0000000000000000ee50a8364daae6ce124272d7688f80c56a75f1ed04b68ed8 0.06 MB 91 31
287,252 287,252 0000000000000000b93f133672705da7b31d4beb5b533384f2080d9054716400 0.37 MB 501 29
287,251 287,251 00000000000000003d8dab5e0b731e0b93ed928e253177a3ede264fcd27334a7 0.18 MB 291 30
287,250 287,250 0000000000000000edade8da5287ea352735b3f2c16a000c6346f01deda4a66b 0.27 MB 428 29
287,249 287,249 0000000000000000da68249315560786fa4c9e738f373091fa3ccdb084cb5cbc 0.12 MB 126 15
287,248 287,248 0000000000000000583c04bf7f0641f470acc8e06a684f28ce0be05a567f0ece 0.35 MB 875 40
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.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.