Loading Tool

Explorer IconExplorer

Memory Pool

86,474 transactions
31.76 vMB
0.10727545 BTC
Random Selection Loading Transactions
Max Size: 194.58/200 MB

Candidate Block

Mining Attempt 0bf33f9ae93dbb3c380792a46a24b2b2e26b87813432726fe4cf3db8950c2b29
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1f907614d4f67e77a0b23d800553c967ec8f78f8dfebf57af6ed127e79ab9441
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02719858 BTC
Feerates: 1,236.26 > 2.73 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (434,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,144 481,144 000000000000000000b7835846f58befaa8dfe10eed48e9c564acbbf54d4000a 1,953 1.00/1.00 vMB 205
481,143 481,143 000000000000000000f935c9eda29962f70c9c61ebbd119ad85cfd2bbf7ac2bb 2,123 1.00/1.00 vMB 343
481,142 481,142 000000000000000000d3aafea988dad57486668f615df3f8668fd32263bb756d 2,348 0.99/1.00 vMB 289
481,141 481,141 0000000000000000007c8fd03793bd03f25f992a880966d456d9d79324320faf 31 0.01/1.00 vMB 515
481,140 481,140 00000000000000000007f9f7599751c7cf508919b4ac46a58747b759c4061078 2,182 1.00/1.00 vMB 211
481,139 481,139 000000000000000000b852a385da1cee3992f5ca42e6b8f7f77280f6889ff1cd 2,228 1.00/1.00 vMB 260
481,138 481,138 0000000000000000005d75eea4de77b507ab9b9e66d9efca8ee3d169ca932846 2,100 1.00/1.00 vMB 279
481,137 481,137 0000000000000000006608c6348be103a20ddc6639dbfc490bc0e288e2265e6b 2,383 1.00/1.00 vMB 223
481,136 481,136 00000000000000000069450ab7ab3aac5dd8f63f4fc0eb4acd86a838f5c83023 2,142 1.00/1.00 vMB 293
481,135 481,135 000000000000000000c41c3e481978d1a194fe79ed9c1fe4cbce0cf74dbba414 1,717 0.75/1.00 vMB 265
481,134 481,134 000000000000000000e120dd82a69b7762f8c48eab6679ea236f16e323626a9a 2,446 1.00/1.00 vMB 309
481,133 481,133 00000000000000000106ae17dcccd5a0bde5ea3e47d255bd140e521719c6e4c5 2,439 1.00/1.00 vMB 310
481,132 481,132 00000000000000000080c47df3cb167504233ac554f1fd94c272f567f5a41fbb 2,437 1.00/1.00 vMB 283
481,131 481,131 000000000000000000274f6df1adb64df0fe05bcde2a00d8667836599602d155 1,999 1.00/1.00 vMB 271
481,130 481,130 00000000000000000016464018c392a2e4ba5421e20f4ff98545b29e59351503 2,256 1.00/1.00 vMB 228
481,129 481,129 0000000000000000008598716a35303b14665c8542234baf8a6af7c30f1b93d8 1,870 1.00/1.00 vMB 204
481,128 481,128 00000000000000000060a15878bc86c1c4bfe1cffec03474c4da93c466e13222 2,399 1.00/1.00 vMB 296
481,127 481,127 000000000000000000ca0a33b13443fc1da8c9a47fc0d2e1b398e61ca1804b99 2,413 1.00/1.00 vMB 269
481,126 481,126 0000000000000000000d6d9419f13600e0d4dfe11831e332649ee5ed288466ea 1,909 1.00/1.00 vMB 313
481,125 481,125 000000000000000000dddf2dbbe06012ca5625ecb35510c357b34ffe2cf47a37 2,311 1.00/1.00 vMB 319
481,124 481,124 0000000000000000008252fef1b5b8de3a744da952f804138a17e7b4fa95f046 2,507 1.00/1.00 vMB 309
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.04 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.