Memory Pool Memory Pool Refreshing

5,146 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,358 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (304,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,221 603,221 000000000000000000031f51633ab2f7951b33ed08c47ba6ddd9ab0569fb9215 1.04 MB 2,807 21
603,220 603,220 00000000000000000007c76b024a30f7790dbad8074af395d738652f999c43c0 0.10 MB 208 26
603,219 603,219 000000000000000000122917f73e4e532ef0ed2d9efaae10aa568ec0ef5eccef 0.40 MB 1,202 5
603,218 603,218 000000000000000000124fb96317684fe79affe030a3b2205d0ee509007cfec4 1.37 MB 2,733 22
603,217 603,217 0000000000000000001487937187a35ae50261bbc99be03a4346aa6a10d8470b 0.41 MB 1,178 16
603,216 603,216 000000000000000000094dc744724b1d4c44c1baf15361e224557d66972b9594 0.64 MB 1,778 18
603,215 603,215 00000000000000000012a84d9e99b69d379b5c12baca47463c9a220a003f0dca 0.60 MB 1,618 16
603,214 603,214 00000000000000000014e03addc8f6b89a9a61741c6d0c3464049b7d14e077be 0.90 MB 2,408 16
603,213 603,213 0000000000000000000e57f17c7aa6926de7bd4212e88fa347e4eb082a9ed11a 0.34 MB 614 17
603,212 603,212 00000000000000000006d3dc7be7bf1610eb4abf20e04f3685202a8faa73d4b4 0.21 MB 519 30
603,211 603,211 00000000000000000008808aa12f1f096424b7a820ea8f46f80d6bbb9e4ede36 0.07 MB 146 25
603,210 603,210 0000000000000000000dc746113d744fd53a3025f684af0a69f81283ef6d63e7 0.08 MB 236 9
603,209 603,209 0000000000000000000bea337c8843037e7f32514ebfefd398c7e7d504293814 1.26 MB 2,463 11
603,208 603,208 00000000000000000015d5ec12c18d52eef38e2fd38cb5b8dd0b2b617772aa5e 1.35 MB 2,612 33
603,207 603,207 0000000000000000000de18541c46252dc0e5222bad41ebe6e10c35adace2fdb 0.58 MB 1,138 23
603,206 603,206 0000000000000000000cebdec71cd41922d1e6365d560fd5e97f1d6ab84e00a5 0.85 MB 2,021 20
603,205 603,205 00000000000000000009bbb2771a0a25257341925c87108af7c1b7643c7daf59 0.10 MB 322 16
603,204 603,204 0000000000000000000be1af54e17e09771ac2375afaad0a234f0d625e5ba386 0.08 MB 201 16
603,203 603,203 0000000000000000000df3ca3a2e4ccdebe286c3ecc2b467cdfaf327c61f0c2e 0.46 MB 1,187 15
603,202 603,202 000000000000000000092004068654131a255d15d2dfc8cacfb73d4775299fda 0.15 MB 346 14
603,201 603,201 000000000000000000076659e15bd30ac63b434be888fcb71a2d091a18255884 0.02 MB 42 23
Previous 10 blocks ↓
Total Size: 768.98 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.00 GB sent, 92.71 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.