Memory Pool Memory Pool Refreshing

7,275 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,906 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (49,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,276 858,276 00000000000000000002981695e3679ce4aed3ddf52ddfbf8f8b76c3c1bb58e7 1.54 MB 3,921 6
858,275 858,275 00000000000000000000eadb324b65cc49e68c0f24cfe6b0b20dd76bdf4563f9 1.53 MB 3,458 7
858,274 858,274 0000000000000000000223101630a78432cf01cf873177eb7519f6e2ac3ca813 1.54 MB 3,913 7
858,273 858,273 00000000000000000002d2acfb5839cbb6519cca766d9bc38f3069005bba0513 1.45 MB 4,633 5
858,272 858,272 000000000000000000012bc8331cec138e34647378acc179c5423194ddf7ef23 1.43 MB 3,138 6
858,271 858,271 00000000000000000000c33d98dfd36f70f2edcec34c9f68072e75b6a01734d3 1.56 MB 3,690 6
858,270 858,270 00000000000000000002746a0021bbf85f0219be576b58c4c9edb4e7ec69ebde 1.58 MB 5,818 3
858,269 858,269 0000000000000000000041818b89f7d916f80edaddebe4aa0eaef9eb73e589ef 1.59 MB 4,363 4
858,268 858,268 00000000000000000002e88e9a13f346bc931585e90bd54774dac783079abcea 1.58 MB 3,009 5
858,267 858,267 00000000000000000002ff86487fc2e12f03838a1f6cdacaab4cc0bffe5bb039 1.54 MB 3,311 7
858,266 858,266 00000000000000000002436b86bc79a7d5b1c048559d315a4aad17f1bc87b587 1.55 MB 6,377 3
858,265 858,265 0000000000000000000302b78337413cf3a819df175aa0c0afb22af77ac95980 1.55 MB 4,562 4
858,264 858,264 0000000000000000000138fba45ffd89825500c3a4909ab27874ec3df510a9bc 1.67 MB 3,437 6
858,263 858,263 00000000000000000000702ff87c5cabce4c3699c475e70d1d9cec9bdf926d6d 1.69 MB 2,268 6
858,262 858,262 00000000000000000002f7f010bc22d32248d0608c19451332673ec34acc0357 1.44 MB 3,936 4
858,261 858,261 0000000000000000000100d3beceaa2b17f663e7c02f6f3ec10de5939fcdf8fa 1.70 MB 4,938 4
858,260 858,260 00000000000000000001c5291ed6a40c06d3db5c8fb738567654b24a14b24ecb 1.63 MB 7,445 3
858,259 858,259 0000000000000000000281eb9c5c13db5dc43ab3319b0e73fbf6bd539123c618 1.65 MB 7,716 2
858,258 858,258 000000000000000000019e31e5ec305b561cae80e4ec6bd7c5a74ec097726653 1.55 MB 7,195 3
858,257 858,257 000000000000000000012851c3a9f2e54d07daf36e1cbc447e4877dbc9b1d0a9 1.74 MB 3,139 4
858,256 858,256 000000000000000000029515d30261f4fb0b2977b3c8aa8e6b18ae61dba97b8b 1.60 MB 3,718 6
Previous 10 blocks ↓
Total Size: 768.96 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,615.08 GB sent, 92.62 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.