Memory Pool Memory Pool Refreshing

1,310 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (588,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,116 319,116 0000000000000000261cccf7439c6ad0881267bc20f070fe4ee3a75e08ca1926 0.21 MB 364 24
319,115 319,115 0000000000000000211f97f03b17d6c3427c709e41968b2411310d407f520f1f 0.09 MB 226 35
319,114 319,114 00000000000000001f1f6a5240a52f95bef3a79b8df331888ac7a849dd82f1d8 0.40 MB 774 30
319,113 319,113 000000000000000025dff0de3a754fd872e4618f26871a80e766f9454013af7b 0.02 MB 45 14
319,112 319,112 0000000000000000229672adb3f834b49fd6896473e79fbe012f4ee9071518a0 0.55 MB 857 24
319,111 319,111 00000000000000001b7ca4e751fca1d7bf42c4ab5455658fb67b238753545856 0.15 MB 263 26
319,110 319,110 0000000000000000217add677fa4a88fea251267d75b7487edf016817908384e 0.44 MB 778 25
319,109 319,109 000000000000000015ceac21cb31f6f1865513ddfd74a9e2f8a9a51736267fa8 0.36 MB 658 28
319,108 319,108 00000000000000001772a59faa50e189b51ddcc9ccd370df86285ae076c3c10f 0.11 MB 238 24
319,107 319,107 000000000000000018e577613d8850bfecff47fa944340895b3d970596891c40 0.33 MB 420 18
319,106 319,106 00000000000000001e915a646d5f1970ab771cba1cfbccdf6d14c949d6ab2938 0.35 MB 866 37
319,105 319,105 00000000000000000965da093eb4d6f95af336175e3547a6b6ffd5afde7e8a28 0.44 MB 909 29
319,104 319,104 00000000000000002163212f57bd663b3b0aac55b0a1516d79c4ca15928b585f 0.05 MB 104 29
319,103 319,103 0000000000000000259015fc5f585e84f5bcc8d8c00ec16e7c01bdd7aaf8d97e 0.17 MB 246 20
319,102 319,102 00000000000000001686e4c8c0b0ee9db5200a617252f476eaf996ad74b23965 0.55 MB 946 25
319,101 319,101 000000000000000012f4693ef65c38b2be8d5edf0c49449ae2be506f22a8bf9d 0.08 MB 199 30
319,100 319,100 000000000000000008259704a94280601703af56b45c52f2ae4ee6aa2ce89add 0.41 MB 782 29
319,099 319,099 000000000000000003ae4879c2e86f47cc4124109eb73239b735ab1bc7f4337f 0.02 MB 40 22
319,098 319,098 0000000000000000173f3670e7a83406a073a51e4cc7afbccfde4093302c271e 0.26 MB 527 31
319,097 319,097 00000000000000001268d860f8e74fa2fd8eeb511fec0cd7114c7c4a903f9e35 0.24 MB 469 29
319,096 319,096 00000000000000002579249a721c9b64931e651cd15f9dc0c635f02fa7c07264 0.44 MB 816 24
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.