Memory Pool Memory Pool Refreshing

8,617 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (521,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
386,100 386,100 0000000000000000018be32b9f799d0e6adecc78d88f22376f0616cc4ba1dabb 0.68 MB 1,487 34
386,099 386,099 000000000000000002a5c6f7e3ffbf28b7364da77874e78c18e60dd4a3e85ec5 0.93 MB 1,740 42
386,098 386,098 0000000000000000071175d2d0b2c906491fdfc2629f8097704c266388ae2b1e 0.70 MB 541 13
386,097 386,097 0000000000000000012f4ca44cfcbaf246ecbda8c5fbcb02e04c45e14fe35464 0.72 MB 1,734 80
386,096 386,096 000000000000000005f996b492168b59bd521d65cf05da1cb0e83f62e610aaf2 0.00 MB 1 0
386,095 386,095 00000000000000000eb40270a22e4de0c05cd8aa8257527c559fd9b0a3c2e796 0.15 MB 233 22
386,094 386,094 0000000000000000081df90d6005d3dc37b3e15c3c794db540957f78d351649a 0.56 MB 998 32
386,093 386,093 0000000000000000099bdaa59f273038aab1225c5dbb3f8cb8c2465a5cad7e83 0.16 MB 379 39
386,092 386,092 000000000000000004d162b8692834af930cb283a77feaefa3538b9af8558d44 0.15 MB 231 28
386,091 386,091 000000000000000003bede38b30b21a6606acfdd04c71de2279225ea69a7449d 0.62 MB 774 17
386,090 386,090 00000000000000000c0534e149b4f9c52d9b80b3830ab48cf4fa5cb826c4041a 0.61 MB 1,216 39
386,089 386,089 00000000000000000bb5493842bdf2c9d48c01774c77f197fd1f4bdc45931a13 0.30 MB 522 29
386,088 386,088 000000000000000007efa25430a0b30346ea4fbc82293125061e766bf9a8c4b7 0.40 MB 731 28
386,087 386,087 000000000000000006aafd469a297eefff72ba1fbb09800bef7c6e2b186d9746 0.00 MB 1 0
386,086 386,086 0000000000000000019b072607535ed07c66900c3465cbc3bfa27b15389748fd 0.29 MB 589 32
386,085 386,085 00000000000000000e626ea145d568af073ac83d3c907d37fe47e2431527c20e 0.77 MB 1,549 36
386,084 386,084 00000000000000000132ff818c4d8ffb04a279b76bc786d1438069f7204971d9 0.66 MB 282 6
386,083 386,083 00000000000000000cac08fe383bacd154a64745e6311ce6fcb97af7e9d9c695 0.94 MB 853 13
386,082 386,082 0000000000000000070e167ec066fb00b39ef6c7a21b409982a031d6fc322987 0.75 MB 784 19
386,081 386,081 000000000000000004bf77d1004068b0da1442c1b54bcbf4fe7d75589aa537e1 1.00 MB 1,280 27
386,080 386,080 000000000000000006c5668c61da1c7a7b2601ec8a3eed75d0e8d90bbb3a992a 0.75 MB 1,348 27
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.96 GB sent, 93.01 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.