Loading Tool

Explorer IconExplorer

Memory Pool

47,410 transactions
28.90 vMB
0.07934423 BTC
Random Selection Loading Transactions
Max Size: 154.19/200 MB

Candidate Block

Mining Attempt e3e6fbc619fa7d4c384f9a3dcee8dc66b3afbf61c2664e1162764eeb861adf6c
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root d5a860b43fbb9f71ee61302fa866fbd7a392f1f495cd131a3f3116a9dfe56732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,532
Size: 1.00 vMB
Total Fees: 0.02421639 BTC
Feerates: 100.60 > 2.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (344,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,097 570,097 000000000000000000100ea72864865205ad4f20b66b38b35481f9b5e98e61af 2,919 1.00/1.00 vMB 126
570,096 570,096 0000000000000000000af9204e7a7b9cf26732b96f7269ee4e0ccf70f29d4de0 2,008 1.00/1.00 vMB 113
570,095 570,095 00000000000000000025aa73cc79d05ed4c8d80fee32b825af552f1a7a751d41 1,110 1.00/1.00 vMB 98
570,094 570,094 0000000000000000002b4ba5106434ae6b9c2c560786f7d56fb629e4dc4d2f86 3,421 1.00/1.00 vMB 158
570,093 570,093 00000000000000000004376f6728c1c93894902d92909e919086cefe2d0f844a 2,963 1.00/1.00 vMB 176
570,092 570,092 00000000000000000026960d36e9ffe255e4bde8656a843cea2f32612b1f4b12 3,312 1.00/1.00 vMB 145
570,091 570,091 00000000000000000003f57a336ea9698b371fe8946b70307c826fa322d42231 2,156 1.00/1.00 vMB 108
570,090 570,090 00000000000000000013ab94393689ed9d798337685dfbf515c8521f356bd30c 2,825 1.00/1.00 vMB 102
570,089 570,089 00000000000000000014e764f007b8845e5b9c83bcfed9b41f782a8beffcb48f 2,355 1.00/1.00 vMB 60
570,088 570,088 0000000000000000001b070f50871bee3d1fca38ff1cca3262a4cccaa555cabd 2,423 1.00/1.00 vMB 74
570,087 570,087 0000000000000000001b7dc37d8f4696102e2459abde8b7f52c41296018943ef 2,884 1.00/1.00 vMB 76
570,086 570,086 00000000000000000029ef7abae4928a1b74a8175386e4a7940c89c26476c4e2 3,225 1.00/1.00 vMB 80
570,085 570,085 0000000000000000002a1a4342a4a590f6411bfbfe2c38fa430f66371b9aeb66 2,682 1.00/1.00 vMB 115
570,084 570,084 0000000000000000001f7c9fde4158437e2d4f3337ab126cba9bd863991f1353 2,563 1.00/1.00 vMB 125
570,083 570,083 000000000000000000052b1fd95b1dc36b9cff869d86f0c44629b9d75aa983d9 2,974 1.00/1.00 vMB 99
570,082 570,082 00000000000000000015fc4fcdb98115c50bbb905d6d033677e3cdb9b740bd27 2,824 1.00/1.00 vMB 108
570,081 570,081 000000000000000000182469866cd454c7ff194973e87cd14c1712cd4c2c0ac1 2,790 1.00/1.00 vMB 98
570,080 570,080 0000000000000000001c9c0b8f4dc4944e1bd34fbe8598d76d12c16eb547e121 2,756 1.00/1.00 vMB 141
570,079 570,079 0000000000000000001820ebd667df457c8896f3e3f9c2c4abd032ca3decebcc 2,755 1.00/1.00 vMB 125
570,078 570,078 00000000000000000010cfa05211f85db8bf819f7f6f541da334b63454611d77 3,635 1.00/1.00 vMB 107
570,077 570,077 000000000000000000165619eeeb9949357a46cc969bb2888ef7eeb82d86e714 2,756 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.