Memory Pool Memory Pool Refreshing

3,218 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (5,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,331 902,331 00000000000000000001c29c2e03f45da792cc07fdd5a92d69e156c7d05b2664 1.61 MB 3,050 3
902,330 902,330 00000000000000000001adc3249d5b5804d22f337a7d785b0692d742d280101d 1.63 MB 3,041 2
902,329 902,329 000000000000000000003ea1e4ec6347bee13f8c0a04c4700b4654bd4587b5ce 1.56 MB 3,926 5
902,328 902,328 000000000000000000007c9c17c7bf755ee79720c35ac8ebdb7dab148c6b7ff9 1.10 MB 2,591 2
902,327 902,327 00000000000000000000e247ca7e8a3be0bb048f5312b635da90fd8c5923c3a3 1.37 MB 2,825 2
902,326 902,326 000000000000000000007ce06b9035de2f8f314b485260d15098dec37cf3b4cb 1.60 MB 3,343 1
902,325 902,325 00000000000000000000604d3c7bde29e53a67b8b4ac684fa54387c738270008 1.55 MB 3,776 4
902,324 902,324 0000000000000000000124f771f97e8b803d7581486561e294e7a9e8eb4e44ec 1.61 MB 2,525 2
902,323 902,323 0000000000000000000159b8331f67fcdb98b7655d94aee1a4fa17abf92dc2ce 1.67 MB 4,183 2
902,322 902,322 00000000000000000000c8e1382cf261890e7f64b7b889a6c09c5b2801dc3a1b 1.51 MB 2,210 1
902,321 902,321 00000000000000000000f37249fdb265cd76e0cf2c2ab01162db610de04e7f7a 1.53 MB 2,701 3
902,320 902,320 000000000000000000017877e739237e70a186f0e3dd7835c29693c0b777c5bb 1.88 MB 2,274 1
902,319 902,319 0000000000000000000107ab5fac1b65b2d536791880725acb41ecfc3a353c23 1.54 MB 3,110 3
902,318 902,318 000000000000000000018c6bf79646a705c9d16349a53efa2d5bdf44c67ccb5f 1.70 MB 3,488 3
902,317 902,317 00000000000000000000a5ef8054d1975b171d0c87c29646f8d8f2aabcb3fcee 1.63 MB 3,161 6
902,316 902,316 0000000000000000000197cf6a78e9b7cb7871286cdab873875bfe3d06181fb3 1.53 MB 1,972 1
902,315 902,315 000000000000000000008712575108821bdca9fa8b822247f85790e61e01a7bd 1.55 MB 3,432 4
902,314 902,314 00000000000000000000fd6600fafad8f1658f2a0c43fd7e15ce3207ae8d3a37 1.77 MB 3,166 3
902,313 902,313 00000000000000000001dc28b77b383744580376ccafdbd79bc4aa7d9b430fa9 1.65 MB 3,031 3
902,312 902,312 000000000000000000015465dc2ad5e9433e9f9ed1b64fe87990ede4d517ffd0 1.54 MB 2,978 2
902,311 902,311 00000000000000000001746dc74c5150a41138a5d668fa7b4330acf8d1b2887d 1.61 MB 3,882 5
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.