Loading Tool

Explorer IconExplorer

Memory Pool

79,840 transactions
29.61 vMB
0.09487970 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 38fc67e6829e5a368569b21ce8cdc2f5e912940d083b9ed0f1ff9b86d413f635
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6d6038a5bbba992ea0f178012eaa51aec45fd9288929adcbc0e33c5311d3809d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.03193499 BTC
Feerates: 301.60 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (148,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,082 767,082 000000000000000000081199b2dd1f0cc54cfa1ce7c3caf1894c7159ce996a37 2,964 1.00/1.00 vMB 11
767,081 767,081 00000000000000000007ed161c164eaa37d8f8bc77fe888432d359195fe7037f 3,149 1.00/1.00 vMB 4
767,080 767,080 00000000000000000003ba6473b89d7d1333969fe34fc112848d03d154ede79d 3,061 1.00/1.00 vMB 4
767,079 767,079 0000000000000000000727875416ca7102c44e02e373619abfb9f72d78a065c4 3,319 1.00/1.00 vMB 11
767,078 767,078 00000000000000000002b38a2165481c1814ed19245778636115a9548ea5b4f7 2,643 1.00/1.00 vMB 16
767,077 767,077 0000000000000000000724ac5e8f51f7c75dc39afd47d9f7a85d8a204d0670b3 2,917 1.00/1.00 vMB 24
767,076 767,076 00000000000000000003acf14487201d5735039e1d56c1c3e553cf1f6befbad4 2,068 1.00/1.00 vMB 5
767,075 767,075 00000000000000000003016c375afc2efa8fcfbf81cf8089520e6fd614654dc2 2,815 1.00/1.00 vMB 19
767,074 767,074 000000000000000000057e7d434a0373c4dbe2dfee5ed8c794dc6cc3cebc92ef 891 0.26/1.00 vMB 21
767,073 767,073 0000000000000000000359c2f819263075d1e195445ca0e0faf122f96adc1647 1,976 0.70/1.00 vMB 6
767,072 767,072 000000000000000000024adb890047fe1176bb6cc47c2a77e68fc007f7ca614b 2,912 1.00/1.00 vMB 11
767,071 767,071 00000000000000000004fce25d2b2a9f7dea2792e40ec156d3734c2a7474a9dc 2,808 0.96/1.00 vMB 10
767,070 767,070 0000000000000000000135a038c334527ac7f9e9f4dbe1382fad1e18f4c16eaf 2,104 1.00/1.00 vMB 10
767,069 767,069 00000000000000000007d6f52f6b599e0bc74cce4d621b0612be2674f6355035 280 0.11/1.00 vMB 9
767,068 767,068 000000000000000000020e1170c918d490aadef362ded1f4dac16b79c40d493c 543 0.43/1.00 vMB 5
767,067 767,067 00000000000000000002dc032636c4a32bd424e2f166c9f69a44822c0c321ae2 381 0.09/1.00 vMB 11
767,066 767,066 000000000000000000043573deb05e33dfac19bf10009e10f8169dc3a32cace4 1,245 0.44/1.00 vMB 6
767,065 767,065 00000000000000000000b87cfa8600456366989943c64ed8b91b9cc37c1417b6 2,883 1.00/1.00 vMB 10
767,064 767,064 000000000000000000025a664294c6215dbccace7f61f0b7859f3b9127efe4b3 2,871 1.00/1.00 vMB 9
767,063 767,063 000000000000000000037636037e02822df2722f95a9ec938dd8a9f2836f2866 2,292 0.66/1.00 vMB 9
767,062 767,062 000000000000000000029f216d9cc3ba75d81dd254c110d65877e6b632bb3dd9 2,158 0.76/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.