Memory Pool Memory Pool Refreshing

2,556 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (245,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,441 662,441 0000000000000000000d51447784b728e42a28e8e67a2631de472373b594a619 1.15 MB 1,670 27
662,440 662,440 000000000000000000011e2d53ef9d5ecd364bb2c88a4b6b327042ef58030d2d 1.25 MB 1,087 29
662,439 662,439 000000000000000000090d5036b6ee80fa1b1c32e3a1268c4abf8c4cf25c142a 1.17 MB 1,509 18
662,438 662,438 00000000000000000006f303de3386d080ebbc4c4c281ebdf53d562e542df22d 1.31 MB 1,379 47
662,437 662,437 0000000000000000000296d10a983b71fd4d0e15a201ab2dbe1f16c75f75cab8 1.25 MB 1,721 21
662,436 662,436 00000000000000000000fc8c671630ddc9ec5b142748d85bfba95a7b61f90d65 1.32 MB 1,676 26
662,435 662,435 00000000000000000001f12ce4cf368e28be680d34859029712904b621bddced 1.36 MB 2,004 59
662,434 662,434 000000000000000000007bbed343cc1d2505589c5acc2e38fc5b328ba99dda0e 1.31 MB 2,390 70
662,433 662,433 0000000000000000000509121f198ba7a1dae6c4934c4ab4786d83fc29787555 1.31 MB 1,640 38
662,432 662,432 000000000000000000076a7ce325093de04b3f3a83c0880bcc4d88ac260545ff 1.30 MB 1,931 37
662,431 662,431 00000000000000000007d7a7f00cccfb24b95a5e416a32a649b732092b0f236d 1.36 MB 1,503 45
662,430 662,430 0000000000000000000a28ff5fd18577dba35b2e60069dd89ad7c96e09214e1b 1.31 MB 2,298 71
662,429 662,429 00000000000000000000de18e1f48af36dfd19e06bb2e441d79a65095e6539bf 1.12 MB 1,571 44
662,428 662,428 0000000000000000000797e2e878fb680fc1e934179404b668f59a8a70cf12d0 1.17 MB 2,100 60
662,427 662,427 000000000000000000031003f49f05b76943d9bf612ad4f07b0afc300eb3caaa 1.35 MB 2,996 114
662,426 662,426 0000000000000000000b519f170216a44d709bbcc098060dc20c50b7162d69c5 1.24 MB 1,730 135
662,425 662,425 00000000000000000005a1675b7ab37d446330db806b777b52f6cb5a177042af 1.34 MB 2,738 142
662,424 662,424 00000000000000000001eaf24aa85b70141f6c300be9ddb20944321947974257 1.21 MB 2,822 60
662,423 662,423 0000000000000000000a3ed67efbe058b71d22c575abcd4a83ec7a8e1075d141 1.29 MB 2,016 66
662,422 662,422 00000000000000000005e52a53b282df60826d8dd2bce93c422cd29d09e74d8d 1.42 MB 2,422 129
662,421 662,421 000000000000000000045ee4ac3f5a46ab65b5a2f5f718e98dabef24212976b5 1.23 MB 1,346 70
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.