Loading Tool

Explorer IconExplorer

Memory Pool

78,273 transactions
29.52 vMB
0.10822245 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 74cc0a2874046edc1efcf51615611367f95fe8cafd0c0e48f3f1de55afddcef4
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 431370ece1583a6772a1189c157cff25bf0fbe28c81de51af9f17d132cf98be7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,471
Size: 1.00 vMB
Total Fees: 0.03077228 BTC
Feerates: 151.12 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (905,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,481 9,481 00000000a95af4f120a33be882959c7f7cde1ff5ca4080c99295c38998e7acb7 1 0.00/1.00 vMB 0
9,480 9,480 00000000ee40bc360a3865ef053df21861ad1217b6f95c10069f445ed652bcc3 1 0.00/1.00 vMB 0
9,479 9,479 000000004415a908414ea6c4149a01f39d401693aa29ef15e72717574e3aa8b2 1 0.00/1.00 vMB 0
9,478 9,478 00000000d9430c82ef216b561c480d996a9a961b620fe921a18791aa4bd4e063 1 0.00/1.00 vMB 0
9,477 9,477 000000007a7538282e4f94c7602008d4e8776a914c66c79073030b3dd7404531 1 0.00/1.00 vMB 0
9,476 9,476 00000000d566170eed5508b602a21d82c4fdee6930a1808736c4126a5e239fc6 1 0.00/1.00 vMB 0
9,475 9,475 000000003bb574ce1cf1243e0f55ce19ec1a96af1998f77b4a627801faff3a0e 1 0.00/1.00 vMB 0
9,474 9,474 00000000a6eacde42365a4e51b957cb29c21d8d52c217c058d5a59818a110abb 1 0.00/1.00 vMB 0
9,473 9,473 000000006c6fc6a9889ec49f9468ec720b693881a62376ae61c9206cca4c79aa 1 0.00/1.00 vMB 0
9,472 9,472 0000000086540541efbc04369ac58ccde00a83eded7155f62b40230da6774010 1 0.00/1.00 vMB 0
9,471 9,471 000000008d8d39fdb99089b013d9fb527af43763f77411fad9c682c755a9ab89 1 0.00/1.00 vMB 0
9,470 9,470 00000000f2240fb9174dad96d3e4fa5a392ba81c048c76d1e5f8ea313ec2ea33 1 0.00/1.00 vMB 0
9,469 9,469 00000000c29b2595b46321efd07066a4d3d94db1b71302e40907ef3c720b274b 1 0.00/1.00 vMB 0
9,468 9,468 00000000c8f4d18b6df1c2a0788312b5c8df41bc083a70ef0a34a9908a7c45b8 1 0.00/1.00 vMB 0
9,467 9,467 00000000891a7178d8ae57ce0f58cd0f5f0fcaed2bc067c1af8514e76099909b 1 0.00/1.00 vMB 0
9,466 9,466 000000002fcc3326cb16666c82cd298ea4a6bf66363351af87d392b82f190ace 1 0.00/1.00 vMB 0
9,465 9,465 0000000035f8089050ccbed771a5106ae2876eae310f5ae393ec451cee47abcc 1 0.00/1.00 vMB 0
9,464 9,464 00000000d5b91b275f3858fe848b9ada0cde0d2531d66c23a9079a3ae4f54dcc 1 0.00/1.00 vMB 0
9,463 9,463 000000006996eb82f552752f4a82c86769fad132f8367bddac0b3197888f0a78 1 0.00/1.00 vMB 0
9,462 9,462 00000000a71267a0e0df7af9e09fc3da51d6ab82150c13ccce98bbcbba560a86 1 0.00/1.00 vMB 0
9,461 9,461 00000000f662b4d022641b61705fd966ca2f7aac65bea9ab49d202177a9b5a1f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.