Memory Pool Memory Pool Refreshing

8,115 transactions (2.78 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (806,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,479 102,479 0000000000039345bbec1a70f672c6291835ba4d5113945070e650e8207a89b7 0.00 MB 1 0
102,478 102,478 0000000000010d9ed5f999d1f22fb1cd85e822f36a5a376234086fe6140d344b 0.00 MB 2 0
102,477 102,477 000000000003695f873a5eaadef27178e985000a63618d8745cd6006109154a5 0.00 MB 3 0
102,476 102,476 0000000000017b9bcb96e97a5b09775a560b715ea2f62493088b45d849d5b908 0.00 MB 6 0
102,475 102,475 00000000000180141343194e7e33d4044aa951352eabb108d9e3387dd194d4d5 0.00 MB 2 0
102,474 102,474 00000000000365c9c4dfc0df40509fc9b5fad4efaeb24886010163a44ca531e1 0.00 MB 1 0
102,473 102,473 0000000000034526a4893453e99405ffb4edcd49619dc52815ba01f40539f13d 0.00 MB 1 0
102,472 102,472 000000000002bcf44efa19dc324c90c4eaba21fb373d8faf0a787e776d4b8350 0.00 MB 1 0
102,471 102,471 000000000000cea2170c47cf15763269862d195f42d1ef34d26d55c4079cb30b 0.00 MB 2 0
102,470 102,470 000000000003f0c1503ebbb26859693daa69d8abaf2e8895328be44bdfee4762 0.00 MB 2 0
102,469 102,469 00000000000119efe448a344e32311e23766538901fafb953cd325572cf2f9cd 0.00 MB 1 0
102,468 102,468 0000000000033554dcd0b6c127526011b59d625a4bdc479343e5ddf740d2132f 0.00 MB 5 0
102,467 102,467 00000000000027364b8dab0ab61811b0b0ca36025b204b01d3aab919ce5abaf2 0.00 MB 1 0
102,466 102,466 000000000002fec58bbd5cdbc9a3a1de7804e33f8f287b0bcdcb594f94c4c06a 0.00 MB 2 0
102,465 102,465 0000000000026fbee888e8d5b534164f17b89bca41d1daa245631087b1d13dd0 0.00 MB 1 0
102,464 102,464 000000000003f55eb1fbd56a8383fa6f554fae19b7dd40b890d89044e93f0b67 0.00 MB 1 0
102,463 102,463 0000000000024a5d55da568a7d12a98243b1ea5fa5659b9e5192ca7a38099e56 0.01 MB 36 0
102,462 102,462 000000000003e8bcce8b3753d936725039cb3fa42a2e15d8d1fa42d9edb79d5a 0.02 MB 6 0
102,461 102,461 000000000001a8794f60a38e1403f3bb65cd6efcbc1c68b448144b68da281a55 0.00 MB 1 0
102,460 102,460 0000000000018149b3e93dd3eb1008c787acf383c7f725d8d20a0739408890ac 0.00 MB 3 0
102,459 102,459 000000000001e304173a4c9d4d24e55e1ea082354faa09ba6d5d9ae1c9cad7b3 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.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.