Memory Pool Memory Pool Refreshing

1,393 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,376 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (678,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,645 229,645 000000000000014bfb408108cd93f34a3f560d587416f86a5f82e7ae9d6dda47 0.10 MB 328 21
229,644 229,644 0000000000000081c1ca971ed42009b2b3a78dd95d58e4e1fe97a21b6f0d50ee 0.20 MB 446 208
229,643 229,643 00000000000000c0d788868aefab46f71ffdecb5ded067451bd530b3352777ca 0.00 MB 5 550
229,642 229,642 00000000000001a3d867ba900753abf56879e9a3129e107791b079a02ece1ec8 0.27 MB 318 58
229,641 229,641 000000000000000b7d033155cac7de574a2c551d3eee72ccb5a5f65b66a6bb24 0.25 MB 735 219
229,640 229,640 0000000000000094646a8f6d078e27708b5af0dfefb6dcb6bd8bc82bf2f06012 0.24 MB 461 134
229,639 229,639 00000000000001ffaf85b806833335675ad154b9c44ba3090c95b3eba86a62dc 0.16 MB 311 152
229,638 229,638 0000000000000195407622ef14b1517f5b95de95ac4b4013be97bfa35f0047b2 0.20 MB 482 194
229,637 229,637 000000000000010a7c00154f5f77c21b90212a4edc15eb3a061c32fb8537cb69 0.08 MB 45 70
229,636 229,636 00000000000001b2dfb338a36e629060971404d2a1cb7b07906fa75ffb108d24 0.25 MB 582 299
229,635 229,635 000000000000025179383294e9001b70b4a6060b150bd9ad8a116976d53a099f 0.15 MB 382 332
229,634 229,634 00000000000001e2d5ee96e8ff93010d7982c587f37e6ec2de7745ba5fe6a92a 0.10 MB 325 97
229,633 229,633 0000000000000070a4f9e9ff7b0696e20abf0b8dab626bcec8c81846cd4f3374 0.07 MB 178 183
229,632 229,632 000000000000016d771454b613e260919db1e54cbb5e8b9e16fd3e0489f813f5 0.08 MB 158 180
229,631 229,631 0000000000000259ac26379b42f100014cc55bea0688b3b54cb8d9d4759523a0 0.06 MB 122 143
229,630 229,630 00000000000001dc75aedae79f53f09e47c4220c326269162ae19c5d62d65479 0.07 MB 196 233
229,629 229,629 00000000000001862cfe7996e72c06e19688756ea3c633800b4c64ca7ca4f6b9 0.00 MB 14 127
229,628 229,628 0000000000000130534d1104bdd99a84d2f4db9302028e0a5197c8bc816c6b98 0.05 MB 109 204
229,627 229,627 000000000000017aa6e4ae88bcbf6b5f046be5c5b5c89516a97859138c66bab5 0.32 MB 735 213
229,626 229,626 00000000000001f12521a12ad0b4bd4087bc872eaf86f0f563e1d8d85229a0ee 0.07 MB 151 189
229,625 229,625 0000000000000110a0f39f468d838ba0736b75a3d0fb775a763f088b9511b994 0.08 MB 209 222
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.34 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.