Loading Tool

Explorer IconExplorer

Memory Pool

101,719 transactions
19.78 vMB
0.07449042 BTC
Random Selection Loading Transactions
Max Size: 153.64/200 MB

Candidate Block

Mining Attempt 30ac9746c61346b75fd1db4df2a378909d20444baad6c959b9f5b981a84ca1f4
Version 20000000
Previous Block 0000000000000000000133d91385f66458217beca85f6800ba75adff22a87cdc
Merkle Root 3d695b3cf64123c2b920bb179d7666dcf7cb3cab9d38b63b591cb13c042eb45f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,110
Size: 1.00 vMB
Total Fees: 0.02389500 BTC
Feerates: 157.31 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,050 (1,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,915 915,915 0000000000000000000046d08c70d9a34126b183c4bf2f4c57fb62d58fd22043 3,212 1.00/1.00 vMB 3
915,914 915,914 00000000000000000000ff06d5502934bab8398c2316c277fe84bf6db3108e87 5,691 1.00/1.00 vMB 0
915,913 915,913 000000000000000000008b0ed86718175c02d93c04a00775793a9b75252f9660 4,762 1.00/1.00 vMB 1
915,912 915,912 00000000000000000001491f3f29ed4145df77bd82a6c0b0f243c5da57f7235c 2,994 1.00/1.00 vMB 2
915,911 915,911 00000000000000000000f0dd146afc358fec39fa8b45e16fd82f0071ad1b04c0 3,236 1.00/1.00 vMB 2
915,910 915,910 000000000000000000004be3d581e37a6e15e594fc1a268d055b44fba7c2f7b5 2,681 1.00/1.00 vMB 2
915,909 915,909 0000000000000000000076d35f952241c11ba2805c28dac1a07b5b7211aa78f1 3,737 1.00/1.00 vMB 3
915,908 915,908 00000000000000000001798865c53778890823d77e218f4d5fc4b5d746c082ef 2,552 1.00/1.00 vMB 2
915,907 915,907 0000000000000000000159dfed814ed33739b56cb25b371a7f25d1389b861fa3 2,678 1.00/1.00 vMB 2
915,906 915,906 000000000000000000009dab9d2e29a3fa6224be0612bf6b11a2af4f805a5b36 3,762 1.00/1.00 vMB 3
915,905 915,905 000000000000000000016bde5534191959d870851b7da5e58021e94ca07f41e4 4,400 1.00/1.00 vMB 4
915,904 915,904 00000000000000000000f02e696b988ad6ffef4b493e4d5ed8f1ebafa69075a1 3,941 1.00/1.00 vMB 6
915,903 915,903 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a 5,397 1.00/1.00 vMB 0
915,902 915,902 00000000000000000001c2d15d207a56e62292b31bc776089b8bef588bba0051 3,355 1.00/1.00 vMB 2
915,901 915,901 000000000000000000008a875ff55256f4584e667253eb1586bb19398276623e 2,372 1.00/1.00 vMB 3
915,900 915,900 00000000000000000001a2450f30db5e08cd0cd0b9c31d4bea1655c7bd676ad7 5,605 1.00/1.00 vMB 0
915,899 915,899 000000000000000000015f007992e01609871d0ac3c60aaf0f5a9e5a3aea0b86 2,321 1.00/1.00 vMB 2
915,898 915,898 00000000000000000001adce7d311e636bb005e03f1f77e04741c0c2abaaf606 2,661 1.00/1.00 vMB 2
915,897 915,897 000000000000000000006829c10e2cab7d5ff7080a774187bf98824a1c0821b9 3,317 1.00/1.00 vMB 4
915,896 915,896 000000000000000000019b4476420a45227c4c00c3e782152e163690b4dcdf75 3,317 1.00/1.00 vMB 3
915,895 915,895 0000000000000000000123e91675dc862ba29d9f6e0172ea85397521a9cf2bda 3,910 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 785.89 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: 981.29 GB
    • Received: 30.89 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.