Loading Tool

Explorer IconExplorer

Memory Pool

31,584 transactions
27.75 vMB
0.06214881 BTC
Random Selection Loading Transactions
Max Size: 136.05/200 MB

Candidate Block

Mining Attempt 25bc1d684c26e61546add5f00f0c8b2976067a3ce27bf094c0657ad052c9a336
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root bbdfaf8b5f42ee5c2c7d8fb69d694ec1d8280abf84b03967683af616ab05a6d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,622
Size: 1.00 vMB
Total Fees: 0.00920321 BTC
Feerates: 75.76 > 0.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (440,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,146 474,146 00000000000000000077d4c2e0fb128b8f1bfcbe547e44cef3ea05cf2fd0d9e3 1,464 1.00/1.00 vMB 260
474,145 474,145 0000000000000000011a053b38e61d94ccf0d6030f81fc0f648e1bdd8cea36b7 2,431 1.00/1.00 vMB 327
474,144 474,144 0000000000000000015a984107ab7a043cd4d136da06580d7edc9d659d35f686 1,889 1.00/1.00 vMB 105
474,143 474,143 00000000000000000184a5bf23eca47d7c7a60965cf4dcdad3b8f6af62bfc8e9 1,688 1.00/1.00 vMB 99
474,142 474,142 000000000000000000011bf23fd4e549a0a700777edd97dbb051f8e408a1fc56 2,441 1.00/1.00 vMB 260
474,141 474,141 00000000000000000142295ace104f310955793015457334fe41c791437c5839 1,712 1.00/1.00 vMB 359
474,140 474,140 0000000000000000015959ac210e48b9dc9dc187abfdba41d7366f769017af8c 2,325 1.00/1.00 vMB 184
474,139 474,139 00000000000000000177ca30d25d74cbf2cd2314c8dea8096a2102875e5f652c 507 0.31/1.00 vMB 111
474,138 474,138 000000000000000000186fc9210a4057c4601b83c3e353886ef2cad26de91171 2,127 1.00/1.00 vMB 198
474,137 474,137 0000000000000000013422aca47e5f74413731db8773ac20df3a6fe7ccfe1cea 2,740 1.00/1.00 vMB 356
474,136 474,136 000000000000000000b71dcf25a5d863835837c7249f1d48fa293862b26f5e96 2,027 1.00/1.00 vMB 265
474,135 474,135 00000000000000000020b990d71ca39d7e41b9af1a14315a6be4f6e80ffe86d5 2,479 1.00/1.00 vMB 322
474,134 474,134 000000000000000000bc7f1eab22b6fd31025d98738fd8bf1e283127541480e3 286 0.25/1.00 vMB 44
474,133 474,133 000000000000000001473f7db20cfb005be089bcb70fba307280e936fe5e35fb 2,309 1.00/1.00 vMB 119
474,132 474,132 000000000000000000a9704a2a35c61db1ee9a552327ed6f8fc7d22a40d12218 2,226 1.00/1.00 vMB 333
474,131 474,131 000000000000000000a1fb2b8c7d61ef59592caa9f7c77058b4cba1dc4582938 2,090 1.00/1.00 vMB 119
474,130 474,130 0000000000000000008ea7da215877830e4004eb667f4a13b3c08d912a3262a0 2,490 1.00/1.00 vMB 335
474,129 474,129 00000000000000000061df28a91840c240243453c1c61c23ebf6d83ed0c42726 1,056 0.46/1.00 vMB 243
474,128 474,128 0000000000000000000f775963df04ab4a2d7b20b5eed7300a06f9776f810346 198 0.09/1.00 vMB 374
474,127 474,127 0000000000000000011de97e07b86b89f1d416dc7a8435519d0cbf6e8f2b468f 750 0.33/1.00 vMB 189
474,126 474,126 000000000000000000c6cc85e4713963c5863a4dcf8f1ed801cf307677d7801e 905 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.57 GB
    • Received: 11.23 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.