Loading Tool

Explorer IconExplorer

Memory Pool

82,981 transactions
30.58 vMB
0.16298832 BTC
Random Selection Loading Transactions
Max Size: 185.57/200 MB

Candidate Block

Mining Attempt ecff55c68f48883ea4c46af273731f43c85c4eb8c82bb193f27d0913e3e79019
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9a86a356da2e1f720a0e6be127d37318fedd4fd711b20a8f50ea1d720dd12435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.08345375 BTC
Feerates: 150.79 > 8.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (165,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,698 749,698 000000000000000000047e7a67cfe3874068515d5fbdcc94314a9d107539ae0c 2,895 1.00/1.00 vMB 16
749,697 749,697 00000000000000000002ac0974f198a60bb5c74fc9be50600f5f4f8869f8283f 2,225 1.00/1.00 vMB 19
749,696 749,696 0000000000000000000323a2cc320e128c76c9c566c550d942d1ab8a056a15ad 2,490 0.87/1.00 vMB 10
749,695 749,695 000000000000000000063ea3070a88b4a4c0715048cb42590b517a9429c896c3 501 0.16/1.00 vMB 11
749,694 749,694 000000000000000000083c8fe555a3bbf0c50f4e25e4d2f3a6b9b8e204da1192 123 0.03/1.00 vMB 7
749,693 749,693 00000000000000000000cdc568192305e093a6f0d5acdf9f893b6d461de3b34e 246 0.10/1.00 vMB 5
749,692 749,692 00000000000000000003f5fbcc37c703c837f182223105eb12c08e329561ac5f 1,960 1.00/1.00 vMB 5
749,691 749,691 00000000000000000006240e40d0c687e4737113e667181d5ad6560742566b22 2,135 1.00/1.00 vMB 4
749,690 749,690 00000000000000000002e91edd209b2c4b9e949f48053c707d5cd01c0e36be80 2,657 1.00/1.00 vMB 8
749,689 749,689 000000000000000000014b95523823dfa8a1b20f38561bcf2e37a422bafdac67 2,425 1.00/1.00 vMB 15
749,688 749,688 000000000000000000082744330628e743c5d7cc59f866f88ead22dbfc64382f 196 0.10/1.00 vMB 5
749,687 749,687 000000000000000000026e88afd76d1a67ec11e9a713cf73995133fd3f0f29ca 1,139 0.36/1.00 vMB 8
749,686 749,686 00000000000000000005173941a445726ffde14b2d6e04862407595727de2d15 2,052 0.78/1.00 vMB 7
749,685 749,685 00000000000000000005e38c503be274a39d5c4f61dd17cc9866d51dce7d3b5b 2,069 0.63/1.00 vMB 10
749,684 749,684 00000000000000000004cadc8f830b9792b6ca79ecd5b3c1dd0881e31a3999b7 2,120 0.95/1.00 vMB 6
749,683 749,683 00000000000000000005edd46e125c44b98c7f53ac16210cb86a46acffac1ee8 1,245 0.47/1.00 vMB 7
749,682 749,682 00000000000000000009f979cdb9e4147b4fa09332e1f1b1411936000a6f9418 1,958 0.84/1.00 vMB 7
749,681 749,681 00000000000000000007c0e43d4b87a1cb496f7f9c47d005f5c5c7fcec221384 2,599 1.00/1.00 vMB 10
749,680 749,680 00000000000000000006bafba3eef3940360ef3e26faac10788fe6a2aac17adb 1,556 0.41/1.00 vMB 10
749,679 749,679 000000000000000000027fcb4e643ba25c4373148f854d373bbdfad01f6f91a5 1,075 0.36/1.00 vMB 8
749,678 749,678 000000000000000000059c99b0e0d9b60382da1188ca6f99cfc58172b03e21a6 2,878 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.