Loading Tool

Explorer IconExplorer

Memory Pool

50,046 transactions
29.78 vMB
0.11129933 BTC
Random Selection Loading Transactions
Max Size: 158.91/200 MB

Candidate Block

Mining Attempt 3e585f14422a5aa80a1593baac2f8be7ddb272c5b959f4600c84a17d0eafa49e
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 6b4f7f30544b61b129f79874b062b5207632f535d462ba76757b194fef505344
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.04853520 BTC
Feerates: 301.60 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (349,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,797 565,797 00000000000000000002c4f65f80f9349ad31e905aa9674ce8e550dcb6979701 1,916 1.00/1.00 vMB 11
565,796 565,796 0000000000000000002c018fb08c745685b1cca4bb90c66e6b912289b0b9efa2 2,481 1.00/1.00 vMB 19
565,795 565,795 00000000000000000006b3d5e4f755ef56a76467e124b550d8a24152073de8b0 1,319 1.00/1.00 vMB 16
565,794 565,794 00000000000000000005107a364cfbebc6975b9518b92200379d6420e8c7daa6 2,309 1.00/1.00 vMB 17
565,793 565,793 000000000000000000232012e6bff8cdf2f0a562f3f81d017d91f8b25ca8c8d7 2,770 1.00/1.00 vMB 18
565,792 565,792 00000000000000000012b344dc0f0f941cb17b66287a2fdf80726c1577df7188 3,267 1.00/1.00 vMB 37
565,791 565,791 0000000000000000002347f3c36f12e5d612057d22c4c0ea2a3a9ef93f870cd1 2,859 1.00/1.00 vMB 27
565,790 565,790 0000000000000000001e28b2912a9f2c319ac72f932ce553d4a6cbf384877efc 3,300 1.00/1.00 vMB 35
565,789 565,789 0000000000000000000373113cad872bf4128ac3dd180832de3c3b4cf58cd84c 2,809 1.00/1.00 vMB 27
565,788 565,788 000000000000000000080415f98b4abfab6381c99eb0fc3aab3b70fdba9f4cd6 2,800 1.00/1.00 vMB 20
565,787 565,787 00000000000000000013048415815b982aaf90846b41b0399eaf6f10c5d52b2d 2,715 1.00/1.00 vMB 22
565,786 565,786 0000000000000000002288527e9e2b7f451cf13f2605535da6b22ab50af680c2 3,146 1.00/1.00 vMB 47
565,785 565,785 00000000000000000026ca94b9562d94c19a7cc94c8206046977fed7395b8034 2,169 1.00/1.00 vMB 14
565,784 565,784 0000000000000000001e14b289035973254e49977b514d221ef82ec3c1a5c9df 2,774 1.00/1.00 vMB 18
565,783 565,783 000000000000000000055cd81a4cfeb971cb328d4737d3a8a1e2905e37f66d7e 2,042 1.00/1.00 vMB 17
565,782 565,782 0000000000000000001e37a8a3539de743c7e0d8a4d936f2ad7f7b207cdfa7d1 3,121 1.00/1.00 vMB 24
565,781 565,781 0000000000000000001d49260e80d193ef998ad5dd5a9fd4dda836ddc7e6b8e0 2,769 1.00/1.00 vMB 46
565,780 565,780 0000000000000000001b516e035512a339380e81dafac500e6364ce798d757f3 2,214 1.00/1.00 vMB 21
565,779 565,779 00000000000000000015a3a0895ca42b2afeccef603fe841ef44465bd19c65f0 3,022 1.00/1.00 vMB 35
565,778 565,778 0000000000000000001d0c71284e17ee9794a8d88b6fb8bb9727f98cdc9ed002 1,889 1.00/1.00 vMB 22
565,777 565,777 00000000000000000007077f3c299baa054856834f5248822cca6832ebc22dda 2,022 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.