Loading Tool

Explorer IconExplorer

Memory Pool

36,516 transactions
25.15 vMB
0.04805084 BTC
Random Selection Loading Transactions
Max Size: 129.30/200 MB

Candidate Block

Mining Attempt 71ae646cdd4da67caa7bc97f01b111d264706ae2cd4c6da5ff80ee126cee3b2b
Version 20000000
Previous Block 0000000000000000000200721755ced2ab44d41ec558aea577f50bd3ed6c61e5
Merkle Root c70f618411f5dbaa5d1ccd2dd7aa28ae3b16c4c527272840f5135c1f759b04ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,077
Size: 1.00 vMB
Total Fees: 0.00299740 BTC
Feerates: 61.00 > 0.30 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,765 (518,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,282 396,282 000000000000000000082074fe816864b3903be33d8c7ef1ea10f0af306f8a80 1,125 0.85/1.00 vMB 28
396,281 396,281 000000000000000004beabd763a113035a26c6f348e43fa76c80794701387a2b 1,922 1.00/1.00 vMB 38
396,280 396,280 0000000000000000017c48418872fd30ca2d945dbd640a2c5d62a65a0d8ceb74 591 1.00/1.00 vMB 6
396,279 396,279 000000000000000000e5050a192c835cc0896a03e2c96d13f6b6ca2eebf05efd 1,346 0.65/1.00 vMB 37
396,278 396,278 000000000000000003498c3c518c6f982f0b1e75bd63464588163cc51af4b471 1,607 0.93/1.00 vMB 28
396,277 396,277 00000000000000000805ddb59c5b16ce8a9c0338ee758bae4d1e6cbcf91b8adc 986 0.92/1.00 vMB 21
396,276 396,276 000000000000000004690b8b1d5135c72d18fd0e59273c7a792709bba9c3a4e3 2,494 1.00/1.00 vMB 44
396,275 396,275 000000000000000006ce59dd02d54936c6259c6a8d8a31d6dddecae2d370d3ed 282 0.40/1.00 vMB 17
396,274 396,274 0000000000000000090c1b23856f720ec3ad509897aae47c24d8ddb28b47a112 1,814 1.00/1.00 vMB 29
396,273 396,273 000000000000000001843fac258933cdb429d58531b1b3f7e0f760522f0acbd6 1,280 1.00/1.00 vMB 25
396,272 396,272 000000000000000008b1f4b331e6794872121bc54bd8a34d6dc95557f9c93228 2,291 1.00/1.00 vMB 79
396,271 396,271 0000000000000000038ebe407622067037489f9d1ea217143df4f6f824991af5 39 0.05/1.00 vMB 0
396,270 396,270 000000000000000006af1e111b539a4709da4261d60ef9ef4dd88933a7cdccb9 833 0.63/1.00 vMB 36
396,269 396,269 00000000000000000053593b3d48d896d5c2e14c840ae5fc7a86e758458b2358 1,329 0.99/1.00 vMB 21
396,268 396,268 0000000000000000059cb16e0424940406b76c6ac0b06cdf6df1e62d3a3662a6 1,342 0.93/1.00 vMB 29
396,267 396,267 000000000000000001131a9db106756790ea46e8797aab01a155754b24c874a7 1,147 0.93/1.00 vMB 24
396,266 396,266 000000000000000007792124fbd8a9e9e2284190a4a5ec5f499ea3b53b79352b 1,752 0.99/1.00 vMB 30
396,265 396,265 000000000000000000ce8fce7a5f8ce5429a738061e38148d7c1cf6c82cdab98 1,678 0.95/1.00 vMB 32
396,264 396,264 0000000000000000048b71292862b8a7a01fb30e41625482a33c7be0d30ac2a2 1,990 0.95/1.00 vMB 33
396,263 396,263 0000000000000000062d9089a025281b461b560e67c7a500dc1afd44bf7b5382 2,623 1.00/1.00 vMB 60
396,262 396,262 000000000000000004feeb01c2acff35acb5010c0044aadd1baa469b0ba6cf8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.97 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: 647.87 GB
    • Received: 12.98 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.