Loading Tool

Explorer IconExplorer

Memory Pool

75,839 transactions
29.98 vMB
0.09661741 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt ba8b6920e24e971f5cb6e310f6ac05bfa9400caddf3a58e5e013637c7d3379c0
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root c458e68e0b985a9aa6d6fc4ececc31896bb00ba8e255e387b8fbe054a6edb068
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,776
Size: 1.00 vMB
Total Fees: 0.02406070 BTC
Feerates: 100.00 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (796,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,968 118,968 00000000000066a77ed32783a8f94772fd458eff37479ea0b104dbb58def35e2 13 0.01/1.00 vMB 0
118,967 118,967 0000000000002aa56c00e6e1429927a14c4eb5752fbec07e8de3ac418d865ebe 2 0.00/1.00 vMB 3,875
118,966 118,966 000000000000048e5331295c6557b1c77daf5422ebab1c49b8ee8e3226a9c91f 9 0.00/1.00 vMB 341
118,965 118,965 000000000000605eb6c9a96452bc15a44230f93bab4507892ad43c71378c9fa7 15 0.00/1.00 vMB 0
118,964 118,964 00000000000096800f577fc1a7aa2300747513614ce5ce78111f1f0f234136d1 13 0.01/1.00 vMB 0
118,963 118,963 0000000000006619c59903d15370b138e5449397b3c28c78f5a5c9005e4a6a62 9 0.00/1.00 vMB 0
118,962 118,962 000000000000a6a7f8233e5d534a7976eb1e693e7b54a1ebb8fb80fb2d6a46eb 11 0.00/1.00 vMB 0
118,961 118,961 00000000000081d6e68a598e52371b4d5040666998b95d42f44d76b9f7b5e4e7 25 0.02/1.00 vMB 59
118,960 118,960 000000000000655c4f9ca664292dfbf68cb14b6117d6c59839df98e3582c249a 1 0.00/1.00 vMB 0
118,959 118,959 0000000000003ba62a10722c9073782c2ee175cb75d1db11ce5686bbea07ed08 8 0.00/1.00 vMB 0
118,958 118,958 0000000000000ad87d00e275bb3973153d31fa080f001c47a60bb8dd307b0dcd 11 0.00/1.00 vMB 0
118,957 118,957 000000000000930f461116a5c537e09507a0318280068248c77782014c7b83fc 12 0.00/1.00 vMB 0
118,956 118,956 0000000000000da7295e807e6dcfaa89ed0a982da7e60d1cf9a1e5671ac4f491 1 0.00/1.00 vMB 0
118,955 118,955 00000000000003d9a79ddd0390c5fd3a0d7109c09d69476de677aba91fec45bf 12 0.00/1.00 vMB 0
118,954 118,954 0000000000007c4529a1e44475bfaaab4113db2aa15135320cf6234e9df5b6fc 1 0.00/1.00 vMB 0
118,953 118,953 0000000000006ed531b4b9e301f7c9fac9d9fbf8e2ff3cabe5078142be4a2a8f 10 0.00/1.00 vMB 344
118,952 118,952 000000000000557a9ea33c6c5391c5003ff4b5f5c71a7c3b6d59224db9230be3 10 0.00/1.00 vMB 0
118,951 118,951 00000000000003f019282724441a9a79993fdcac385c8756c28acad95b89c792 10 0.00/1.00 vMB 0
118,950 118,950 00000000000043477a7f61ccf88665391ad75a12b0846aaf778a21b3fd840a6b 32 0.01/1.00 vMB 0
118,949 118,949 000000000000a33f6aa64124c4babfc0de386bc35beef4fecc44eda29502a8bc 11 0.00/1.00 vMB 0
118,948 118,948 000000000000b3a465b03813d2f5976174d1302c072fd41186432e73b81ab1de 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.17 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: 749.34 GB
    • Received: 18.82 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.