Memory Pool Memory Pool Refreshing

204 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 197 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (29,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,106 878,106 00000000000000000001f2c7053a6eaa9cc1034b6668d54887e325097a190f5b 1.89 MB 3,585 4
878,105 878,105 00000000000000000001aa576089b6524d9bafcfb233c318c149f29e2ea67e1f 1.78 MB 2,407 4
878,104 878,104 0000000000000000000150b2fe1d73deb8f804159c8c9f50a941327d6e9f85b1 1.81 MB 3,126 7
878,103 878,103 00000000000000000000c9491a3dbf8e30e9d256e642c63adeaa1325488b7cf3 2.14 MB 3,091 5
878,102 878,102 000000000000000000000b6de76fefcd6482441c9778513e2090a765dd1acc8a 1.82 MB 2,762 4
878,101 878,101 0000000000000000000083fe0e720c4cb5e62b961355acfaee5a32b6a6a5e408 1.92 MB 2,894 8
878,100 878,100 000000000000000000021b956a90dccc2add433acc6d1f53961b7dafc9d4a1f6 1.27 MB 1,150 2
878,099 878,099 000000000000000000005099e49dde562f9604a0ef373c50aa6c27fc853ecaad 1.63 MB 4,305 3
878,098 878,098 0000000000000000000280fe64fad14d219f412d5b5a4a0a61f75c7ebd914a19 1.66 MB 3,018 2
878,097 878,097 00000000000000000000538a9e5873248cb2d23dde3a2c5d6ee473c5b1f3f72f 1.70 MB 4,208 4
878,096 878,096 00000000000000000001aebf8f325fb819723dbaf65ae1ea9271e2753b5ab0bc 1.67 MB 2,744 7
878,095 878,095 00000000000000000000c9e29a10e7a20eb92517ec385297192ff519b11059d9 1.66 MB 3,429 6
878,094 878,094 0000000000000000000151ef1708340a7648eb07022ce13820d14850580b68e8 1.68 MB 3,712 4
878,093 878,093 00000000000000000001290b152dac6f966e8a037cd1f26b512fa65bbf347f9f 1.33 MB 1,876 2
878,092 878,092 00000000000000000001b94f89bc4a1faf1c290bb9d80f0d410f59aa279c1045 1.66 MB 4,264 4
878,091 878,091 00000000000000000000eb831570bcf78097e1e0a0822fdf5bba39ff1d6ce7d1 1.66 MB 3,411 4
878,090 878,090 00000000000000000001aa85c0971a9a907eeb84eca2d4bade973ce3daac6c32 1.81 MB 2,279 2
878,089 878,089 000000000000000000008507f2273b8a170d4f17dc5360a3241042789ffa313a 1.51 MB 3,661 4
878,088 878,088 0000000000000000000063fbade03bda50f7c4be6f6895d668bcb15b77ed3ba4 1.63 MB 3,857 7
878,087 878,087 000000000000000000011d11fb1ce3751a78f97861d10900a5d44b0477e6b45b 1.25 MB 930 2
878,086 878,086 00000000000000000002428bf34151c4137e1886ea3bcb6d1540a48a9bf1cd96 1.51 MB 2,766 3
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.