Loading Tool

Explorer IconExplorer

Memory Pool

98,904 transactions
18.69 vMB
0.05622247 BTC
Random Selection Loading Transactions
Max Size: 147.06/200 MB

Candidate Block

Mining Attempt 4a7f74d223f0ce659c17703090986e58e6681fcdb9115cbc73591048b78355c6
Version 20000000
Previous Block 000000000000000000000c045182b814c665a777a0fbf549c27359cac1c7b2d8
Merkle Root 606bb3d3e738e57a33a3e2b5f0de04ec3538171734c6210536c1de48adde6d95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,989
Size: 1.00 vMB
Total Fees: 0.01147285 BTC
Feerates: 150.93 > 1.15 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,048 (1,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,916 915,916 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f 2,736 0.87/1.00 vMB 2
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
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.19 GB
    • Received: 30.86 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.