Loading Tool

Explorer IconExplorer

Memory Pool

45,339 transactions
27.59 vMB
0.07750380 BTC
Random Selection Loading Transactions
Max Size: 145.66/200 MB

Candidate Block

Mining Attempt 796959b7d71e54304828a2a412009fb55bc8c1671e87dc7f7aea1895fa3b3b86
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 532c39db9c6c9f11390fdad5906c275b49610d4d228ce319dc43f20c126ded03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.02545455 BTC
Feerates: 192.02 > 2.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (806,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,192 108,192 0000000000027eec2de680d5796aa6a000b513fabde644413123b73d4e55377c 2 0.00/1.00 vMB 0
108,191 108,191 000000000000ef8a904deb9dfeb3652fd1394237b58ab9da8b6ce3b6d32614eb 17 0.00/1.00 vMB 0
108,190 108,190 00000000000120aac765d0beef5d884dc78678b3708ae7cf777dffa5f4652f62 8 0.00/1.00 vMB 0
108,189 108,189 000000000000160de530d377871ee024474b9373742c6a1ca745c66de1ae93ef 7 0.00/1.00 vMB 0
108,188 108,188 0000000000015ecd9210eb85dfabd028eb4579082eae245d8a1e4be3147bb5b2 10 0.00/1.00 vMB 0
108,187 108,187 000000000001f0ffc0c960defd994527d675f8fd6df730f1071563a3867ad0f4 4 0.00/1.00 vMB 0
108,186 108,186 00000000000059d2b4dc4b3975c049f7760aa525388d4643ff0561b100206af2 12 0.00/1.00 vMB 0
108,185 108,185 000000000001735c04e4a957b8e965a5ba00fc01e0e5eb9a6c8a87e6cf1cb3b8 9 0.00/1.00 vMB 0
108,184 108,184 0000000000021d7492a3c506deea65fb92d628ab9902c0393313a9a55afc2b7c 33 0.01/1.00 vMB 0
108,183 108,183 00000000000035c93d4e9b3532fec43025570bbb317e3243279eb36574c61607 10 0.00/1.00 vMB 0
108,182 108,182 0000000000008727f5512189858f457b099a4cc6e37db3c6b457a7f9811ba6ce 4 0.00/1.00 vMB 0
108,181 108,181 0000000000012cab9551d1b82b2bcf2094aafd5ea3534a3f4147c5f7f9f1718f 5 0.00/1.00 vMB 0
108,180 108,180 000000000001dfe4980dce8de1daaaf3197a038c45c7cdef5257299fb12b2394 4 0.00/1.00 vMB 0
108,179 108,179 0000000000014a0bb794f4894906997eea74321963eac04b2bea8c53e9f9ed0e 8 0.00/1.00 vMB 0
108,178 108,178 0000000000014430acee4fe0db9e0bfc4faaa9d16622c175f1ee7414774a98d3 5 0.00/1.00 vMB 0
108,177 108,177 000000000001e052f1737c7a6e4cf3a96763400ed31c744a3812e76b2b0383f0 7 0.00/1.00 vMB 0
108,176 108,176 000000000001ee371d2903e7d390c7b90788c236a6a67f8cf89721c1df823d29 12 0.00/1.00 vMB 0
108,175 108,175 00000000000244ccf3c88801b62d5eca33528644cf8bc5fe8248f2eb5aa1242c 39 0.01/1.00 vMB 0
108,174 108,174 0000000000012e463a81135a095707bfacb237358ed14b1034a2799a1f4b082d 1 0.00/1.00 vMB 0
108,173 108,173 000000000000bd4fa7106f28faa7fea95d1268bbf1e98576d4fa14a2a9b63865 2 0.00/1.00 vMB 0
108,172 108,172 00000000000101bbf7b926edea85ba0d83067177a4bf0ef5fdbec2f352775ed9 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.77 GB
    • Received: 14.19 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.