Memory Pool Memory Pool Refreshing

31,867 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,399 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,398 (246,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,154 616,154 000000000000000000108207f1cea960f21654f5708f954d626f0538ed3b8ad1 1.10 MB 2,416 8
616,153 616,153 0000000000000000000911151e56f382d0f8f8a4ca1019deec57ee8b8e43c88a 1.48 MB 2,247 16
616,152 616,152 0000000000000000000a35a270688c72c7ff0a043e4edba1e89534ac8a695c18 1.50 MB 3,274 21
616,151 616,151 0000000000000000000cda3a1e733a054dd6e1811873732a97ce698247817cef 1.23 MB 2,090 32
616,150 616,150 000000000000000000015915242f598f81551c70f4b3000576a54e50f6076903 1.18 MB 1,820 11
616,149 616,149 0000000000000000000b0f8701d5d5c22d5fc06cc89b8f4bf6f676584771b1a7 1.11 MB 2,842 8
616,148 616,148 00000000000000000006c6d3a240c1ef6104bf02b7accf3f207a82b10b2200c1 1.21 MB 2,863 18
616,147 616,147 00000000000000000004bff56dd224814e0fc241b69a6f31d3ab8f27b4b17e16 1.33 MB 2,978 25
616,146 616,146 0000000000000000000cb7ddc607a4e0764dbf0cdcd8a125066401543e5b30b0 1.14 MB 3,109 12
616,145 616,145 0000000000000000000b4ba748950f7a9d4579c0c6f566300ea3c7714d4905b8 1.24 MB 3,335 17
616,144 616,144 00000000000000000002886388686450816583bf285cd507345811153cac3ed6 1.35 MB 3,081 25
616,143 616,143 00000000000000000002757f433e881dc247555750c85e6c3f10f384b78216a4 1.30 MB 2,021 20
616,142 616,142 00000000000000000006c7e17b5e8f2eec683e3eed6ae38645d1236c90d34240 1.28 MB 3,204 27
616,141 616,141 000000000000000000080b725f0518abda80a57937a716b3909ca3051a532a4e 1.67 MB 2,600 20
616,140 616,140 00000000000000000001e865295bf9af3378d9e2aaf646bdc8c52915dc16a57b 1.29 MB 2,657 33
616,139 616,139 0000000000000000000949b0e97112273a4d9116ca4c6a50cc4af69c860f5479 1.05 MB 2,822 8
616,138 616,138 000000000000000000036facb1cfb27e4c524bfb2c18ff1477f4265d95f052d5 1.29 MB 3,192 23
616,137 616,137 0000000000000000000d9213ce0464cb1f69586fe59da2ffcae76bc716533cfb 1.35 MB 2,498 4
616,136 616,136 000000000000000000101f1da74b8f017897748f12a84fe20f11a007a2ce9bc2 1.33 MB 3,370 25
616,135 616,135 0000000000000000000df232f54e13c21da7b73906280974a5b94293f344c686 1.33 MB 2,575 17
616,134 616,134 0000000000000000001091421268ef3fa23573c006c2653969b64b0ede8f578d 1.33 MB 2,372 12
Previous 10 blocks ↓
Total Size: 684.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,366.99 GB sent, 104.48 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.