Loading Tool

Explorer IconExplorer

Memory Pool

75,662 transactions
20.67 vMB
0.06258367 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt 11bc4a278c914e72810c61e641940ebcf4bb1725eb2376c661662f780d8c36e3
Version 20000000
Previous Block 000000000000000000017ebf1c136d095b44adf38dec8295d6ef2bee137a6e6d
Merkle Root 3931ac57a3f2e0f53a9849998f541328d8b1a418bcc7496a48fb393f9dbbfbe9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,275
Size: 1.00 vMB
Total Fees: 0.01719830 BTC
Feerates: 94.55 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,993 (864,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,168 51,168 000000001972e8f550d600d68a1340b541a0e16be3f66b0c5587b7f95e05ebc2 1 0.00/1.00 vMB 0
51,167 51,167 00000000199ac9574e111129f90a3921f3412145cc41e9d07d2e43e0a59e1eff 1 0.00/1.00 vMB 0
51,166 51,166 000000001d7afb5b9a6d8592522d1c828ced0ffade37d2c091d95091c6f35ec0 1 0.00/1.00 vMB 0
51,165 51,165 0000000015cb5db9d1b950c1876ea4b46731bbca7e27712bf82231626875cea7 1 0.00/1.00 vMB 0
51,164 51,164 0000000012da396f5bcfd86daa54628300ae074794f8b71f19d3457f26d78b60 1 0.00/1.00 vMB 0
51,163 51,163 0000000019b47a4c4f53aeaafa22469da551047cfda6601fce9ac7d3d6873cb9 1 0.00/1.00 vMB 0
51,162 51,162 000000000d1c98d9c45be1f7140527b31b2ae01df25c8a198bb5f6140ca20777 6 0.00/1.00 vMB 0
51,161 51,161 00000000186e442f3d89633a98c895a8427e85421459d8bebf6c18adf82ce449 1 0.00/1.00 vMB 0
51,160 51,160 0000000016b61ab753257fcecee82a9f4d14214887f4c491b94a233a6b13f657 1 0.00/1.00 vMB 0
51,159 51,159 000000000284cfaeeed9902da605bd4f1f4b503112ee14388da20500bc54a2f2 1 0.00/1.00 vMB 0
51,158 51,158 0000000018f58fdd849717d1176dd3fc858f399b6721fa3be4ecf8d0acb962bb 1 0.00/1.00 vMB 0
51,157 51,157 000000000dcaabf815bf3cdd4c059074d8a336898384e1a1acd492f52048a754 2 0.00/1.00 vMB 0
51,156 51,156 00000000138993c3b9d2c89b9110df9c48edff063e86960dccc800a0515d2a6c 1 0.00/1.00 vMB 0
51,155 51,155 0000000011cfd87d14cfa016ddc3d2147bde9bc68e91034d730cf7d4975d6972 3 0.00/1.00 vMB 0
51,154 51,154 0000000015b019dd1ac8f3ec6cc148e54d825db5c18f471a7df60b28c8da771b 1 0.00/1.00 vMB 0
51,153 51,153 00000000163d27f704f461e350b3815cbd75ed60b2a947b44dd4825dfe17bee6 1 0.00/1.00 vMB 0
51,152 51,152 000000000202148e71eac1222342fdc6f25513801453bbe6fb92cb85d369e2ae 1 0.00/1.00 vMB 0
51,151 51,151 000000000f4383bfd230ad14c729e962324a7172515cf571f6eb50b843f77441 1 0.00/1.00 vMB 0
51,150 51,150 000000000a68a1ed62978470ec838afff58f0d3c8808b5c43a89c5836a8e7e35 1 0.00/1.00 vMB 0
51,149 51,149 000000001750b5f52e0657555391d34af158b6424810961b779e5aff35548dbc 1 0.00/1.00 vMB 0
51,148 51,148 0000000014564abb3ab340f66b9a84e0bf2582839f3cafb34f11e07d1df7c45d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.12 GB
    • Received: 23.18 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.