Memory Pool Memory Pool Refreshing

31,209 transactions (10.39 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,907 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,504 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,906 (831,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,985 76,985 000000000049a39907c7ea5655695829b71a709a0dcdedf0608b76dfdb531a81 0.00 MB 1 0
76,984 76,984 000000000034f369c885aecec3106915aa9a67b48dccf65279e061de74b385d1 0.00 MB 1 0
76,983 76,983 00000000004245d2847c46edf20b1955c903a9d16bab43969c7a1535e5ae5482 0.00 MB 1 0
76,982 76,982 0000000000633aea8e81a332774908abcf638051b6fabaa9836c09351458b507 0.00 MB 1 0
76,981 76,981 00000000003c40a610d51694b09cad43067fd097ac31d856a2e1b3920f4eaf6d 0.00 MB 1 0
76,980 76,980 0000000000281b2d3886d6dd6b644c19d8bf5730400c331c8e4f0938a4efc052 0.00 MB 1 0
76,979 76,979 0000000000305d859d9576b14274e349f984a06809be133cc7544e4d85a0c32a 0.00 MB 1 0
76,978 76,978 00000000003410b694c068b3d8f49554cfb3b30fe258fecfbf7929244da4ff0d 0.00 MB 1 0
76,977 76,977 00000000000dbe3a9df751fe679ed308972ec469dee083c7af789b479054dd81 0.00 MB 1 0
76,976 76,976 00000000002e00326cfa94dd2ed6df3ec11f3b68b6ce69110e1e870f3d17858e 0.00 MB 1 0
76,975 76,975 000000000054f6753a0dfcecc040005991d635dd586e93cfc11e56b827e2fbfa 0.00 MB 1 0
76,974 76,974 00000000000f810756f377ac4eaaf63712713cdcf5e2b74dbd129d3e7fb44e4c 0.00 MB 1 0
76,973 76,973 00000000002c01bb3b44d56917432513ab21ba15cc629db5a8eb071cbd881a3c 0.00 MB 1 0
76,972 76,972 00000000002b505559e2c87d223cf7c016d680fa08a05711be281a95dd9217a4 0.00 MB 1 0
76,971 76,971 00000000006418f655e2b120797d3910431c35ab727c253f94f7a36c2505d5ae 0.00 MB 1 0
76,970 76,970 00000000004c61387c9727ebb78e77e63e02631a3abb34b1244a342a3efa62d2 0.00 MB 1 0
76,969 76,969 0000000000638027c5b739e764685f51905623c08eba277117593bdb5c203934 0.00 MB 1 0
76,968 76,968 0000000000461de6ac338a4f9ebc735d1de2aab0d633713abc573090d7af7f19 0.00 MB 1 0
76,967 76,967 00000000001353c2574a9cfbfa54140eb0006739f88bba3581edca93ae80f708 0.00 MB 1 0
76,966 76,966 0000000000133782e6e876a0b605e9ec1dfd23a1aac37a59aa09f458f74e634a 0.00 MB 1 0
76,965 76,965 000000000049ec4c7b34f68825a9aadfcf710728259bb5100f49fd8408f57608 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.37 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,863.85 GB sent, 104.27 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.