Loading Tool

Explorer IconExplorer

Memory Pool

36,171 transactions
30.51 vMB
0.06728609 BTC
Random Selection Loading Transactions
Max Size: 150.22/200 MB

Candidate Block

Mining Attempt b664c5cd2950dffc05dd4b158206d62a586920afcf93bb17ce08c80e210c1112
Version 20000000
Previous Block 000000000000000000003a28bcc202f67e6a1b1c303e643d7425d6a567d0e59a
Merkle Root 39f5f1eb8ead9175b2fa99a06e98feedda587f777410799b66b1aa8aa9a2ca68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,422
Size: 1.00 vMB
Total Fees: 0.00528065 BTC
Feerates: 100.37 > 0.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,390 (801,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,412 112,412 000000000000b68625fe0a2629aea9c47c7b7490aa0c855c69876098cbf8a09f 1 0.00/1.00 vMB 0
112,411 112,411 0000000000000193a54f88270b41d26e4b4932a1331f3bd59735a7e27b6a3808 3 0.00/1.00 vMB 0
112,410 112,410 000000000000e1079a7b9d50eb49328f3ae117015e13b9e45351bc69defecb4a 6 0.00/1.00 vMB 0
112,409 112,409 000000000000ef574bd791de259c409047f6629244f056ebf53eb131d9d702ee 19 0.00/1.00 vMB 1,694
112,408 112,408 0000000000000864ead7acb771ecf92b2a235fc5877dac4c57f7ddbdf202f05b 8 0.04/1.00 vMB 1,145
112,407 112,407 000000000000653578bff8166ffcd9d257501ec01a7d432609765e493e36e43c 26 0.01/1.00 vMB 185
112,406 112,406 000000000000e80d8ea8b7e7f503ed90e55ee49b990e9676836766b19908ad27 4 0.00/1.00 vMB 1,048
112,405 112,405 00000000000029212d4afe21ecbdb83e9cc1d6f59d0acafbd7886dfe2d32ae61 4 0.00/1.00 vMB 3,875
112,404 112,404 0000000000002421d2c8607db09a308bff97c9c044caa8c004e5667918099d60 6 0.00/1.00 vMB 838
112,403 112,403 000000000000391d0d2c88d42f61466ceecfa325ca88aa5e7ef70c4254baa555 6 0.00/1.00 vMB 1,498
112,402 112,402 000000000000e77c64357afc5cea15e46d3546644178f3e0c37d2c189234f545 1 0.00/1.00 vMB 0
112,401 112,401 000000000000b7201af58b0479fb01b8ae5f9226e245fee7454d50e6c249ac1e 2 0.00/1.00 vMB 0
112,400 112,400 000000000000bd01b8c2832cf69064a660ec2b9760b66ca5a670b96facf5e017 3 0.00/1.00 vMB 0
112,399 112,399 000000000000b27e1fa5ae053dae2ddb98c85d88219577680731a3a91c6bbc78 1 0.00/1.00 vMB 0
112,398 112,398 00000000000098f5725ad217749575e19a8c1733f171208d76aca97f6b544ea9 1 0.00/1.00 vMB 0
112,397 112,397 000000000000605b5b2b4b547d785cb20962cc66652599f2cf97b1fe266d2f24 4 0.00/1.00 vMB 1,414
112,396 112,396 0000000000003bc011329ba255f25dd5923a11b38da2e6ef4a418a2f68a2e340 4 0.00/1.00 vMB 1,290
112,395 112,395 0000000000009e8f8dd62af12d2939886bcbbf1a3ac166e98ac5b748f3ac5a8f 5 0.00/1.00 vMB 2,000
112,394 112,394 0000000000012758f0b24f6cdfd69712af1b55240c89cdca83a6a7e59cf96918 8 0.00/1.00 vMB 0
112,393 112,393 000000000000957b8ca7ab413e2500fe180ff4e67a1ae2f950a272f6055a19f8 24 0.01/1.00 vMB 546
112,392 112,392 00000000000026cd093272584a102f60ae9bdf3fe67b2a59cd87a68888279fad 21 0.01/1.00 vMB 562
Previous 10 blocks ↓
Total Size: 781.29 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: 598.12 GB
    • Received: 9.91 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.