Loading Tool

Explorer IconExplorer

Memory Pool

54,628 transactions
32.28 vMB
0.22597726 BTC
Random Selection Loading Transactions
Max Size: 173.06/200 MB

Candidate Block

Mining Attempt 8502cc646f6d5a38c3934b22b90ffc1281b6d1a12902fe783cd53c1dfc218b34
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3eb5ef7c9acfdf5fa43987488797871b9fd5f422595688103dd6eb7ac760aa7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.11938303 BTC
Feerates: 101.66 > 11.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (800,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,303 114,303 0000000000007b3b08914620c13e31c9f7f0e7536caf34f5b63a1ff2c4babedc 11 0.00/1.00 vMB 323
114,302 114,302 0000000000004d1640eabbd6ebbc787a8a6d5f9c888a9c8c2aa4b3c8f9a33d71 12 0.00/1.00 vMB 0
114,301 114,301 0000000000002eb20f09b5cc6ea488c63e0a785dbbbee068189f57d6a60d0568 36 0.01/1.00 vMB 10,630
114,300 114,300 000000000000819b7f5ddc6c8b6378f209f0eeb317afe23e5f29fbe6d775a85d 23 0.10/1.00 vMB 0
114,299 114,299 000000000000435206c9495cafa0dad713def8e9d69944f71b5a55741f732dad 8 0.00/1.00 vMB 0
114,298 114,298 00000000000082d8192e6ff1742ee5fb7638c373ee5cec4264add9e4d42ab27f 13 0.02/1.00 vMB 149
114,297 114,297 00000000000019fab2c2c01e5e1e73e1cbcc0979f65c1f8a3b634404fd675200 9 0.00/1.00 vMB 657
114,296 114,296 0000000000006c4ef1661c52596c4edcea729637eff94eaa610f109fd38c621e 9 0.00/1.00 vMB 0
114,295 114,295 000000000000b928d70dd97d63f73db71cf24690e2d8a0166d0e05a4f526ae34 11 0.00/1.00 vMB 491
114,294 114,294 00000000000046b0e4bb9fe406b1c0eabd6612cc4c02391d1faa1349db956e96 9 0.00/1.00 vMB 0
114,293 114,293 0000000000009e8445d67e7d7824e162a4c85f06311a6c6c93ed42978722b99e 12 0.00/1.00 vMB 0
114,292 114,292 0000000000002e9cdcac47e4a1fe89cc0829e4134e6aab3bd82548b405708c9c 374 0.10/1.00 vMB 20
114,291 114,291 00000000000044d59f42cc1a44a324c146d4c004d2561246bb813b9950c20134 11 0.00/1.00 vMB 544
114,290 114,290 0000000000003676d30363b09c792f48ce8a5ffb0217290629660c133a1b996a 10 0.00/1.00 vMB 323
114,289 114,289 00000000000008352a6323f56d64265a8656b5162bc6137cb404fa196c741db6 172 0.05/1.00 vMB 0
114,288 114,288 000000000000aa3c41c05f4f3d69dfa87e1b87f5ca0e2391bd5fbd16516dcc1c 9 0.00/1.00 vMB 321
114,287 114,287 0000000000007a4bead9bcb5454058e26462459d9793afcf29d4d54568331718 14 0.00/1.00 vMB 454
114,286 114,286 0000000000002d83888a4b92124f779085537a980971c77199362c17c0f997e0 18 0.01/1.00 vMB 952
114,285 114,285 0000000000000a58ff16e6f9109db6f9a13479ce078aa47c2879f0fb3d8d1786 11 0.00/1.00 vMB 819
114,284 114,284 000000000000040bd764033d8a0ba8e7096c5542920e5e1154cae3f629514e5e 9 0.00/1.00 vMB 325
114,283 114,283 0000000000006ac18a3a25797eb5b9d0b6b393c36a9a8bd3553294ab875a6381 21 0.01/1.00 vMB 865
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.