Memory Pool Memory Pool Refreshing

6,944 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (776,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,055 131,055 000000000000061576b093abe003f3aab2eff250792d8afe202b1bbe707c1fbd 0.04 MB 150 292
131,054 131,054 000000000000085a739c66dc03c2b412cdf54f00b68b56c67014963672f168fa 0.05 MB 176 67
131,053 131,053 00000000000001ee8fd0af6c6ce43e1786f786f3a6476f3d95f9f3aca0750aa0 0.03 MB 81 971
131,052 131,052 0000000000000f42edfb387e757d54293c772d6cd5b881dee16387061c03598d 0.02 MB 29 1,880
131,051 131,051 00000000000002659a370f3ae00279e528d577d01339b1cc8f8348e979f0da4c 0.03 MB 13 661
131,050 131,050 0000000000000dcc2138a3eff5621b574f5bf4d7e007c0d4bd28b1a026cbbe80 0.09 MB 50 1,259
131,049 131,049 000000000000003f112e5862b309f1efc0155f20e006b1dcf56f054b23de470d 0.00 MB 1 0
131,048 131,048 0000000000000d683b1c7b9a514c5bc23e94616b7d27e5d0732b72872e4e8ec3 0.05 MB 110 107
131,047 131,047 000000000000024ba4291ae89380eb484acdcc633d18b2b33f207af102327426 0.02 MB 27 365
131,046 131,046 00000000000003bb49e96d2515b614ddd95fa9b28d842cacb0c05308ebb4f0a4 0.02 MB 3 1,089
131,045 131,045 00000000000009dc7daa925ae8b881173e85a21c4eadcecd6d968b199f3ca972 0.17 MB 236 1,147
131,044 131,044 0000000000000ca38127ed9df3e9d5bd527486984b88c81a5266915af537ae3d 0.01 MB 22 657
131,043 131,043 0000000000000570113c4ab749b31216258950a45e56ec8310eedeaf185fa97a 0.01 MB 16 1,769
131,042 131,042 0000000000000427984b49c8d4c496858dfecbd56e413caaea3768314459f248 0.02 MB 26 1,179
131,041 131,041 000000000000104449ba12b2ed9f34c41de30137577a4207da60173216e6973a 0.03 MB 75 1,220
131,040 131,040 000000000000097aa651b8e19c448924586a8010721c8e7ea282a0272d425987 0.01 MB 16 1,173
131,039 131,039 0000000000000e6e98694ccb8247aad63aaa1e2bec5a7be14329407e4cea6223 0.01 MB 19 601
131,038 131,038 0000000000000b8a90b051811f6ff157956c5a86526b8046576b25dd63f9dfee 0.03 MB 75 344
131,037 131,037 000000000000104fc87f35bc4fc9fad6ccda80dcb4ecc4ed5fe461543f41ae60 0.00 MB 10 1,138
131,036 131,036 00000000000018e77a1a5a869a2d3b1627eb9a804f3adc5450abe789ffe1b761 0.02 MB 27 1,075
131,035 131,035 000000000000027695d0d3b4bc1ee85019111703657b1f63399c348fe8b2d7f7 0.04 MB 162 45
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.