Memory Pool Memory Pool Refreshing

4,149 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (647,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,613 260,613 000000000000000680614930ad974787d2a78fa81feb2e69c7261a001afd6c1e 0.09 MB 198 109
260,612 260,612 0000000000000004741dcc0dcf1666496dabb7acafdc65dff456020dda00aaab 0.09 MB 185 118
260,611 260,611 000000000000000ca3b16389c5c1f73a125813fb23a7c337744d436359a9cf5d 0.12 MB 294 195
260,610 260,610 000000000000001356062cef7c83ad637d19e579dbf0f057326cda339da204ff 0.13 MB 333 101
260,609 260,609 000000000000001b66e9f9ab0c18a78fadccf7082ad9a27857b6d9696f2a7a66 0.11 MB 245 109
260,608 260,608 000000000000000ced9314aca04651eacd6a7b3497d6ab37c46d1ed702655fd1 0.15 MB 37 12
260,607 260,607 00000000000000033b9b9825b180fc0cc169a50a06f4934af3d9b601d7a9cdb1 0.11 MB 274 126
260,606 260,606 000000000000000ddbc8c2f25dcbbbfc2bb2d5a23ad63aa43b97d96bd3151a1b 0.17 MB 411 132
260,605 260,605 000000000000000b1fc51c0caab2f82e030a2461b12db164c5adcad4d7085f11 0.05 MB 97 83
260,604 260,604 000000000000001c6f4c8d318f45fd3fe8be0061f733adf2ad9b1360a8d3c074 0.09 MB 219 103
260,603 260,603 000000000000001c66899fa69a7c3de8d67354711c1c3623cb1f63bd47cb89dd 0.16 MB 353 108
260,602 260,602 00000000000000104dd9531d196fd81b7873618384a20eb5bf87a362ca265eff 0.23 MB 589 131
260,601 260,601 0000000000000000d55563f0a115c6295f2f7678ddb9322f3edbd71d4b4638a0 0.04 MB 58 13
260,600 260,600 000000000000001b28d9d794c965e75c0f0cdb4f842e6d7726f5b27644ce0fbd 0.05 MB 67 44
260,599 260,599 00000000000000064ea30a6641130fd6be4d830257a6abc73bdbc460264ae789 0.18 MB 408 118
260,598 260,598 000000000000000ed872af1aa65c524f9f0448d1be5fe7b0545f6e72ad943b7f 0.29 MB 330 40
260,597 260,597 000000000000000a06d88f8e2d67bf79eaf5fabfacfe43c9399f49cfa953a387 0.11 MB 256 152
260,596 260,596 0000000000000010e0bcfe2be4a9e67fb87a211bfe14807f8f79eba50d042aed 0.25 MB 588 102
260,595 260,595 0000000000000015a752213822899ed7eb9eb1f8bb4701d44baf14edd7896316 0.25 MB 695 153
260,594 260,594 0000000000000006d9d8ff408429f7c97ebf8c7f0b2d7d723dae772fb0555ba0 0.04 MB 118 44
260,593 260,593 000000000000001bedd8fb5f78e6bca7f578e2afb693d1de7a418523f40eb0c8 0.32 MB 756 126
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.