Loading Tool

Explorer IconExplorer

Memory Pool

80,118 transactions
29.69 vMB
0.07214541 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt a9e78a99c9dcc5869c16ed13fac0f55c7dd231e7a6a33733c76a1f94f445bd40
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 0c522cdf3ed7260cb7f9b7a72aad46753e251e7705a2e2a8c412bd3b925faa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,772
Size: 1.00 vMB
Total Fees: 0.01161933 BTC
Feerates: 147.04 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (357,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,392 557,392 00000000000000000030cadfa70e369522958a8f4332c617d72525af48521ab8 1,896 0.61/1.00 vMB 13
557,391 557,391 000000000000000000179338d5879a7df60f71a6180b8cbbcfb1ae25dbb3adb1 2,779 0.97/1.00 vMB 12
557,390 557,390 000000000000000000228f31de830e6104d00750b370a56daf709d7f0e6ccaa9 2,581 1.00/1.00 vMB 17
557,389 557,389 0000000000000000002651c4f9f4908c3ce93838631f33e7f756cf8f9f8f6b1c 2,397 0.75/1.00 vMB 17
557,388 557,388 00000000000000000024bcb3ed9590c78a91bf3d021ae21ba9547b1e3bb8894e 2,645 0.81/1.00 vMB 15
557,387 557,387 0000000000000000000f6260472aadad171455a623983412284b00678fa71317 2,117 1.00/1.00 vMB 9
557,386 557,386 00000000000000000014ad95328968642b3ca30c93a544875b13c7a0a5ce69ae 2,973 1.00/1.00 vMB 6
557,385 557,385 0000000000000000002c317ee8d05ba210ae2df2b50f944e08e61e4c28980a75 1,168 1.00/1.00 vMB 21
557,384 557,384 0000000000000000001cb969bf4b1fe3dfbd2bd7f1a6a98129dffe057557555b 2,352 1.00/1.00 vMB 19
557,383 557,383 00000000000000000002e528ba11c6a8945619b0fc35dbecad03949ba8e77094 1,262 0.37/1.00 vMB 17
557,382 557,382 0000000000000000002981dd215ec5d899e87f6c24595754690b652b9e72f810 2,407 0.84/1.00 vMB 19
557,381 557,381 0000000000000000001ef82f4905d4a9bb058fcb03103a73ec8503b02442d027 2,774 0.90/1.00 vMB 3
557,380 557,380 0000000000000000001bc0dec9e57ae2b3c683c7c0d436be86dae2e5fe00b801 2,279 1.00/1.00 vMB 11
557,379 557,379 00000000000000000029c29d203a2934fc0c8a73a8d031a7b2062ae031563b05 2,427 1.00/1.00 vMB 35
557,378 557,378 0000000000000000001536a8c8b8f3c0a56feafd491520faa13d05d72a61bfec 1 0.00/1.00 vMB 0
557,377 557,377 0000000000000000001a0a0f60904e1e9be36640d5df458c11d8941e7dd8965f 365 0.14/1.00 vMB 10
557,376 557,376 0000000000000000002592515bcca5fe5c1b05fec45ba446afc6e7eb0cd81a49 943 0.28/1.00 vMB 11
557,375 557,375 0000000000000000001dfa834c23c5e8ff3709b07cc47c6211acd59165fa0fde 1,232 0.40/1.00 vMB 13
557,374 557,374 000000000000000000200c50a42ced5f8d36ddd07c93ef3b228dd40930db78ad 1,167 0.33/1.00 vMB 11
557,373 557,373 000000000000000000214e0bb571b2d9d6f5bd664c6bc38ea1b2a368891aaf18 116 0.04/1.00 vMB 24
557,372 557,372 0000000000000000002f814aa65487fb0f1740b07fb4726f341701cfd50d0580 379 0.14/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.