Memory Pool Memory Pool Refreshing

370 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 358 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (27,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,583 880,583 000000000000000000006cccb7bf13c77338789ac86a7c6b6a3a5174eed0163e 1.71 MB 2,464 3
880,582 880,582 000000000000000000006217155d56942b9061557fca98eb8cc871bd82467802 1.60 MB 2,969 6
880,581 880,581 00000000000000000000b47467622328365fbe4b025e47be6edae6712057a044 1.43 MB 2,558 6
880,580 880,580 00000000000000000002243edb94670c5b8aa7a0ef8a6dc281a1faccb101a364 1.41 MB 2,007 3
880,579 880,579 00000000000000000000b63d9b48ebdd22cd79cf774e379bdd7b2f1d240e75e5 1.97 MB 686 1
880,578 880,578 0000000000000000000004e5b698d4d1105f3ea85635e2257e1a7288cb1f94a9 1.55 MB 2,023 3
880,577 880,577 00000000000000000001483bfafe2cc2e83431fd19c55f3f5f01554f4ac17c8d 2.16 MB 96 1
880,576 880,576 000000000000000000002eecb1645257588a83d845ab296c0f2d549bf7556610 1.47 MB 2,560 4
880,575 880,575 000000000000000000009bc2f92311df3a5ec30dcc9f7a53edb504a47e39cd96 2.02 MB 1,303 2
880,574 880,574 0000000000000000000209aa19d27766091618aab3bef63b35b4cc3180dd147f 2.02 MB 1,323 2
880,573 880,573 000000000000000000007393a6c62e84a7df5ffcb43efec1f3ce2fb1a1551b80 2.22 MB 273 1
880,572 880,572 0000000000000000000058c4ba33be1d5be84b3fad2284271de3649582a19b10 1.80 MB 2,267 3
880,571 880,571 000000000000000000013637208cd17e920386860d97342369e9c238dcb256b8 1.73 MB 2,272 2
880,570 880,570 0000000000000000000102f1371c3d4e5eb5f98bab4513db44429193d3530869 1.49 MB 3,335 6
880,569 880,569 0000000000000000000199a1d1bf99750e9208d6dcab72c7e10445cb606aa0f2 1.94 MB 1,707 2
880,568 880,568 00000000000000000000f379fa02e66171f2fde25c2395cf115790619f4e5aab 2.15 MB 661 1
880,567 880,567 000000000000000000015e126efe535a841d42c938b0dab5f15bc4e48dda0ee0 2.00 MB 2,240 1
880,566 880,566 000000000000000000027c0ac0fc36e7d4999dc90e8188d738646df552be2c6a 1.86 MB 2,828 1
880,565 880,565 00000000000000000000d247f28c67e5b42d6907cd6d2a3cf81bc126494953ed 1.76 MB 3,604 2
880,564 880,564 00000000000000000000116a51780c2eaf4e4f0754e04abf1774ee4eb2986e52 2.03 MB 235 1
880,563 880,563 000000000000000000012dd9cdb3ab8bcf690940bfc91815de536643346446f7 1.63 MB 1,101 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.