Memory Pool Memory Pool Refreshing

2,104 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,650 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,101 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,649 (847,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,712 60,712 000000000e3eef70ea996053e2e8b22015a06425710612c2a7875e7bd4f0a8b8 0.00 MB 1 0
60,711 60,711 000000000474f66a1133ffd8f0c38398f35057dc8095557d3afda3a5d36a92e2 0.00 MB 1 0
60,710 60,710 0000000006731d004521f6499993cd1f18039bf9d2e6b8f7d4d5f0c9abf64495 0.00 MB 2 0
60,709 60,709 0000000005bca4eb54cae51d9e6847d36b5b2324f8f23ce396b58756541e4a1b 0.00 MB 1 0
60,708 60,708 000000000a5edf24f0392f264b16b9b4de2826581699d7bb6f46082d35252395 0.00 MB 1 0
60,707 60,707 000000000328c6129dbb4acecde17759f54bcd9d0eed839ae5603c0c7bb41fdd 0.00 MB 1 0
60,706 60,706 000000000ab47aea213cd3b4a0720e65fdbbb385e74ca6fd97b8921159f003c9 0.00 MB 1 0
60,705 60,705 0000000001d9db123fc57bfbab059bba1de75e205b55d6cfab89f312d466a539 0.00 MB 1 0
60,704 60,704 00000000066425ad2617bb4c9f5d2b82c11826d533cf9a18de6a8fb3a26d6a9e 0.00 MB 1 0
60,703 60,703 00000000051509eabb4c39d515b1feda487c1a3abc6d28cb4cdfb325a2caebf0 0.00 MB 1 0
60,702 60,702 000000000a5adf5ac77ec2ef7e3b5d8c1ebbf9252b1a6a837094512fff70e27c 0.00 MB 1 0
60,701 60,701 0000000007b6f07ae71e0203797f622ce7ea46b3e2cd2f08ec91520d15b9adca 0.00 MB 2 0
60,700 60,700 000000000c69ec0ea78ca77169fba57ad133a89fb703cd85599290ff17202285 0.00 MB 1 0
60,699 60,699 0000000002c16151b988d36fe6599c54e8438c81a75ed3708cc4cf4ace25cddc 0.00 MB 1 0
60,698 60,698 0000000009f0c9a8042c937f202bfb631d6d50e07e75a94ac611b4af2f552c8b 0.00 MB 1 0
60,697 60,697 00000000041bcc1d5907c3b6c296ba120ec09edc5bf08318441f5ec4cc7f8c32 0.00 MB 1 0
60,696 60,696 0000000002d55630d41da06be902bb33ea6ae05fb0b9f65852ff74d4991fef11 0.00 MB 1 0
60,695 60,695 000000000acb77fad24e81af8d9a5327cd64752decc819135b084e0f84346b82 0.00 MB 1 0
60,694 60,694 0000000000d9cfe9c11c446d46bfd96db386e92f5c80100f108f877a75e95785 0.00 MB 1 0
60,693 60,693 00000000087a27f86ec48fa3a54273e1aef268cbaf2c036fc3a6e51ebecac9d5 0.00 MB 2 0
60,692 60,692 00000000004184f045d317af42bd2846e8e834e5d7d714dc9ff899293905f68b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.44 GB sent, 101.44 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.