Loading Tool

Explorer IconExplorer

Memory Pool

41,640 transactions
28.71 vMB
0.06053305 BTC
Random Selection Loading Transactions
Max Size: 147.54/200 MB

Candidate Block

Mining Attempt 26ff75f1b52ea2b3d72eca04b44a0e796afe581ae84b61f3749387fa52b31132
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 3a06150936a1ca692a6c75d18f952fb0db6a36b5efe1975a3d3d9047bfc6a53e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00483302 BTC
Feerates: 60.13 > 0.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (520,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,798 393,798 0000000000000000069c8312c7dad98cfe85bdc3ebd269f6efa428023ca41650 2,207 1.00/1.00 vMB 34
393,797 393,797 000000000000000005c98a96edcb756c784443a59564a26a71ef3818c7144cb6 970 0.53/1.00 vMB 28
393,796 393,796 0000000000000000084fd081b89034f1c3fc7b488736dd40a4e37907d5cb764c 1 0.00/1.00 vMB 0
393,795 393,795 00000000000000000432c503dfe3ddac217e1a4114453a01d82d17f448c293ef 581 0.43/1.00 vMB 27
393,794 393,794 00000000000000000403e7d9eb8006b3d5c243806670a84344ab6eff4ee5a9ee 425 0.32/1.00 vMB 22
393,793 393,793 00000000000000000618d0ca082a64641d11e0eafea86deef8ad3e46c3cd4962 590 0.81/1.00 vMB 11
393,792 393,792 00000000000000000594e304607f3553f8cae4977c5f42614c4e85a8f346d2f2 1,905 0.95/1.00 vMB 30
393,791 393,791 0000000000000000053fc0020823a547e17f0b5c4253b3a5ee9d2ae4408fabf9 483 0.26/1.00 vMB 30
393,790 393,790 000000000000000007f7e6f371154cb5f543cbd4cdf49a377f1d55efea7544f5 420 0.35/1.00 vMB 15
393,789 393,789 0000000000000000035a1f959070d65ef2b27909c4a02fd6e263bba99b258a96 370 0.50/1.00 vMB 15
393,788 393,788 000000000000000004de1c592eefb00951343245a6149d8662c31448894aa3ff 1 0.00/1.00 vMB 0
393,787 393,787 0000000000000000073d122279f5cb297226205d5b9c253d896d4399a36561cf 1,116 1.00/1.00 vMB 22
393,786 393,786 0000000000000000093f5ce7ffe7387bccabdfa38c6951551ea3d66f876987bd 1,877 0.75/1.00 vMB 37
393,785 393,785 000000000000000000b1136163d38c58e1cdd2dc0bec92297532eba4cf0deb3a 2,015 0.97/1.00 vMB 34
393,784 393,784 00000000000000000659042ccae69dcf9087e6192669fd081fd9c941ed610b98 1,230 0.75/1.00 vMB 28
393,783 393,783 00000000000000000794b7caa75d2cfd00fba0fc71143f55c07921433a073afa 1,156 0.75/1.00 vMB 29
393,782 393,782 000000000000000008c22cc15d1e29893be8d539d93916199037a301cacb79aa 2,638 0.93/1.00 vMB 36
393,781 393,781 0000000000000000031750cb13421c98b4d2431a2bb84dcb34a4e7cb78da051f 955 0.74/1.00 vMB 22
393,780 393,780 0000000000000000094267dcf7da29da15e6a0d3d2c7b34d4ce0147a4cb0c8b3 1,057 0.68/1.00 vMB 21
393,779 393,779 0000000000000000066e5957a1c23a5763923eced36c6825ee0ebde08bed11a9 2,942 0.95/1.00 vMB 50
393,778 393,778 0000000000000000077e3b77e61098d3fac18895cc639b74ccbc2a9486b1a67d 1,920 0.93/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.