Memory Pool Memory Pool Refreshing

15,329 transactions (3.51 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (849,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,408 59,408 000000000563948c67c67e51e028f4ef2a39cc235aed759748e8eef56e59de4f 0.00 MB 1 0
59,407 59,407 0000000004458b3fc2ea761c5373dae4736e023be15b2aac9ca5ad756781af89 0.00 MB 1 0
59,406 59,406 000000000abe86a86b513bef93f5ae8648a26b5245b60d3330369245926bdf64 0.00 MB 1 0
59,405 59,405 00000000031daf381ea80bfdc08b61c7ae0a1f806b27183b124ee3b519d61673 0.00 MB 2 0
59,404 59,404 000000000e93a0106f9b4681a50099c859371d1a169debe8d679a6855d831f85 0.00 MB 1 0
59,403 59,403 000000000ea536c3884d09beac4f4794f60a843f308e3275ddd828608ac9464d 0.00 MB 1 0
59,402 59,402 000000000a0a376fc9fce6d0e9a3d78cc1530360acd2cdeb8d992a4274fbb129 0.00 MB 3 0
59,401 59,401 0000000006d7b22599f400a0ec7bc8769837459339f82c6c7276ceef4824841f 0.00 MB 1 0
59,400 59,400 000000000733a05fc5cb1d3f9b3371baafe2fce77f6d20811dd01f9197e7ce02 0.00 MB 1 0
59,399 59,399 00000000011fa3f597730afee85e99ef7d7b39c79f5192704ba78ac008aaa833 0.00 MB 1 0
59,398 59,398 00000000035ad856cac75b7d24b0ac6d42df49fc648237966a038d666576d7f4 0.00 MB 1 0
59,397 59,397 0000000002162a58b952df59257ef54cd84fc5da4abfbe2606d20c0f04b3f72a 0.00 MB 1 0
59,396 59,396 000000000dac15bc345fcdc94848b5ebddf41c103db0ddc9e225a3a727611dcb 0.00 MB 1 0
59,395 59,395 0000000005de4054527279e0e6332b431ca0634598e9f67a9da4a73fb57d8cc1 0.00 MB 1 0
59,394 59,394 000000000e1594be49a84355090cdd17ab37f9159f74cb09ae8e7791e0c8443c 0.00 MB 1 0
59,393 59,393 000000000bf9a710f68e6fc9b9b85ffbe7a3df8aa2417e6b056be828f5e90b8d 0.00 MB 1 0
59,392 59,392 0000000000769f4ed62cb74332a145c9793aaf1f7d1c2b77dad27c81b4923b18 0.00 MB 1 0
59,391 59,391 000000000490131133b7a17b9a099e1c84b9e24a1b1e367b45e4a6b0c1cce6eb 0.00 MB 1 0
59,390 59,390 000000000019f21560723999c8edc320609aa21938b8453e524c2a8a684f3d0f 0.00 MB 1 0
59,389 59,389 0000000004d7ddb3bf6b09a9e71f44fb096ebde6f2398dd91d3721a13e273ac2 0.00 MB 1 0
59,388 59,388 0000000008d8084aae2f96afab552fd4c29fb26e4e21bd24e625fb90e770a2e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,985.39 GB sent, 107.08 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.