Loading Tool

Explorer IconExplorer

Memory Pool

45,465 transactions
22.03 vMB
0.09037866 BTC
Random Selection Loading Transactions
Max Size: 123.06/200 MB

Candidate Block

Mining Attempt 2fd5cf89c61e1cf3af9cd24c6dc03c8afdfefa60176e923abe631ada0634fdd7
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root 146489fdc083036338268a875c9a4d433c7579a1b9ed9d439c134fef63762bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03399106 BTC
Feerates: 175.14 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (906,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,908 7,908 00000000be07dfebeb8dd17c87e24e756b1e160b73e96b4c7754f6264116d966 1 0.00/1.00 vMB 0
7,907 7,907 00000000dbca65030a7fbf1a50240671919b99ebfc3d75c77970935d47de70d2 1 0.00/1.00 vMB 0
7,906 7,906 00000000a2a3bdeafdd8714c6f9d5204d5511f18543fa356f814e5cfffc86ad7 1 0.00/1.00 vMB 0
7,905 7,905 00000000e862c1f3aa6d72c1ac1631d7628e82f6096585d92880f8804ed6a7d3 1 0.00/1.00 vMB 0
7,904 7,904 00000000efe81cb33fce22374cf6695447b1d33af780871357be6110952258b3 1 0.00/1.00 vMB 0
7,903 7,903 00000000a8096f779c11637ad0831181731c4e7d06b9558db38f28144f36c233 1 0.00/1.00 vMB 0
7,902 7,902 00000000a243e44c2c24f7bf693a7dd85adf25051bee0308ae920199325b393d 1 0.00/1.00 vMB 0
7,901 7,901 00000000b07280236b8b97753074465f2baf0db60530a44f3629da847083f086 1 0.00/1.00 vMB 0
7,900 7,900 00000000b5514e2e72cec7ee5d03cedd91dea5c31580673911d159711035e2f2 1 0.00/1.00 vMB 0
7,899 7,899 0000000011037ba6c8f7ecb30499daa83d745818edfe8ddfaa1801215e8dc5b3 1 0.00/1.00 vMB 0
7,898 7,898 000000004be011192200692e4bd803d4963f13a1b221c290fe325c91bc18b4f3 1 0.00/1.00 vMB 0
7,897 7,897 000000000280b50dd608624652fd7e42f55b425eaf0f24b38b7816a6fbc65bce 1 0.00/1.00 vMB 0
7,896 7,896 00000000a8d779d2cfdb8dab67997b995c5ff426d117e6c54a06d785080e66a1 1 0.00/1.00 vMB 0
7,895 7,895 00000000a90c31d13d61094610003a0b344903d36edb41645edde01cb89c8278 1 0.00/1.00 vMB 0
7,894 7,894 0000000087d980ceff702ede31f080889d76fea4c6a4d98cab6bebbd8a5a28b8 1 0.00/1.00 vMB 0
7,893 7,893 00000000207b5cdca1ad044414be49db9536b607628e8a2bcd05f6645fd688ff 1 0.00/1.00 vMB 0
7,892 7,892 000000004d30f3f58abd9c4da01b39d57b8e5ec9121e2783306780c7279f98b7 1 0.00/1.00 vMB 0
7,891 7,891 00000000ecaa563e4407b0cdde043391f83f07cc7dcb026fb2c01ff62f3b2b16 1 0.00/1.00 vMB 0
7,890 7,890 00000000396bd3ff8aecd3aa578b58821f2f9887d478dab6bcf1c0a1cc0143d1 1 0.00/1.00 vMB 0
7,889 7,889 0000000005e0c213fa2cfdd581fd5a3a3e10ac72b602067f9abd93be6c5f4b45 1 0.00/1.00 vMB 0
7,888 7,888 00000000f78bf2601acff984d735bb119ffa8018365b19005c5faffa48e91a98 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 557.79 GB
    • Received: 7.09 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.