Loading Tool

Explorer IconExplorer

Memory Pool

44,739 transactions
27.31 vMB
0.10156203 BTC
Random Selection Loading Transactions
Max Size: 143.16/200 MB

Candidate Block

Mining Attempt 12aadb064ba53b1a21b2672c92a5233fc5b7d9e7dcde49bcfb3a3e3941094ff1
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7457cc49255778ab00a4bb283ba6e3e02bf916f78d820949ac9bdfa12feb36c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.04612420 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (879,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,829 35,829 00000000917bafc1dd09e279395dad434cf59a417ede3df419b9e834a53a92d2 1 0.00/1.00 vMB 0
35,828 35,828 000000001ec6caae7e890968b4b876deeea2d543c0a4be9566fe9388dedaa8cc 1 0.00/1.00 vMB 0
35,827 35,827 0000000053307564abbfa7f5da9afac62e5c5ee6a1295a845507bf63cfa3c20b 1 0.00/1.00 vMB 0
35,826 35,826 000000001dc939c78c0c3d26aaafcfd997a7d70c7d098723302bce54edf4bc07 1 0.00/1.00 vMB 0
35,825 35,825 0000000085795059fd253b234b636a7eff5da4b4b57ae884813afc598594299f 1 0.00/1.00 vMB 0
35,824 35,824 00000000a7270f5936dff517e6688dee94cf258cb6beddab33b3f181e8bc7383 1 0.00/1.00 vMB 0
35,823 35,823 000000000043fd29c5c4923015030eb09590ec1fa1ee7ccdfd182f1a7f6ad09a 1 0.00/1.00 vMB 0
35,822 35,822 0000000037d0e60fb49835e83c355e59055cd4c47e7bd7ff54729213c4867e69 1 0.00/1.00 vMB 0
35,821 35,821 0000000006c5e6b2f2e13af7a6811b315ab1aa885a07063396e2728943033b05 1 0.00/1.00 vMB 0
35,820 35,820 000000009f7414a8690ed4f0aa250ec5b01d2e61866218ec7bc0b7003c1a7f0c 1 0.00/1.00 vMB 0
35,819 35,819 000000007c1acded0ae22f7916dadc722ce8236297d1d39dd6110a7272f9d770 1 0.00/1.00 vMB 0
35,818 35,818 000000006262b7784cb5356eb9debe3115faa125f13228bf2d737e8823d63646 1 0.00/1.00 vMB 0
35,817 35,817 0000000044f9200bbecbb323dfcf7a29022eaeb309c3b9f8a855b15529c91fc0 1 0.00/1.00 vMB 0
35,816 35,816 000000003f62d762ae17fa1a48e34f3e9f1ed5417f71742ef2e6b84bcad55b1b 1 0.00/1.00 vMB 0
35,815 35,815 00000000167b4667c39fa4bd95ee1d3c06500f2b39b20836616db93909623ac4 1 0.00/1.00 vMB 0
35,814 35,814 0000000029fc8f63be599e027fe568ee6527a5867ca119346ae282e3c5dd82be 1 0.00/1.00 vMB 0
35,813 35,813 000000001893d4a5b275d3e84d667110563924b151692e2b6cf54ecebb894c48 1 0.00/1.00 vMB 0
35,812 35,812 00000000b30bcddc7af71b381064231492be31bdbeb360758b9e87cb06b56c85 1 0.00/1.00 vMB 0
35,811 35,811 00000000075c1fd6dcdd0797028a06cb5cb33e114fdf7d70ef642c591b449bca 1 0.00/1.00 vMB 0
35,810 35,810 000000006e534840dcd40c05f8bd1b95f2a8086187af8bfcc4dafd2e4e19d2cf 1 0.00/1.00 vMB 0
35,809 35,809 000000008a9e35b37400a7741f829a1f49d3f0794c8d4ab15d106b177e179cf4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.