Memory Pool Memory Pool Refreshing

1,467 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,456 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (199,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,297 708,297 000000000000000000067be0e791f85bcaeba2e7630ebf629e4153ca8a1867ed 1.46 MB 2,669 16
708,296 708,296 00000000000000000004180fab656364dad33a277eeea22f1f1e57c68fc33345 1.30 MB 1,951 12
708,295 708,295 00000000000000000000666608e8fafc14d7e4199be6e7476c645abca0479cbf 1.48 MB 2,791 13
708,294 708,294 0000000000000000000a17f0d92258ecf45fda474e4e9972cd13789661f12911 1.47 MB 2,675 12
708,293 708,293 0000000000000000000339389a86db2afbaaf21c66a03e36a6a6ca7c7d5ae0c3 1.25 MB 1,166 10
708,292 708,292 0000000000000000000564cf84426aeb58b6138504ae95aa375036c9bcf421d7 1.49 MB 2,365 16
708,291 708,291 0000000000000000000c26c60b748e6905fd6fc67cd185d9ebcadec76e276626 1.45 MB 3,295 22
708,290 708,290 00000000000000000006dced2217d70a79c35dd37cfba00566afa585a0fe93be 1.51 MB 2,818 26
708,289 708,289 0000000000000000000924e1de9d4954dfe5b637b626a40710e5bc03a23bf65e 1.46 MB 2,482 7
708,288 708,288 0000000000000000000a20dab0acd088b2d8f2b0cd21f8a42f3526e84b76e789 1.24 MB 1,005 12
708,287 708,287 00000000000000000007552eb0a57722f0a13518809128dc1fc83fe584c3054e 1.31 MB 1,734 20
708,286 708,286 0000000000000000000939827f389b5ac4ed1867aa83a296e5da84a81194c4d7 1.44 MB 1,504 11
708,285 708,285 00000000000000000001c233a9c76fbc857204fc4b8d186e43d95475aaafba4b 1.42 MB 2,965 20
708,284 708,284 00000000000000000007460ef9592eb68f0c731c90b31fa8f49431980c4502b0 2.04 MB 869 16
708,283 708,283 00000000000000000008185d97d1eb308382d99e804196c535e9b1b3901c3a34 1.53 MB 2,560 30
708,282 708,282 00000000000000000005df4db089344e37b4672ee0babe7661ba9ce922b921c0 0.03 MB 74 22
708,281 708,281 0000000000000000000097819eaa0952326c5b4cf22558796367ace546c0331d 1.30 MB 2,347 13
708,280 708,280 0000000000000000000cb16e8d8bab45ff8df9300bda053bfe413199e24ec1c5 0.11 MB 110 12
708,279 708,279 0000000000000000000a915665287f986962404093e245ae360804411e35ba72 0.11 MB 230 14
708,278 708,278 0000000000000000000c58f78510dce611b712de62bb46509021d85e0207582b 0.62 MB 1,114 13
708,277 708,277 0000000000000000000213fae3862a3d209c7afc28615283755b9d6d0a850952 0.62 MB 764 9
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.