Memory Pool Memory Pool Refreshing

6,345 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,302 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (290,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,259 617,259 0000000000000000000d154da40fef847b68d228fd92189cbf485f0771e266eb 1.30 MB 2,122 9
617,258 617,258 0000000000000000000d2466f3f37d1f6be2d3f923ec7953af035205e9a63032 1.16 MB 2,335 7
617,257 617,257 0000000000000000000beeacd97680d8e2b30ba1e015a323cfe5329b9911fa2c 1.19 MB 2,547 13
617,256 617,256 0000000000000000000b5527cad5366c2f560a36f9b06f623854a8e44ffeb5ea 1.36 MB 2,951 29
617,255 617,255 00000000000000000009a220fee3a266d39ad3249d30ac4c09bf7f12b633489d 1.38 MB 3,302 39
617,254 617,254 0000000000000000000c6dce7e12decb0bb4b64683cfac812f5a2f69045a48ae 1.44 MB 2,811 39
617,253 617,253 0000000000000000001055510a862c4b30ca1f7515511562ed4557463390ee64 1.14 MB 1,420 12
617,252 617,252 00000000000000000010cdc316bac9e462c378ad80821709b1bb8ca1b3bbef93 1.30 MB 937 13
617,251 617,251 0000000000000000000822f88e0deda24f0a3bd996678104043409fee0e8ae69 1.15 MB 1,783 7
617,250 617,250 0000000000000000000c7f5a66f07a7362b784e384381e5055976586defc2d4c 1.14 MB 2,631 7
617,249 617,249 00000000000000000008a22e33e554fc0c71a51760fef0c0af3beeb8f1760345 1.25 MB 2,992 22
617,248 617,248 000000000000000000115481a2769c0d8a243210adb9e35eeafff2d9817c734e 1.04 MB 1,664 10
617,247 617,247 000000000000000000021590842d0e4f57032b4d73aed4046c3efb349ef070f6 1.07 MB 1,984 10
617,246 617,246 00000000000000000006259ca6cad8a49d38f0e8fd48b59ed541bdfa0498cf6a 1.29 MB 3,224 31
617,245 617,245 00000000000000000001becba932274a92006958bbc2946a08e1ffd314300c38 1.46 MB 2,997 37
617,244 617,244 0000000000000000000b0df69852598a6b4dc6aeaa4159f85c8cb379fb7fac57 1.29 MB 2,780 29
617,243 617,243 000000000000000000058cce40b448b5ed03ab62b3423b9d34c2389dcc131cf5 1.30 MB 3,054 32
617,242 617,242 0000000000000000000abd0ea407461dd3b5f00a82379b660d5b5d87bc026455 1.24 MB 2,674 26
617,241 617,241 000000000000000000102c98a90af31e30bf89e569610db203fa182e8bd42653 1.28 MB 3,167 28
617,240 617,240 0000000000000000000983bfc9a4a1610b3f36bc10ce4396e69068728894b2c6 1.09 MB 1,159 11
617,239 617,239 0000000000000000000852d3dca6a405dc3665bae47aa6914ff6c67925083952 1.23 MB 2,279 22
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.