Memory Pool Memory Pool Refreshing

3,074 transactions (0.94 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,955 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,954 (819,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,289 89,289 0000000000108eceb6ed5c6b00cb8f0c2b73e9f143588441c19f9326ff18a718 0.00 MB 1 0
89,288 89,288 00000000000d29fea9accce4f2a57d0d54ac24346a1b047234c5b373355ca1ca 0.00 MB 1 0
89,287 89,287 00000000000ddf5263fe2fd2cd80b66e99066ef6016be7c2c8ad50e25cd75ac6 0.00 MB 1 0
89,286 89,286 00000000000f9fa33efd697198ac95c1ea9acf65f9cce910022926ba2beb3e41 0.00 MB 3 0
89,285 89,285 00000000000b98ca9a28820721c047b7e9557e4c45c501e46a634b1c6ff016ea 0.00 MB 1 0
89,284 89,284 000000000008300cafb1900b7067df1489ffe2340a97b165c0c114e55585fb71 0.00 MB 1 0
89,283 89,283 000000000001217ba47ed326dc429c07e20450cf451504f601a89f32c867f692 0.00 MB 1 0
89,282 89,282 0000000000024d1c20a4bfb1e7d627f1e958fee5c9420cd0b9ae7e98ebbf8416 0.00 MB 1 0
89,281 89,281 00000000000782d8c5cf75270f4214b30e4bdd96332b403c2435105eab350bca 0.00 MB 1 0
89,280 89,280 000000000007850f89e00bca03ed0542a5e50b084c0e3a0db066673bb1c085bf 0.00 MB 4 0
89,279 89,279 0000000000064a73b159b109e8cf3facbff9adaef3b8d70148321d25846ca25d 0.00 MB 1 0
89,278 89,278 000000000005dfdd39021a2b608dc1d421e3ef1f19b0f45948e78cdae7676d0f 0.00 MB 1 0
89,277 89,277 000000000005a29791ef1097e40f57ef37dc328cebe9b65702b9ff98ba99e35c 0.00 MB 2 0
89,276 89,276 0000000000082f1ed1b501670b5bbfcc31c2e83c89e6b00c91f03b2dd5a8432b 0.00 MB 1 0
89,275 89,275 00000000000a6f258625800fc9ae918fbed192702fc5850a4858ea58204a5451 0.00 MB 4 0
89,274 89,274 00000000000bbb9b119a5308b942ebe030046d216c59c998493d935e57714973 0.00 MB 2 0
89,273 89,273 0000000000061101cde494bbe70536d00e0d26cc7b2f3a4f0fb7fa16d118dc64 0.00 MB 3 0
89,272 89,272 0000000000090b766b3223ff919da7c22168816d857ba3ef287d72d271fc1f6c 0.00 MB 1 0
89,271 89,271 0000000000136dfdad713893a0cd72fcb143f53ff7ee0ad2dd310ba05f764641 0.00 MB 1 0
89,270 89,270 0000000000035bd12cc87711be0ef91faa1395f0bc664db3b57f594a1974af7d 0.00 MB 1 0
89,269 89,269 000000000004e3f838f5ed6c230cc4bf835eefbae0d54bbc3ac7919a6d3e9a52 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.22 GB sent, 104.68 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.