Memory Pool Memory Pool Refreshing

2,964 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,633 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (712,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,773 195,773 00000000000002b6e62f4cc20a86313890546b96c0e6d867ae7b5121deb50ca1 0.32 MB 696 120
195,772 195,772 00000000000003567c652166e5298de5d92a67a8823bbbd0e1d1cc9be0dc580c 0.01 MB 40 52
195,771 195,771 0000000000000167d30a000de5f9d6cd29edc073be8877af6b5587d51f5d107c 0.12 MB 256 116
195,770 195,770 00000000000003d66dc2ea141d227914c5915c767f9628e49c6865e357c2a913 0.06 MB 143 98
195,769 195,769 00000000000000d1448d6c8a12d46d52994a9010325a812bf49f31ce6513fb84 0.01 MB 32 0
195,768 195,768 00000000000003368dfbb5269ec462d6d4476e716ce600b071f37e1290af0f54 0.05 MB 91 81
195,767 195,767 0000000000000297e892a3a74540a569a7e09728c8f0e4f951e55ce8f1e4ab70 0.01 MB 16 11
195,766 195,766 00000000000004801f9df4b2cefa8d9c0745bd9497593f1189ddb579f7c551b2 0.11 MB 261 113
195,765 195,765 0000000000000623c4aeadd4da2bd803a04d078ea495a666f8bbe53d88c38729 0.09 MB 294 158
195,764 195,764 0000000000000661867072c2e4f3df9efcd11e54a6e5d34cc71aacd42b7ba6e7 0.25 MB 573 119
195,763 195,763 000000000000034f4e22d5bd44dcddb3100889f0d4dc3e0fcf7db0775c79048d 0.06 MB 169 78
195,762 195,762 0000000000000340294e0f34b280378d957a7cca948c473d30d74b98946ea449 0.25 MB 822 173
195,761 195,761 00000000000004149811b08c2bc16ba5a822224d86c85aa828fb7d2d091d2393 0.25 MB 606 141
195,760 195,760 0000000000000027c81346eecf0ff92b6e51bd9f7e3c5a9e48d804110f062e56 0.05 MB 147 85
195,759 195,759 0000000000000100c2c769aefbd3b90329e4a47ef14b13c81eda35194447a107 0.25 MB 680 141
195,758 195,758 000000000000014f9d2fab7bcde2076e42f342e8fb064893d4020aec60d5c96e 0.25 MB 458 159
195,757 195,757 000000000000064bd75b2f93f62ba77c3598dc7b48906ccc0cc8501a645fb850 0.00 MB 7 75
195,756 195,756 0000000000000582b1394021743f2aec1273fe1ec6d66597240abd49e7061737 0.01 MB 43 140
195,755 195,755 00000000000003805e326bf1aac8aba7bd443f61a681f66335ca9ae46d5e3aff 0.03 MB 69 101
195,754 195,754 00000000000004d2451c4a5b93e265711429eb7abd69b9ade21100c84c69189f 0.01 MB 44 118
195,753 195,753 00000000000001e58969a9a9f65b0ecbfba0a18ec6c83bb06114b8ba30c568a3 0.02 MB 60 132
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.68 GB sent, 93.89 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.