Memory Pool Memory Pool Refreshing

6,414 transactions
3.71 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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,068 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (217,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,437 690,437 00000000000000000006cb770141dc5dcfcedf4c3bbb24decef06cd4604f6099 0.29 MB 479 14
690,436 690,436 00000000000000000004dc06f462796a5f3fec2c3c739e2cc6d92579a313708c 0.82 MB 1,717 23
690,435 690,435 0000000000000000000d0c0eb592cadb961a9817f4f2f9f5bb6cf09d65cc9ec6 0.33 MB 777 21
690,434 690,434 00000000000000000003b1d983f9e746ca73444f9457d14d8bdd430f05a7f131 0.89 MB 1,730 18
690,433 690,433 00000000000000000007a4f04a61e6605de9be04f1c19b567842aec70cc068eb 0.49 MB 724 18
690,432 690,432 000000000000000000134e6414f91011dfc239c9eb33182e4d511683d39845a1 1.32 MB 2,507 19
690,431 690,431 0000000000000000000b91dbc85d70736c386f3a4466d87afbddd1342102c6f5 1.48 MB 2,644 18
690,430 690,430 0000000000000000000bba4097bcbfd12b39b94c4eddd38e4560254996b54f22 0.18 MB 347 28
690,429 690,429 00000000000000000003498b859cb1429b87bd07ffafd01066b36adf94726d87 0.80 MB 1,502 10
690,428 690,428 0000000000000000000225aa18b9d043f8f6f63af80bc7e7557928b10cb7209d 1.23 MB 1,680 28
690,427 690,427 00000000000000000006283284e3f2b82314325fc66e05ff9b0e9ff098343ff5 1.15 MB 2,319 19
690,426 690,426 00000000000000000005f9ed30664e08646dfdd1fb51efdea95032b82b78c923 0.15 MB 164 10
690,425 690,425 00000000000000000009ab5df0e1d484bde3484e38762cc0e960f1075bffc44c 0.01 MB 34 12
690,424 690,424 00000000000000000012bc5d6ad9545577c96930d9c29fa7f5f110e320b0ec5f 0.37 MB 652 15
690,423 690,423 0000000000000000000977f269878613517fe925e7231235c898863b3c0a57e7 0.16 MB 314 30
690,422 690,422 00000000000000000008cdd7e4b7f3987bcdf8cb6aef1c0f5e3024c4ea4c9177 0.56 MB 1,084 27
690,421 690,421 000000000000000000034b4bc383a6c9bb78ce9574ba4363e3ba2028198896f9 0.36 MB 731 19
690,420 690,420 000000000000000000006ed30cfbed9080f9cbd7462a72f78e9b8ee54e4df6b2 0.22 MB 462 20
690,419 690,419 000000000000000000039b5033ba07747bfd2814648261225cd0c9e888b293b3 1.23 MB 2,237 16
690,418 690,418 0000000000000000000c01b623e4039eb85d354032159307f5df63286657de6b 0.61 MB 1,230 17
690,417 690,417 000000000000000000031cb756e8bcc008046bc6e5f24e92020285dd397b71ba 1.03 MB 1,874 24
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,625.88 GB sent, 93.05 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.