Memory Pool Memory Pool Refreshing

3,883 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (841,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,290 66,290 00000000038a83b6bafb2879b45bb06602ced351669635e148d4a5599e968f64 0.00 MB 2 0
66,289 66,289 000000000a05b94e784fc42dc668e99f08635a378342634bcc09a7e2d0eb6a64 0.00 MB 1 0
66,288 66,288 0000000005d28f9ea564549582804904cc74061235e777a9d0eda63dbf2c3657 0.00 MB 3 0
66,287 66,287 00000000041a43fb2da8aac799d6898d57b61c79fb8bb0421f406ee773660738 0.00 MB 2 0
66,286 66,286 000000000440f17918c103f1846582559ae45e2e8901b3a24be3a80e11e3e2bb 0.00 MB 1 0
66,285 66,285 0000000003a596152e754ae3fba2205343b7e025405c0352ec0626aad294e702 0.00 MB 6 0
66,284 66,284 00000000042651e065f607e0c26143811d8aa09356aaf4989c9c61337e1efd8b 0.00 MB 1 0
66,283 66,283 000000000548012b8314bbf124c028e2b9a16b6f7f844475c618814b2e1d03d4 0.00 MB 4 0
66,282 66,282 000000000701b918477eadc737a0858053b4cf1edeb158a36e93f47fde244d54 0.00 MB 2 0
66,281 66,281 00000000008ee3f3eaebe829adc85c60597fa34d5b7ab4c4cf17e772e5355287 0.00 MB 2 0
66,280 66,280 0000000008041f29867de822cdadefbf2621b1e4d99ed2b2dccc0b7e30f8708a 0.00 MB 1 0
66,279 66,279 00000000044162db831964a2597981670d61d13cd32e92b174c93b620c9c42a9 0.00 MB 4 0
66,278 66,278 000000000673d82baef1752fa0229d8cac800adb13cdb2ef5720a43554ce310f 0.00 MB 3 0
66,277 66,277 0000000008ea823f7a8e91fff5f93d12673afe202416c60fc7e28daaacfd0a2d 0.00 MB 5 0
66,276 66,276 00000000093747c4a06fc65347875b259275c323367c8910cdec51d997a859a1 0.00 MB 5 0
66,275 66,275 000000000294d3c1e1d031bfa00c4409c1ca87734ee1bbedfb821861d093871e 0.00 MB 2 0
66,274 66,274 00000000074a9fdd965c99f7f30085cbb3560cd30cf830615c6a79b8e7383aef 0.00 MB 2 0
66,273 66,273 0000000002d73d3e7e25498958877e3dee7c942f877e137d4540776ac812579c 0.00 MB 2 0
66,272 66,272 0000000003dcf1f388d1118e5dcd08b4245b5fe2ab17ea7aa9b46b197502fbca 0.00 MB 8 0
66,271 66,271 0000000001b795d15e97478097929c417232e0d55351c1a290a9f566694f1f8a 0.00 MB 1 0
66,270 66,270 0000000008960aaa7cd2dd610ed9f34421a325884e90fe9afec70e9b4e199c8a 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.