Loading Tool

Explorer IconExplorer

Memory Pool

45,969 transactions
27.71 vMB
0.07681719 BTC
Random Selection Loading Transactions
Max Size: 146.65/200 MB

Candidate Block

Mining Attempt 85e74526bc727c749a0a93d09dcc137684b129ce0454b24d775f322f4141d65b
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 802a6f84370c3564abd9fb1b5cf4e8a518d7a378818ee86faa2fb6df27818a4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.02453634 BTC
Feerates: 502.65 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (806,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,196 108,196 000000000002182ccae61f0182c816fd7d38c021885d2deb97a489b74a4d09a4 12 0.00/1.00 vMB 0
108,195 108,195 0000000000006275d33864fc195df650a87e0f78eb2330c8d193fc32ac9202f0 40 0.01/1.00 vMB 0
108,194 108,194 0000000000025ffb295ae25a3afe882450f85f3d88ad3a0e6a602df849807119 11 0.00/1.00 vMB 0
108,193 108,193 000000000000127b6f2c5819d3c61a7b6750ffef042e9ca953661c62427c7553 9 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.