Memory Pool Memory Pool Refreshing

442 transactions
24.66 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (852,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,195 56,195 000000000e6e18d52410a242683ee82e8dc20a694437c433b7ff11e967d89cf7 0.00 MB 1 0
56,194 56,194 0000000002503514b5eaca7e11800f11dd09fedbfed776be904532afd594b834 0.00 MB 1 0
56,193 56,193 000000000bde4667cad4a4cbb64537e024a13d9233ff3156e88e42edeadf07bb 0.00 MB 1 0
56,192 56,192 000000000b55bc78678a357f24910936785866f4c64e598de2ea16eccc28c00c 0.00 MB 1 0
56,191 56,191 000000000420143f6f4a3a708da97479c15831f281e96eaa81188a4062a27d21 0.00 MB 1 0
56,190 56,190 000000000cdfcab63b5543748b6fb657429f5c6424f1e525a4e0722efb01f06d 0.00 MB 1 0
56,189 56,189 00000000032cea7dab9fb8bbab7d473129a746bdfdcfa7ba4824d7e223a1b774 0.00 MB 1 0
56,188 56,188 0000000007811eccd266723ed04e155684348063d2c8f8087d8dbb443fb1fce0 0.00 MB 1 0
56,187 56,187 000000000dcc46d22b65c6c0e0cca2a60b3643bbdf293e2c658c3a3ff02db7cd 0.00 MB 1 0
56,186 56,186 000000000da22d3f991389fc4a12ca18fdbaf36b8a59f023f10891dfa44ccaea 0.00 MB 2 0
56,185 56,185 0000000013bd2efd6cbed6b51fe17c06801a3a70d6a25f8de0d9efd059b3df66 0.00 MB 1 0
56,184 56,184 0000000005d89682ce368f291be0096223f46fe0cfc6a1245a6e19e1c340fe17 0.00 MB 1 0
56,183 56,183 000000000620fe12c90effa2f86e4630158d38c51d9e5c364f1320a15099c9a6 0.00 MB 1 0
56,182 56,182 00000000021aec59184104e99d37d229d183d53429231326f3bb987e77f0e688 0.00 MB 2 0
56,181 56,181 0000000002089a73bad4bdcc6e4447eb5be6c8c9c42ce95ea9672f1bcd197714 0.00 MB 1 0
56,180 56,180 000000000d408280eaa561b22d49bdeb4d6e340249db2f60bf375e312857d875 0.00 MB 3 0
56,179 56,179 000000000bf55749eb420a220c12e8f58439a209f001c839f8f88b046450142f 0.00 MB 1 0
56,178 56,178 0000000009b134e89799c5b7c58b8e425aa201214561a5a42a80ca4c5337ca6a 0.00 MB 1 0
56,177 56,177 0000000007f267583891e62f497ed3ee6d51ec3c1f6e8a6c3fa27dda0a7f6b6f 0.00 MB 1 0
56,176 56,176 0000000004bcd46b465485632deecf27fe742830e43b0de5701fa5c084219eb3 0.00 MB 2 0
56,175 56,175 00000000077b921b1f01467024467b78e134c782a78982bf00555c40dfcc9178 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.49 GB sent, 98.57 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.