Memory Pool Memory Pool Refreshing

3,993 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (793,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,977 113,977 000000000000a58a799e55e8f538a9c897cec892a3ecf254e861c1e3d81da3d0 0.00 MB 10 0
113,976 113,976 0000000000002cf6fd0deb27ea6b2473ea737dc5a6d6862288a2803a1bb99f73 0.00 MB 8 0
113,975 113,975 000000000000d19bad2efe937f2c5557cd349879fb01c2596dd25de86a1eaebe 0.01 MB 28 0
113,974 113,974 00000000000010f50ac10c624c90bf5468f1fcff7a82925432e06ffd179a5a8a 0.00 MB 3 3,875
113,973 113,973 0000000000005974b307e3f01fe90f761ae3ebbcf73420f0e22610325148e5e4 0.00 MB 10 353
113,972 113,972 000000000000b5c478819bb8f0f6320f3d1dee29c1fe3b84ef2b8358819d751a 0.00 MB 10 0
113,971 113,971 0000000000000cd52d0f452be9c6a2e7c717d0b9a3375f3dfbd2df41adf7fc43 0.00 MB 10 0
113,970 113,970 000000000000690c7f4b34a8c030d320a90c11a46c7075458240b34bb4688e5a 0.00 MB 10 0
113,969 113,969 00000000000018ec21b4f7f373f562bc46c14e208e0cf5695f27f150b04eb756 0.00 MB 11 0
113,968 113,968 0000000000008d13a20f90765953778de6b201804573811b6e85fbc12f5f1152 0.00 MB 17 232
113,967 113,967 00000000000005b7db1a28a8054624ff40fe93dfe8ee2eef6714084c38da34c1 0.00 MB 13 307
113,966 113,966 00000000000004848237503104fea848526cb10cb538058f726c3b860d27acc9 0.00 MB 10 318
113,965 113,965 0000000000008d62609bcd74d56a8b1e35d1f99c8e159c5a048187b881d72f5b 0.00 MB 9 0
113,964 113,964 00000000000064b4a61d058079d927a4d6b54cdeb62704070687b2292969a1ee 0.00 MB 9 0
113,963 113,963 0000000000000b7ef3b6ae0aacece94283fffc7d5d15ddd2591ac1a93c927527 0.01 MB 13 146
113,962 113,962 000000000000a220d939d58aba07f92ed8329ef6ef8147e44f0c464cdc99168e 0.00 MB 10 0
113,961 113,961 0000000000008ad20956a974baaa74e85384cd648e45e2ed2650e1b1449213fd 0.00 MB 9 0
113,960 113,960 00000000000080f251c001042c6b027b0a5a7e284668b97511bb4905ae80be54 0.01 MB 39 89
113,959 113,959 00000000000038587d468ac3e354a9d682998864470efb29cdefcffc9e417253 0.01 MB 39 0
113,958 113,958 000000000000a61f6daa430d7519c686fa061fd222344f3c4c96d6498dfcfc22 0.01 MB 26 134
113,957 113,957 000000000000d5cf8bcfb3e24bd018caada7bab942f4441f137f8336121eeac9 0.01 MB 34 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.