Memory Pool Memory Pool Refreshing

7,813 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (585,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,154 322,154 000000000000000015a4f25ac698842d3f0d1cbd7a8c1157034da7ef851d6228 0.27 MB 563 29
322,153 322,153 000000000000000001125aa334866f2549316f0b91cb0aac3ce6b8376979ff24 0.09 MB 205 30
322,152 322,152 00000000000000001db9f7ec45b0946d71a07672554451014ad3052d9cf160fa 0.40 MB 610 23
322,151 322,151 00000000000000000136c6f8902a9c9bbfb889d591c031c4147caa02c58b536d 0.12 MB 227 26
322,150 322,150 00000000000000001974a412a7cf086b9dc315d418ff4cc2e38776c3edeabe4e 0.33 MB 517 26
322,149 322,149 000000000000000023140f15eea5c48fc6031b267dd22cb0e7c8dda41f33343b 0.07 MB 100 9
322,148 322,148 000000000000000019077365981083e56e67b1d32bb70d02f245e7f75a242eb4 0.55 MB 855 24
322,147 322,147 000000000000000013387d55e476cfc34def5df61861a556082c8879ec8cef23 0.20 MB 237 21
322,146 322,146 000000000000000012fa448a34586f6c98e4c9b2392e7468d7c1965767a0e0d8 0.15 MB 207 22
322,145 322,145 00000000000000001743cc9d825960e9260499be8a2765e675fbd6b9d105ca2a 0.06 MB 60 5
322,144 322,144 000000000000000002875808951069ca45a495cbbb2fe19cac9e2150d7125349 0.37 MB 632 23
322,143 322,143 00000000000000001a45a2b96934e32dd6f9d7ca43ae05bd9c80135e63fa94c8 0.01 MB 27 47
322,142 322,142 000000000000000005ff9a9994be2be2ce5301366d2c97a991dd038341b1a815 0.19 MB 290 24
322,141 322,141 0000000000000000247d343d4a5cac0ca44c2eae1834acdea20dd0b06aa7ccbe 0.25 MB 416 27
322,140 322,140 0000000000000000052ad0fd5ddc4fc5396bbad94ab42247ccc385bd2d4adaf2 0.13 MB 219 26
322,139 322,139 0000000000000000124b4d2e91ec2a8fadf59b8988099394a222277b84bbf60e 0.25 MB 530 38
322,138 322,138 0000000000000000138f61031bc772400e71172cedea07ade14e1ba733e53537 0.45 MB 534 74
322,137 322,137 0000000000000000228e48bc404a74ccc096180b49c8af5630334e368972c048 0.35 MB 807 40
322,136 322,136 000000000000000012f3652d263666eea424eedd9bb995d0cabbd70859b6ffcb 0.12 MB 404 32
322,135 322,135 00000000000000001eb85f37587b38456b51b33fa10f81e8956c38a621932b2d 0.12 MB 210 28
322,134 322,134 0000000000000000232d56580e4beffac77823d27bb944d2eecd5c2584a31e80 0.80 MB 1,246 26
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.