Loading Tool

Explorer IconExplorer

Memory Pool

44,728 transactions
28.55 vMB
0.06458945 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt 163997f6f4e836e846adbd229ad6c6da383b19ed50ef00318c64b02336b660c0
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (518,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,179 396,179 00000000000000000539b08d179778e6db3c02c3c3593df3c1d0579742d83793 874 0.99/1.00 vMB 70
396,178 396,178 000000000000000005323a82ef61f948ba74e0a17a5ab07c96b7023ffa28d7dd 2,100 1.00/1.00 vMB 50
396,177 396,177 00000000000000000369f9a68a23af345696f9c1499746bfb7ce931b60fb05ad 1,457 0.95/1.00 vMB 22
396,176 396,176 0000000000000000076963cc52553bda9b0a11567500ad48732a116ae2f8cbf3 1,623 1.00/1.00 vMB 43
396,175 396,175 000000000000000006a409527c6a4b3c2a8a25dcbef07740f02ebb1511545972 1,641 0.95/1.00 vMB 34
396,174 396,174 000000000000000000e1eb5a30a23ea2faf062461638ef74b3fbd6d7e70c9389 2,992 0.95/1.00 vMB 44
396,173 396,173 0000000000000000081d185bdcdaadee7a79757c321ff99cd88c368788a76cd7 2,510 0.95/1.00 vMB 60
396,172 396,172 00000000000000000925c05a8c0ab384fd53940659603df77f0a8a1438083673 1 0.00/1.00 vMB 0
396,171 396,171 000000000000000001ec16b4578e2ca84b431e62f8ef4d3eba5cc7ebc086f168 983 0.99/1.00 vMB 93
396,170 396,170 000000000000000004f59c27738930118aaae6f2282dbdb3d70c07941e6f721b 754 0.90/1.00 vMB 65
396,169 396,169 000000000000000005675350e9f5aa92ba337344b1cdfd9d5b1679ebab4c85a1 461 0.99/1.00 vMB 55
396,168 396,168 000000000000000005397c219d770aab699f137efc5f473b4c6616840ae03c29 1,802 0.93/1.00 vMB 26
396,167 396,167 0000000000000000008d107d97c696fe1fd4b35b7d23d2fc963918b226315502 3,120 1.00/1.00 vMB 62
396,166 396,166 00000000000000000362c570d1a519bbe1f23c904b7d1d47295f8728962cec5c 562 0.45/1.00 vMB 25
396,165 396,165 000000000000000000a7f1e87b9588f0ab5d7de3cd00973792673e8ab19ba007 1,426 0.70/1.00 vMB 38
396,164 396,164 000000000000000000fd9aeee63a08f3c8e530efee573f0be8f84f46daf22482 2,228 0.99/1.00 vMB 44
396,163 396,163 000000000000000006e6605acda8c48113d9f89717f7358570b055dda70a6cb0 1 0.00/1.00 vMB 0
396,162 396,162 000000000000000006ba62f0de3353490eb65f2d088b90f24e850411410b8d83 1,147 0.82/1.00 vMB 28
396,161 396,161 000000000000000008553501572bc5572a9389c5a8abe73b4a78391fa43ce0b5 1,477 0.95/1.00 vMB 41
396,160 396,160 0000000000000000011099f75115c6e639a047e1fece5df0e6f14c46bd50597c 1,806 0.92/1.00 vMB 29
396,159 396,159 0000000000000000009b6f0ee1e7a44ed4c6d4b874a50ab7d90a6bc584923d7d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.