Loading Tool

Explorer IconExplorer

Memory Pool

79,756 transactions
29.85 vMB
0.09044259 BTC
Random Selection Loading Transactions
Max Size: 180.40/200 MB

Candidate Block

Mining Attempt afb8c9cae0ff10d5d2bf3d830bda408d974d5b36bcfffcc72bb4f5f5313b2936
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 3084a790b8f0fab4db088116eb8d11ac5eb8e83f7106d376902cb20a2e75865a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.02249211 BTC
Feerates: 48.71 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (497,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,480 417,480 0000000000000000013285652b398077c2def933599d29355283c47026df782d 1,440 1.00/1.00 vMB 29
417,479 417,479 00000000000000000064db8810a713db04081196a3202dbc18e218b56db2714a 1,761 1.00/1.00 vMB 47
417,478 417,478 000000000000000002aa1f6c1b251375b9d5ca3e0e57073332573b2ef9ca02df 2,615 1.00/1.00 vMB 82
417,477 417,477 0000000000000000011de7c5f18fca2f5bbb95ed5d7181cf366f2422384837e9 1,957 1.00/1.00 vMB 36
417,476 417,476 000000000000000001de8993a3d88ba791921cfcbebc106eb47c8394ff34383d 2,378 1.00/1.00 vMB 53
417,475 417,475 0000000000000000019a64ff205664257f2c86e3f02e2e96fb83ddd94f73d964 2,492 0.93/1.00 vMB 75
417,474 417,474 000000000000000001f2bfbcbedb3114b99c7200ae9ef69c6ba43c8ecdff4965 2,025 0.99/1.00 vMB 62
417,473 417,473 0000000000000000033c342a263d3b68f68c2d72236005f807f0a6976de7e255 2,389 1.00/1.00 vMB 65
417,472 417,472 0000000000000000053b21a68793c1d096956033b8ee238cc8403f93ed5dd7f0 2,605 1.00/1.00 vMB 80
417,471 417,471 00000000000000000533ce5501c1097f96aa6c9823826d35113c8000118b4636 2,313 1.00/1.00 vMB 59
417,470 417,470 00000000000000000454254a9c2245deefe1f7e1d3c15d7705a1e0e2eeb3c8be 2,215 1.00/1.00 vMB 93
417,469 417,469 000000000000000000400b387f1b52235be9afeecae38a7ba23f128eeba22b51 2,494 1.00/1.00 vMB 50
417,468 417,468 0000000000000000018378a9d249fb67fd979f1f1320e4ee8c27fe049ede1a76 2,128 1.00/1.00 vMB 71
417,467 417,467 000000000000000003c989c942a2ce70b9db01637b1967d10ebe3dbdc4cf1a5d 2,124 0.93/1.00 vMB 129
417,466 417,466 0000000000000000048e28a0dadacedbe58e9e75a9c1bdbe69fd58790909fb09 2,322 1.00/1.00 vMB 97
417,465 417,465 000000000000000000ce8ca4df121d2d7359719396dd6e3dbc69b73cb40c7ceb 2,249 1.00/1.00 vMB 70
417,464 417,464 000000000000000000916f61f7368f8d45caca294f84b295f49ccf256d8022d8 2,395 1.00/1.00 vMB 114
417,463 417,463 0000000000000000007be68b08ab8916f71a3ca9cf9e40283bd3f09fee9ad403 2,534 1.00/1.00 vMB 57
417,462 417,462 000000000000000002f449bd4d663e5f3760c23ce35fb6517c9960f67e492120 2,177 1.00/1.00 vMB 83
417,461 417,461 000000000000000000c4509aa2bd0011ce63987b55ae3d7d4105a19c76fb332d 1,141 1.00/1.00 vMB 102
417,460 417,460 00000000000000000480270fd43afc4b4c0509fbd7d9f5dd019caf3935b34354 926 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.