Memory Pool Memory Pool Refreshing

2,526 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (640,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,588 267,588 000000000000000699a7573727e7b25928134169c8a08d87b030e89f6f247e2b 0.14 MB 233 52
267,587 267,587 0000000000000005a40bfc681af1448671393195546229d69d63f655be4d09d7 0.06 MB 69 12
267,586 267,586 00000000000000084e34876eed8470c1f82cdcbbe7f4477e7d896414931c4316 0.31 MB 656 59
267,585 267,585 0000000000000007a1a5db54973dba1e0fc6fe05d1ebb4e0a247915b6874392f 0.16 MB 282 57
267,584 267,584 0000000000000007769def946cce178db7e64f11f8d7d1dfdd2a5e3910b57630 0.00 MB 9 66
267,583 267,583 0000000000000007c65da4e5b0214d27ce883641be428085ab82a79400580dcf 0.04 MB 109 50
267,582 267,582 00000000000000058701b59c92c44428fbd0f85d1fb7df2caffcff57a0a6f870 0.16 MB 378 83
267,581 267,581 000000000000000100bbb97632f31b81c976c91c7f036e2e8389780ad2b4f63a 0.06 MB 132 64
267,580 267,580 000000000000000432bb68eab30b7f966ade947b3cfd14c8db2c644df54328c2 0.05 MB 123 33
267,579 267,579 000000000000000819f44349c1fc40f584e728f790f2d84cf585c4d9a455c40b 0.28 MB 698 72
267,578 267,578 000000000000000a2f1e25efa7ebb7aa2f64261a202d5823499ab4ca8b8be503 0.04 MB 81 67
267,577 267,577 00000000000000011a8612522b06002e0f25b3154c1a2a3eaa31240daf8ad3c4 0.10 MB 139 26
267,576 267,576 0000000000000002eb589563996d2e6143b1b7d38f028b4195758194071040fb 0.12 MB 178 26
267,575 267,575 0000000000000003d3f6402547d19f7e34a21b26b8013687cd123f15f5b145fc 0.25 MB 547 94
267,574 267,574 000000000000000adb994b5f1e52abe6ede5726c53bab151e960668358f900c9 0.25 MB 579 82
267,573 267,573 0000000000000001c96959dfc43cef0dfd99754b785a1bbef8ccc581689c2e8f 0.01 MB 25 84
267,572 267,572 000000000000000184f73e0a2fc20aedce0ccd1d370d6b090ed7f329dba2fe44 0.02 MB 48 64
267,571 267,571 000000000000000753bbd47226fdddfa51835b0caaba3d23b3b851eaa12f8a50 0.00 MB 12 73
267,570 267,570 000000000000000a3baa3878fd9c29cd5aefa01d747223129d51fe8e42d414c5 0.03 MB 70 96
267,569 267,569 00000000000000030a802e5ccac500407193d3531aec729ad0057093b424ae00 0.14 MB 263 41
267,568 267,568 000000000000000abe69e18947362340c89aabe02b2d74fdb542fa37c2668ca5 0.18 MB 383 66
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.