Loading Tool

Explorer IconExplorer

Memory Pool

77,112 transactions
28.61 vMB
0.08890218 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt f21ade9c958199cb50e7a1f61b0e8cb92fef9956a8c9729b89f7766d659e844b
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (449,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,319 465,319 000000000000000000fb2601547dc10b36b09db4b4ed85d7e8920ae10ec8a3f3 2,548 1.00/1.00 vMB 162
465,318 465,318 000000000000000001c111c1153b7110d98484361b644e2100079bfed5c5eb1c 2,267 0.99/1.00 vMB 198
465,317 465,317 0000000000000000002ab5f111c80671d339f95a4c6cabd9d2e95170446fc8e4 2,655 1.00/1.00 vMB 248
465,316 465,316 000000000000000000b3a611045a0fd5aa81371d77f7159597fd49838b9f1603 2,371 1.00/1.00 vMB 208
465,315 465,315 0000000000000000010ca7066af79a1f555a0a5c84d02a140501216a9a759411 2,916 1.00/1.00 vMB 269
465,314 465,314 000000000000000002062e599dce2a598c9dd00e669afc220100c20db454d4b3 2,804 1.00/1.00 vMB 288
465,313 465,313 0000000000000000014cc1907159ac84d94f7a844e4116a120d89fa984f7f6d4 2,534 1.00/1.00 vMB 240
465,312 465,312 000000000000000000bdeb70bb7c9469fe997ddccee7f8ebe5d8118275120f7a 2,364 0.93/1.00 vMB 194
465,311 465,311 000000000000000001f8f1b7f39f6179b724a2af3d614bf47f683e722ec549f2 2,437 1.00/1.00 vMB 199
465,310 465,310 000000000000000001eb772092ff3d546608181e60d8f20853245b6286fe4121 2,513 1.00/1.00 vMB 195
465,309 465,309 000000000000000000b40b5da384bd80c8d027c6161e3f35384a7ce95300f5d6 2,929 1.00/1.00 vMB 323
465,308 465,308 000000000000000001fe8bd9cc962eb4fa1b8daa6cf08a4e223f81874c6f278c 1,240 1.00/1.00 vMB 215
465,307 465,307 000000000000000000d0f94566697715ab2e29fda915e3f38918d45a5de8fb11 2,730 1.00/1.00 vMB 220
465,306 465,306 00000000000000000125f00019e1d3550c1d75bff10198c00e34df021da9d5bf 2,224 0.75/1.00 vMB 304
465,305 465,305 00000000000000000007dc0c9c1f5c7aa25655f8e9996bcf9b82eb02faf7e9d6 2,824 1.00/1.00 vMB 252
465,304 465,304 0000000000000000020a07fbd9f0266a6be77eb81ca04c7d7ee94aea1f566ddb 129 1.00/1.00 vMB 184
465,303 465,303 00000000000000000159ba568b349a445f2b2cb805ea5537fdd89eaf0dd5d03f 1,658 1.00/1.00 vMB 169
465,302 465,302 00000000000000000105f7c2b30f70e814f94b8a1f23ad11f3a02870a7fd5be0 3,292 1.00/1.00 vMB 230
465,301 465,301 000000000000000001d738a293722800232e7d3f606fef028f67f547bfdab1c0 2,999 1.00/1.00 vMB 283
465,300 465,300 0000000000000000011386083010ac969ea03ebd13565a23d8fa1b844b49c941 1,966 1.00/1.00 vMB 187
465,299 465,299 000000000000000000e0814b31d5ffe73ce339b4b2ed9b418ea258fc719cb74c 2,317 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.