Memory Pool Memory Pool Refreshing

4,964 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (847,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,718 60,718 0000000008025869e8327368c575fe5d2c569ddafd965ec566ad325448ae6bb8 0.00 MB 1 0
60,717 60,717 00000000023e4137c36a0ad2938fd166cd2c5245a665ae40a8647ddbcd2172e3 0.00 MB 1 0
60,716 60,716 00000000045e68ec3ea6edafbf9689178c4297eeacac7f47cb25321c5c910906 0.00 MB 1 0
60,715 60,715 000000000e599ef562ac8821a16860a06ae8cbceff36ca06a4065317528b5146 0.00 MB 1 0
60,714 60,714 000000000c34d119bfb9ed8d4f3de1cb0642b984c1ec81887c9e933f628d270b 0.00 MB 1 0
60,713 60,713 00000000025fad31e926d697ec76688a5ef7ad5a1bf509e5e8b884f9271ba7ce 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.