Loading Tool

Explorer IconExplorer

Memory Pool

43,262 transactions
29.20 vMB
0.07324412 BTC
Random Selection Loading Transactions
Max Size: 150.49/200 MB

Candidate Block

Mining Attempt 615255c5189e5d0a20ffb0e2dad56228823f66270364e23df3fd6964ddeb8eb4
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 1b7d4631abf8e17ea744a14a1b82a98af87140cb7f77ddca81e7e25328c8f9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01599864 BTC
Feerates: 197.49 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (454,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,154 460,154 0000000000000000013631943a0fa03e06055a45ca634f20a8f2ab027f9f37a0 29 0.02/1.00 vMB 132
460,153 460,153 000000000000000001e9f8683cf9eaff225e73eac2e83989d100a026691a1d8e 1,226 0.72/1.00 vMB 111
460,152 460,152 000000000000000001422c2ff2c5c0617a5c80615cd4340c995f586e3f324917 1,112 0.61/1.00 vMB 130
460,151 460,151 0000000000000000016e515249d2c4bed78c46ae302c1c6fe3f8110cde91d12a 1,426 0.67/1.00 vMB 127
460,150 460,150 000000000000000000bd4938762a4644a06b1a4a33ef897ae16d3b56e50a2cf5 1,296 0.74/1.00 vMB 103
460,149 460,149 00000000000000000079d7bda90516e674493001c5c9513fa7720ec3d788ff09 1,430 0.81/1.00 vMB 105
460,148 460,148 000000000000000000e88343dd77e57a8263b8d99f92a7d90b6214f285e2c8d3 1,785 1.00/1.00 vMB 147
460,147 460,147 0000000000000000015d5d595849c5cd43cff7b2299a43005040f89f1f45addd 1,491 0.67/1.00 vMB 126
460,146 460,146 0000000000000000000f6f19f7363653d387a995f18b4e3952933c20cb561f32 1,106 0.57/1.00 vMB 113
460,145 460,145 000000000000000000988eb171c4269a4fe8a838b7b3853afc88539dc45d4b03 1,203 0.65/1.00 vMB 125
460,144 460,144 0000000000000000014f60770f104b5d8bfa11155b0a5446a6058e4878e460f2 1,026 0.51/1.00 vMB 127
460,143 460,143 00000000000000000069072618509e5efa3d55128329645dd548060fa48d3747 1,920 0.92/1.00 vMB 116
460,142 460,142 00000000000000000163e61394a8ac6eee6182859dbb213f11a5a0d08fa705e9 2,102 1.00/1.00 vMB 157
460,141 460,141 00000000000000000106a502de28fee8306c9b525b45cb36c5f5421f72a1fac9 32 0.01/1.00 vMB 141
460,140 460,140 0000000000000000019776e522453c125ebe1b17af88db14a8eb6337bdcf3128 78 0.05/1.00 vMB 149
460,139 460,139 0000000000000000018c1505cfc14c4fe4a54e4058cbe48cbdf0e6039512be39 953 0.44/1.00 vMB 133
460,138 460,138 000000000000000001ab3ac462a7a4c2da47c15ba90bd5fa534446c533205365 842 0.59/1.00 vMB 156
460,137 460,137 000000000000000000afcd21f6d16cd7cf93f7e8a837bc4b8cf34686f651a8fb 1,831 0.86/1.00 vMB 130
460,136 460,136 000000000000000001ec2a9d8f4abdc97ee29b96b495fea7311cf297477005e6 559 0.90/1.00 vMB 38
460,135 460,135 000000000000000001e3dce6e3209c80fa668a8cceed1fda014c3d45104641e4 565 0.32/1.00 vMB 80
460,134 460,134 000000000000000000df32d6663365ec7746e539c4e3c2bb52cc809c68cd053c 2,100 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.