Loading Tool

Explorer IconExplorer

Memory Pool

76,395 transactions
28.55 vMB
0.07059891 BTC
Random Selection Loading Transactions
Max Size: 172.86/200 MB

Candidate Block

Mining Attempt 21dcdf6c2d73ecb57addbd492a6f742a09b2d37a4bbf9281c689d24763e7faaa
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 9b0eab3361742e8b9c7d2b5c5543933d4e66e187554ee4f537d997d403d5f9e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,452
Size: 1.00 vMB
Total Fees: 0.01141770 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (232,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,222 682,222 00000000000000000009edc0491a9caf9d632cf211fce18b69d92afc77e1609f 2,896 1.00/1.00 vMB 100
682,221 682,221 00000000000000000000ede6426bec1295f96ccbd7ce76f34a3970d6bc409193 2,238 1.00/1.00 vMB 94
682,220 682,220 0000000000000000000d4baa69638c054fb17607dd148c766e4c275106195e2f 3,140 1.00/1.00 vMB 120
682,219 682,219 00000000000000000003805aa1acd92b63d7e035c67d71fdd0ee5416cc3f6ed5 2,002 1.00/1.00 vMB 27
682,218 682,218 0000000000000000000a8a27e458ef07df7bb2d7d5f281f66e08c0cd5dc4037b 2,110 1.00/1.00 vMB 75
682,217 682,217 0000000000000000000954db2a81d90b74b1bfcfd319ec67bd7903f0bffffa20 1,644 1.00/1.00 vMB 49
682,216 682,216 000000000000000000050857cab958bdda8e3ffa93a71f4ca5df3e1b41003b78 992 1.00/1.00 vMB 96
682,215 682,215 000000000000000000042e956c05d4135050556234de9c9b8863ed89f05b7c6a 2,324 1.00/1.00 vMB 40
682,214 682,214 0000000000000000000110b04dc2cdb026eda5084c39f5627cce43baacc18fa1 1,672 1.00/1.00 vMB 76
682,213 682,213 00000000000000000007b0feef4ebad81ebbd5af986e63c8d81e3b0645f2edae 1,767 1.00/1.00 vMB 78
682,212 682,212 0000000000000000000bedd2f32597d86dab88bd2d5c0f741795a42c502b2199 2,636 1.00/1.00 vMB 64
682,211 682,211 00000000000000000007253d4504749f19f7a230406dfbd7c0a24de62a10935c 2,236 1.00/1.00 vMB 79
682,210 682,210 00000000000000000006a0c6628c10adceaaac5f464807e871500c63278c8a50 2,328 1.00/1.00 vMB 99
682,209 682,209 00000000000000000008f9b4663eab6f19323dbebbc41c445a262856a630761e 1,368 1.00/1.00 vMB 93
682,208 682,208 000000000000000000002d5be524884f929feea926f20964a057b2d89d7aa2d3 2,105 1.00/1.00 vMB 99
682,207 682,207 000000000000000000042fe1d480f88508f0c36ad6823fee37c1c08b417a1972 666 1.00/1.00 vMB 7
682,206 682,206 0000000000000000000caec150ee96f54a24582bfa41056dc182f35a80529a65 1,512 1.00/1.00 vMB 46
682,205 682,205 0000000000000000000046dd78f61d828c1ed4f645c94133ee08666064ce0fa5 1,601 1.00/1.00 vMB 42
682,204 682,204 0000000000000000000629863e27a220e7f6349d472b07b1476c9e57e79255ef 1,930 1.00/1.00 vMB 34
682,203 682,203 0000000000000000000575619a61d015316a46f86c4429f47539144505ea39c8 1,584 1.00/1.00 vMB 52
682,202 682,202 000000000000000000058ec27c3ed22d12182efded45b5fad545e787fe5a03e8 1,874 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.