Memory Pool Memory Pool Refreshing

5,917 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,085 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (905,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,128 2,128 00000000a86c9b8c3b5dc9f22798f26bcec6f88e12d6393f4d5c52dce1d2108d 0.00 MB 1 0
2,127 2,127 000000009990e61019511f84bcf0f1d3b0181c66f69d7abfebd314cf44093c3c 0.00 MB 1 0
2,126 2,126 000000002c45f5e772f779b811336f05ec6ff8644cfe8df6c405a67e176e271d 0.00 MB 1 0
2,125 2,125 000000004c45b00360e911aa80752b4a82a470ded8cb054f376eafc763526a23 0.00 MB 1 0
2,124 2,124 00000000ec63bfa1cf092e0ad9a2e6bb3df4f08dbae655c068dec3b136e78bf1 0.00 MB 1 0
2,123 2,123 00000000a3099f5f4100c759a09d3ba7001e9075d7997c4e0e76308209dfece8 0.00 MB 1 0
2,122 2,122 00000000602eaea606c6044442ff5ffa50bbf45d6168ca11b3d4f8fab77d7645 0.00 MB 1 0
2,121 2,121 000000005fa35ee08a2283747996ed3e79f193b1f1f630e08023c27645f71827 0.00 MB 1 0
2,120 2,120 000000009a284bd92fd73540f30123be054f16438532e83b7a5c94ec048a7ab9 0.00 MB 1 0
2,119 2,119 000000009b8de49958011387b343860457061ec4175a07cd0c094216f3074ed6 0.00 MB 1 0
2,118 2,118 000000008f42f665cab52fd5972974ab3c0d1b43b97ac20105295f0a224af886 0.00 MB 1 0
2,117 2,117 0000000078cf3d9ad734fdf5ae43a3141efdbd0e4accf516bbbe9f85f97d0ed1 0.00 MB 1 0
2,116 2,116 000000003bbcc9dfe24e9880fb4d462003191a40b1d313b962d9a458d0d6f84c 0.00 MB 1 0
2,115 2,115 000000003b1a33fecc66ca72fc1742865736881bcf78306b80fa44195678313a 0.00 MB 1 0
2,114 2,114 000000000c10387a9c25bf199de9619ec0169ca480bf5be2fb176d195390936b 0.00 MB 1 0
2,113 2,113 0000000074e6f8830b061e9496206845ca583f640e6ebc57add54cda51b0d981 0.00 MB 1 0
2,112 2,112 00000000e8bcdaa8ab9f8ef19c5ecf6d5e624b8b094fd62c10ddde907881a81e 0.00 MB 1 0
2,111 2,111 000000006a1e87b12ff12edcc04408a61b6d436b21dd6d8af9f5afc759a38116 0.00 MB 1 0
2,110 2,110 000000004e9faa21bc0797c4124998999b0d8a42b1b5257dada61079a3f00257 0.00 MB 1 0
2,109 2,109 00000000ea7f9f046ae440a6d6b3e42f67b20c9d51d300cd5d757f309beaf883 0.00 MB 1 0
2,108 2,108 00000000858aa3785d1874097feee96e35aa9e80804207d1af28f2ba251ea9bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.75 GB sent, 96.51 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.