Memory Pool Memory Pool Refreshing

3,277 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (747,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,191 160,191 00000000000002ea9bbe6edf3ea75963f17bb78d16e8de7065a646e1091040da 0.01 MB 19 179
160,190 160,190 0000000000000b36a9ddb57181501bdfd29e7b33f32ecd6f84c629e9552b4c75 0.02 MB 65 6
160,189 160,189 0000000000000a593d9700474034ec614d2b8a1056ebe4f892bc28cb5b63f18c 0.02 MB 26 1,371
160,188 160,188 00000000000001f88bbdc4fa95dc630443051bdad15868f98cf253d15c565957 0.01 MB 20 51
160,187 160,187 00000000000008558717570c231a904e536c1b50eeebf88ddccd11c5dc5e770b 0.02 MB 56 182
160,186 160,186 00000000000007ae69fbe93982b7474451c618b8df309739669f07a04605f8bf 0.03 MB 58 134
160,185 160,185 0000000000000bb12a943425bb334173fd5b7b81a0b762626cb6dda986f97075 0.00 MB 7 40
160,184 160,184 0000000000000b281ab36417a317fda6c110f3e93b113f4b27c5f5b7a40ee189 0.02 MB 62 113
160,183 160,183 0000000000000155b21bf629f94c002c21e91faf81ead9ce243a5f7f347ba72b 0.03 MB 91 122
160,182 160,182 0000000000000663979df8fa4eb0a50f87f687b1cc9f45100aafe61ca4b78592 0.01 MB 11 44
160,181 160,181 00000000000009d1c7de30db54a891408169add384fa42afe6cc3981c51fb99b 0.02 MB 38 32
160,180 160,180 0000000000000c27544bb72c273fc65937e9d8dfb21f53795049c9f9fe1f5c3a 0.01 MB 16 65
160,179 160,179 000000000000082bb165febfb226d5ef3133000384c1efea3126eba0baab5ba1 0.01 MB 11 410
160,178 160,178 0000000000000451fa9b50844f03a1dce24f2cb7e273f97a3a7cd8abdc0133b3 0.04 MB 37 43
160,177 160,177 00000000000007b3602a108a52c375a68e9726bde19cfe6d34219536447fe985 0.03 MB 76 228
160,176 160,176 0000000000000041f2d30d4b2a5b78692d2304783a13135eb1f652805da7b34c 0.01 MB 16 0
160,175 160,175 00000000000002008c3787e98485e90e4d93066abf914960e051e9bf33a81ec4 0.04 MB 58 343
160,174 160,174 000000000000096a83a1bbc0f8ccde8d73bdd0edc2104089ee754442f9eef1ec 0.02 MB 43 100
160,173 160,173 000000000000032d5bce8a4cf466c81bb9eaf389fed999e48d98f24d07b3126d 0.01 MB 19 18
160,172 160,172 00000000000003c58e1b4ee9c9de7f1758e108d30e4034769a6fc3dc53dfd29d 0.04 MB 58 44
160,171 160,171 000000000000090a751964646d499c1507a830bf2e037ca5b9722b4069ba25a4 0.04 MB 114 3
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,630.62 GB sent, 93.52 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.