Memory Pool Memory Pool Refreshing

1,693 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,692 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (790,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,289 117,289 0000000000009a8c614df867fc82c5fdd71577d4932caef3b42f7e09da47383c 0.00 MB 10 336
117,288 117,288 0000000000001aa1e2adeb1ce3e55108045decba54d1db5ae54b4ee37e2fd92d 0.01 MB 15 0
117,287 117,287 00000000000077d4af078549e7b6a9cc488adb7b59caa9242c2f8a0c143f1e02 0.00 MB 3 2,881
117,286 117,286 0000000000005dfd58464d36c3a545e9b0b6b0363e917f9b292aa948691bd9af 0.00 MB 12 677
117,285 117,285 0000000000006e9a5c1193984920de6dfb642097313effe98be24b4de647856c 0.00 MB 5 0
117,284 117,284 00000000000088524923ff6379721471614fd53e8d760f926c12b79f81a92e4e 0.00 MB 12 334
117,283 117,283 0000000000002c5fe5b46c12d33c634e0db09afd7dc02749d93b5cce2987d2bd 0.00 MB 8 0
117,282 117,282 000000000000150398bd26397e470e023b78460a37526a870b836d37cc1f0220 0.00 MB 7 210
117,281 117,281 000000000000b0cd712b90b7884df927b569b7111ed32a0ef04274ef54cb865f 0.00 MB 11 0
117,280 117,280 0000000000005dfa6601569656bcc0a95a8e2b50d3ea0a164266d00e6fb0b90e 0.00 MB 8 0
117,279 117,279 00000000000048339b4a978bf4923bb91664fde398bac56b68a96a9c7f28bbbd 0.00 MB 1 0
117,278 117,278 00000000000095ffc5e056cc5a9f61ac4ab34427a79f23635ad7fedaa9aed019 0.02 MB 24 524
117,277 117,277 0000000000004c42c2119d86874be0db2004c598882f3aa4d9ad1db1bde9dc73 0.01 MB 10 924
117,276 117,276 0000000000001aa436fb37a394d3aa966f79a5deecef30a0bd2f5c70f5001c91 0.00 MB 9 581
117,275 117,275 0000000000001be75127fa24ae98941954f5c9287624d7037aa7e7a2e9bb1257 0.00 MB 13 1,641
117,274 117,274 0000000000006ae7fc709a2c0f2359c65e46203cbcd6989bbb239003e996bcc1 0.00 MB 12 0
117,273 117,273 000000000000cae529be658c53b596c0fa33d97ad227cf903f994cd310f95bad 0.00 MB 12 0
117,272 117,272 0000000000001bda3f0097d33b5ebbecf12555819605957c3423cbae6c43f89a 0.00 MB 9 983
117,271 117,271 000000000000930d38b029fa3b297a34baa5aac03a10f2c975663a718c474658 0.00 MB 11 647
117,270 117,270 000000000000c69f3bffcb0342cbd9c91b638d582576943b0c07e5673d394cce 0.01 MB 13 677
117,269 117,269 0000000000004bb2dfdd2818fc49d984f06296ab4b2baba33973791f87fadb7b 0.01 MB 25 465
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.69 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.