Memory Pool Memory Pool Refreshing

2,057 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/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.77 vMB 2,018 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (309,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,087 598,087 00000000000000000014d242b533eec8b46976d3b719d24fe66e6429b63b2ab2 0.45 MB 1,162 4
598,086 598,086 0000000000000000000ee5de629f630dc21e9fdcedbf32d671d26f4f8e0da511 1.26 MB 3,505 25
598,085 598,085 0000000000000000000d4080e9de8888a699a31fe8bb763e8e9d96a2b873e2aa 0.44 MB 1,224 25
598,084 598,084 00000000000000000011b0790b2f75c0352b767e2b9a96b5e6029a53a40bc168 0.64 MB 1,977 21
598,083 598,083 00000000000000000000292acbcc2f5a586b315401f399bb83d17a90f6e53e7a 0.47 MB 1,435 3
598,082 598,082 000000000000000000148bb935f0ee36d6b913ea1e36574d744f861806f3a0d0 1.41 MB 2,752 22
598,081 598,081 000000000000000000069019568029652d196340598815dca86532053e9096cf 0.32 MB 909 20
598,080 598,080 0000000000000000000a416640a1524ba9718706bd2e61028b0e20d68994a484 0.40 MB 753 16
598,079 598,079 000000000000000000044128377a8ec4d7ca217f2ff0d9aeead097526b5e5bd5 0.03 MB 103 22
598,078 598,078 0000000000000000000ae9a318e6b491fd51e2991c598db3ba61b3887f0cc3c2 0.80 MB 1,997 16
598,077 598,077 000000000000000000113f3501e65806b3ce3825c2466894cd50b5eb6ebbcb4f 0.09 MB 264 36
598,076 598,076 000000000000000000115926281e5d35098a28a05701de05c57c301e663c600c 0.58 MB 1,444 19
598,075 598,075 00000000000000000005c8a632d5ff9c34310a9295bc961476708b70c08de22b 0.28 MB 571 10
598,074 598,074 0000000000000000000110f437a8837a2f8795da9942fcf77e0fe7934f3d2482 0.69 MB 1,234 10
598,073 598,073 00000000000000000003c9ec2be04f34732ffbd6b0cbab28a7fb57d760406f27 0.99 MB 2,323 17
598,072 598,072 0000000000000000000da8809ac53b31bba44a4338285cebc0b271803e158bea 0.00 MB 1 0
598,071 598,071 0000000000000000001574de4b412b23240a9a4da8435845359f26e93bfda44b 0.39 MB 394 7
598,070 598,070 00000000000000000003ed349ef5bad1581899e4e9c192f776d9cee72b200528 1.20 MB 3,256 16
598,069 598,069 0000000000000000001556ef337570f67f779fbd3a2efd8d867c962ad8f0ad6d 0.54 MB 1,645 20
598,068 598,068 000000000000000000118885e821f396c72e5c48ccec1606ea8c28024d1ff89c 1.18 MB 3,259 16
598,067 598,067 000000000000000000157b2d5b09bf773f3361a91e1b5b126a3b4a117a7e8976 0.43 MB 1,320 14
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.