Memory Pool Memory Pool Refreshing

5,968 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (601,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,195 306,195 00000000000000005b3f88a1098eb618dcc0d1ec23e86dc6282a5f1116141846 0.14 MB 221 26
306,194 306,194 00000000000000002d6dc037f43d31977d87bf521207af1d834a3ed73ddfa439 0.19 MB 214 15
306,193 306,193 000000000000000040c79ca0f7c128690d93ed3906b0798ecb32251a5305ade9 0.12 MB 233 28
306,192 306,192 00000000000000000e72b8fdd326aed038bc1e9ed80cdaf2732d62cd10dd2c4d 0.73 MB 1,134 26
306,191 306,191 00000000000000004225234ff77c27ff56c121a32231b29dcf7d6b7900b859c2 0.16 MB 61 9
306,190 306,190 000000000000000009c5509c961b04164ab3595f67f254a71b31ef2fb9c645da 0.35 MB 773 34
306,189 306,189 0000000000000000510be2252c4282632e3a8e27cc90db8c540df0ee74042ed3 0.30 MB 162 13
306,188 306,188 00000000000000001ea64a6e31c4fe535c1fc9e7f4fa171987518648c8753d5e 0.35 MB 920 42
306,187 306,187 000000000000000012b209ec18c29914083bec901210a088a2dd35f85c3094b8 0.35 MB 464 27
306,186 306,186 00000000000000000c41fd9121668e35fb54ffcd1cf229de05680dcaf6aaffcf 0.35 MB 549 25
306,185 306,185 00000000000000001cd7ed220607b24f6cb89df00eb05a1f5c003565ccb2983f 0.25 MB 587 34
306,184 306,184 00000000000000005370fb3d26457f4dd1e7de4e07705865284883abb2b2e52f 0.19 MB 267 26
306,183 306,183 000000000000000058c5ca04698644b55f14169118c14be4f623db8206af83aa 0.46 MB 809 31
306,182 306,182 000000000000000052752b549c05f260b14c615b2eb401d4f8708fa81a799e8c 0.07 MB 123 27
306,181 306,181 000000000000000054a804cf39e8daa5794778ef83c8a48ebd99956188ec685b 0.04 MB 84 25
306,180 306,180 000000000000000045552d3fca90ac3d8ce5b1204b606fc852582843d66c9f23 0.27 MB 166 13
306,179 306,179 000000000000000014e273f03fd7b705f7df4c674b8e351f8c49e41fe7dfc8ea 0.50 MB 874 25
306,178 306,178 0000000000000000302ffc6bb05ac8a11cda671613d5b27fa474b6a9859af235 0.35 MB 985 47
306,177 306,177 0000000000000000419f42bd2158c653fc6fce7ec8db367a2f79b0f1de2e91b6 0.04 MB 90 35
306,176 306,176 0000000000000000231ea6193cf5a87daa7173d11f3c78e47f1bc6bfc9a81931 0.02 MB 38 36
306,175 306,175 000000000000000006b0039c4fac7aee402a25405f0d790487c8356b2cd2ee63 0.01 MB 36 31
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.