Memory Pool Memory Pool Refreshing

7,598 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,228 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (636,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,061 271,061 00000000000000061511d6c8c5705ea6839ee3fc671c83e346f50ae1775852c7 0.09 MB 81 20
271,060 271,060 00000000000000001fa54ad05f4e079cf8e9b55e8131ddfba368abf3be7b4c9f 0.19 MB 400 59
271,059 271,059 000000000000000377235d93aeb921dd25616350cce2ba35f419a0ce6086f917 0.08 MB 210 51
271,058 271,058 0000000000000000070b429caa3f76497671d44ec5b6926c6e404f2bca2d6781 0.22 MB 279 34
271,057 271,057 0000000000000005e168dc2b5aecb6f99046c2e9dffde239f924f3af62a0a364 0.05 MB 124 39
271,056 271,056 0000000000000001b15158f1d4de269865e088418cbce71090ce51e3d8407766 0.03 MB 52 30
271,055 271,055 00000000000000069271f1e2dbca6e04f7ba6609ca7398a887f28b45a0c78ce2 0.07 MB 90 57
271,054 271,054 00000000000000048d61deea2ecc297dcb72882fa4e26d822f9b643d1382c617 0.12 MB 245 39
271,053 271,053 0000000000000004e4f5dffd8f55ec5c877158346aa0d691fcf6dcd72d1ecf51 0.07 MB 101 10
271,052 271,052 00000000000000000f76408c36e0a41255e1c522bf9f1a98152b88f5d70fa140 0.27 MB 538 68
271,051 271,051 000000000000000541bb21c4cf8dd9b4e2780916499a3f4fd704b4b3b963c2e3 0.43 MB 819 50
271,050 271,050 0000000000000004c5095aa187bd2e509c19ebfdfd9e48ed6edb439d32f38ce8 0.15 MB 374 101
271,049 271,049 0000000000000001d5723b83906583e96bed9b497e08fb93a9d015c6e17eef72 0.33 MB 639 52
271,048 271,048 0000000000000001e4b237c2fc3c0252c0fd19f2417073ad08d78e3b904b7714 0.25 MB 292 30
271,047 271,047 0000000000000003b4e9cda50df93d0d1cdcf285c8e53bb66a542bd57f3874a0 0.35 MB 803 62
271,046 271,046 0000000000000006c1e9d572894bc5328d023f7c899d0cc67c3a1da3ad1a2416 0.14 MB 231 18
271,045 271,045 000000000000000516ea0d85199889756e0cf02194f9f0f046d920e9187cebb1 0.44 MB 1,044 91
271,044 271,044 00000000000000038f211767d5b5791b3ccb6d5b904d28772f84558e5e89215c 0.19 MB 218 47
271,043 271,043 000000000000000074a5b2a938f7187175ccb2959d8243777c1a0eb121f4447d 0.06 MB 126 32
271,042 271,042 00000000000000034ca880423160b35b242a9d1f1ae2e45cb058e28666b74936 0.25 MB 338 23
271,041 271,041 00000000000000012a2822e59fab7afedbfd169d443a8ae8ac508202fcbbe335 0.50 MB 1,070 63
Previous 10 blocks ↓
Total Size: 769.13 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,631.57 GB sent, 93.56 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.