Loading Tool

Explorer IconExplorer

Memory Pool

40,872 transactions
26.20 vMB
0.07175997 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt 30d4c39c6ba3dfbfaa3a60d437e3cd67ec9a6763dd19b61312b6c87c9a9549a5
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root be0ecd92f925c63de9c6ff3d4f7d4d718a25dfb32a6a170e89b244dc4defa193
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.02378188 BTC
Feerates: 150.98 > 2.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (251,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,926 662,926 00000000000000000009f02e786894f06b71bb02e4175f36f7ba8fb413a3ebfb 2,424 1.00/1.00 vMB 74
662,925 662,925 00000000000000000002771fe196a44ee5994671d0fd9b3ca08b87d716ee1802 2,328 1.00/1.00 vMB 97
662,924 662,924 000000000000000000074f81229ef8f6f727e25bd836588ac39e268b04ab326e 2,026 1.00/1.00 vMB 38
662,923 662,923 00000000000000000008e89ab21612b8ec011bd174865b188dc73e5833464646 1,345 1.00/1.00 vMB 121
662,922 662,922 0000000000000000000c8873e29ebffd4d414773772944a3ac55a4d4bfea1f85 2,637 1.00/1.00 vMB 53
662,921 662,921 0000000000000000000af762a7ca4a8b6271b026aa3adfc62bfe4af6d57f4dd7 2,962 1.00/1.00 vMB 136
662,920 662,920 00000000000000000000a8817625dba2de6ce7993bb66479155aa7ec43c30096 1,784 1.00/1.00 vMB 63
662,919 662,919 000000000000000000034d29a406e9ed6e444b3b52cf70f08ce66058e477b261 2,147 1.00/1.00 vMB 109
662,918 662,918 0000000000000000000cf0b8900f84352f0da9ec6d95738c2d27f1467b441c51 2,597 1.00/1.00 vMB 137
662,917 662,917 0000000000000000000a932704a81a918f7385e39aeb6379e51aa5f5600b6b3e 2,123 1.00/1.00 vMB 108
662,916 662,916 0000000000000000000dfcb62652ef72f2556d3352f644a4354a441f56517584 2,895 1.00/1.00 vMB 139
662,915 662,915 000000000000000000090d445b7b9bfa1a51d132a83f1b9c340963ce0c7da634 1,672 1.00/1.00 vMB 130
662,914 662,914 0000000000000000000617bf0800ba70a303e3cb18be98f51030dc2ade64dfe0 2,619 1.00/1.00 vMB 73
662,913 662,913 0000000000000000000d77353c2e2b1482bf6ef0931d143571e74968d82401e0 2,338 1.00/1.00 vMB 42
662,912 662,912 00000000000000000009601bdd2dd8bf3adeed2f08271a45fe13adb9ac9decc2 2,603 1.00/1.00 vMB 96
662,911 662,911 00000000000000000007e8399ab1df9fae3f5667ee4b6971e2dc19063d70d93b 749 1.00/1.00 vMB 15
662,910 662,910 00000000000000000009a1274586d8e0f212f6962b3e4eb4ede7c6057f6eda25 205 1.00/1.00 vMB 16
662,909 662,909 00000000000000000007675efbda24556eafe4f70e72dcb5594ffd27cd553e83 717 1.00/1.00 vMB 26
662,908 662,908 00000000000000000009e827c5b0dbed62b0cc98e7d567145202cba8a84d0373 2,113 1.00/1.00 vMB 46
662,907 662,907 0000000000000000000d5d8e3ef1f6a0120c082ed4c45fd84a6a924ce7d254d2 2,146 1.00/1.00 vMB 12
662,906 662,906 00000000000000000009e54f720ca4fe43b2b1effc7db2b12944ffbd8399f336 2,472 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.