Loading Tool

Explorer IconExplorer

Memory Pool

47,169 transactions
27.93 vMB
0.13060210 BTC
Random Selection Loading Transactions
Max Size: 146.53/200 MB

Candidate Block

Mining Attempt a4102c8086c701e5ddcdb1e5a464ac74ae4263a7c5e88a3a44e08b1a06c7c7a2
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root cf1519f6f7956c5f4350e4e94aafad556f00df1dd1b29b767c0e784110447693
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.05867870 BTC
Feerates: 151.01 > 5.88 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (345,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,127 569,127 0000000000000000000de3a690dd2ed93d743a2ada96d2c60b39268f4e3ced1d 2,816 1.00/1.00 vMB 33
569,126 569,126 000000000000000000298b67e1f28715d217c6ec5f1b4474c16880d4f57c5291 2,968 1.00/1.00 vMB 43
569,125 569,125 0000000000000000002b26ad43d02fd965686a5a85e24325130e49369fd8f29b 2,731 1.00/1.00 vMB 36
569,124 569,124 0000000000000000000d9f8716f5dc665776cd5a785bab202feb0c382d76ef4d 1,798 1.00/1.00 vMB 31
569,123 569,123 0000000000000000001c85ed6ecc93e8cbd45ac3f6199a7ca81568b801e874f4 2,102 1.00/1.00 vMB 41
569,122 569,122 00000000000000000014eb6fc00dbba5c4311eab2615a5f70017c4cb9d41c779 2,985 1.00/1.00 vMB 44
569,121 569,121 0000000000000000000c4ce1a28f3c5f2953e1ddf40269541e7e666b5876f2ce 3,359 1.00/1.00 vMB 5
569,120 569,120 0000000000000000000bcf0c6e5a2cf833e8f058106031fb5e8c3de395ed28ec 2,912 1.00/1.00 vMB 28
569,119 569,119 00000000000000000000414e2e5094945ccd29f3ae97466dc727b06581bf6775 2,608 1.00/1.00 vMB 18
569,118 569,118 00000000000000000014a548e3bf1fba3df7313db8eb4a15e98850fc2fd42588 2,954 1.00/1.00 vMB 28
569,117 569,117 00000000000000000024939940f656e014414881ddc89ecab3acac719850ebf9 2,584 1.00/1.00 vMB 34
569,116 569,116 0000000000000000000061996ea3e143c3861971718cba16ef0458a4430ae8d5 2,638 1.00/1.00 vMB 44
569,115 569,115 00000000000000000007d08c7619732a45e6c0f8617c89b3c1421d3a9bc07e2c 2,666 1.00/1.00 vMB 37
569,114 569,114 000000000000000000175263a189cffb39840447a78579a32cadba50f45c7f34 3,058 1.00/1.00 vMB 28
569,113 569,113 00000000000000000002844441fc23e7f038d188ab7bb0afd2916ab7ee09c565 2,344 1.00/1.00 vMB 13
569,112 569,112 00000000000000000024eed474b50e96344bb7e86729b8850b4ad2aa4fa8c489 1,923 1.00/1.00 vMB 9
569,111 569,111 0000000000000000000dcc44349181581c211d4997cfe8ab20b88b764d69a981 2,999 1.00/1.00 vMB 6
569,110 569,110 000000000000000000250a3dbcea70293dda7c0a52a999ccb00ee546a141f435 3,076 1.00/1.00 vMB 40
569,109 569,109 000000000000000000130b88a0cd40cfb40c3a0cad6dfed5e784dcc2c889fd3d 2,969 1.00/1.00 vMB 31
569,108 569,108 000000000000000000135eb0ae91ae6dac2f4c37b3ad82759df241ad222acefd 2,702 1.00/1.00 vMB 12
569,107 569,107 00000000000000000010b04fc522422807096f7b36405fd1d35b8dfd97ad1811 3,294 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.