Memory Pool Memory Pool Refreshing

635 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (319,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,206 588,206 0000000000000000000d3006debdb44e0efbf0c63c8985810aee90d0d93d89c6 1.26 MB 1,824 40
588,205 588,205 0000000000000000000f0b8240612238429b8b1e5ec276a7e4b41ac867fea954 1.14 MB 2,147 15
588,204 588,204 0000000000000000001dd46659a83c5de991844957da5a101c0d170f3f8a6726 1.22 MB 1,828 29
588,203 588,203 0000000000000000000dfead6d7341b84dd0d2d13f5fcde1a75e13b0baf637eb 1.25 MB 2,772 52
588,202 588,202 00000000000000000002c83d3188b97e60a48267ae6061b53ecbcb3acedfb772 1.34 MB 2,454 47
588,201 588,201 0000000000000000001a968064b5a34c340559ae89dc4d0985e514bf7a52d22b 1.37 MB 2,568 41
588,200 588,200 0000000000000000001351814435893929202835de67f256a47f962b5262f30a 1.45 MB 2,468 44
588,199 588,199 00000000000000000009db483a234170350a1f0d11d92781b332717dd060382f 1.24 MB 2,845 76
588,198 588,198 0000000000000000001b902ffe5163bdf2786a6030b68b5f19803978e7ed21f2 0.49 MB 1,123 26
588,197 588,197 000000000000000000086e4bc699c2d455ab63ca8c1bdb2eb2fac6f3feab3cc4 1.00 MB 2,010 12
588,196 588,196 0000000000000000000b179008f4fb825e93d11b14ce4fb7f7b0c63eb4c3e8f0 1.20 MB 2,518 16
588,195 588,195 0000000000000000001bbb06b5cd37323e4a246ff71443881d2f4f5face7ca54 1.21 MB 2,521 49
588,194 588,194 0000000000000000001b3627075adb3986866fdeaab97a5f22e61a9b54e09910 1.31 MB 2,885 53
588,193 588,193 0000000000000000000cefa8283d8f0eda7f3bb1ecb60d7785c55b8c2a466438 0.40 MB 1,099 32
588,192 588,192 00000000000000000015148319175631e850aff705f52e8efa3821c1a167d2e2 0.37 MB 1,049 12
588,191 588,191 00000000000000000009ac564de5c5308d1620ffe644dec260e4dfb7b4f598e0 1.22 MB 2,953 35
588,190 588,190 000000000000000000160bf967610aafd8381f02d24a46d081c3ebd7efa18e8d 1.12 MB 3,102 21
588,189 588,189 0000000000000000001a42c83125009c35e472c700862431a04a80b9c7da7a18 1.21 MB 2,604 41
588,188 588,188 000000000000000000081a4f92389a4ec750f7cfc68e447090e36d09568dfb8b 0.81 MB 1,841 27
588,187 588,187 00000000000000000001c61087c3fd323a8f68e6433d4c1676d4eda3429c48b1 1.07 MB 3,188 14
588,186 588,186 00000000000000000014e27a68ca7407196e712797913ddeef0d1f8851de13e2 1.25 MB 2,854 44
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.