Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (309,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,363 598,363 0000000000000000000ae5e65714307d1547b2bc720055d1381f55a512002c10 0.19 MB 526 20
598,362 598,362 0000000000000000000aca1c15a020f8d333713dee6a015d92b9bdeccf776a40 0.86 MB 2,400 18
598,361 598,361 00000000000000000000aafca3b4158c18a53b215387e76d7e7b91b213b6dfdf 0.35 MB 1,007 16
598,360 598,360 0000000000000000000412f78ba3450d388c68ff63acb11fb98ca435a5202b52 0.54 MB 1,396 14
598,359 598,359 00000000000000000006b6b0e4bf5059db2c4548c1dbd38e9bc5f3bab4a35fd8 0.24 MB 501 19
598,358 598,358 0000000000000000000242d4ed09a685b3cd38cc961b9e22d0bb9bb374d595da 0.04 MB 139 15
598,357 598,357 00000000000000000004565cce8e3d4b60392927a7fd24ee2a6df877431e7cab 0.63 MB 1,764 18
598,356 598,356 000000000000000000128d6bfe3b3e343e795f4656b6aa33a7de258f3cf4d22d 0.00 MB 1 0
598,355 598,355 0000000000000000000f0e70668c8306dbdc3d512ebd00a071684b063a765cbc 0.83 MB 1,060 2
598,354 598,354 000000000000000000067f22bd0f2631f64a339520793f899349ae0a93a3a48d 1.37 MB 3,334 14
598,353 598,353 0000000000000000000b4c27e54f5a665c859ad4a57111f039e0b6165f96fdbd 1.31 MB 3,236 8
598,352 598,352 0000000000000000000486319fe65d92e28c4dc84c7f4ff43153fde228d6a03d 1.40 MB 3,433 27
598,351 598,351 0000000000000000000f93443540009f775f19f4909085eabfc44bfc76903704 1.28 MB 2,189 7
598,350 598,350 0000000000000000001358eefa5010373c9c0f4a58d76ba3fba506f1046d5c70 1.30 MB 2,561 13
598,349 598,349 00000000000000000014cc841af0b406ea7f7e52cd694e5544f2629bfbd0ee6e 1.32 MB 1,890 9
598,348 598,348 0000000000000000000273fdbb3e21f08c8671b5c1f9c6b26816ee345c53c18d 1.18 MB 2,166 10
598,347 598,347 0000000000000000000d94fcde023be948c752278c8dbbd08ac4669df9b923d7 1.16 MB 2,489 5
598,346 598,346 0000000000000000000a78b34016c15f3845afbfbdd067c325803e70ed13e345 1.32 MB 2,775 16
598,345 598,345 0000000000000000001024ddf26af504ed13fb5b0bca48c76a56d800675089ab 1.18 MB 2,765 14
598,344 598,344 0000000000000000000cf25aa6dea046710aa9c53fca0efe4b549fb9e12938cd 1.42 MB 1,549 8
598,343 598,343 00000000000000000004f8df46234a548be6936bc8f23a481f60d067dd12254c 1.15 MB 2,537 8
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,633.41 GB sent, 93.80 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.