Loading Tool

Explorer IconExplorer

Memory Pool

41,703 transactions
21.80 vMB
0.04740530 BTC
Random Selection Loading Transactions
Max Size: 119.36/200 MB

Candidate Block

Mining Attempt 09f8c5f3cd01c8495e29181e11225bf5109524ca0f82bc5eed64082db23cec4c
Version 20000000
Previous Block 00000000000000000001b0961ed3691aee060fe39e09a12c728c769ed8021934
Merkle Root 35879d38b4dcb2a9777fca32993cf094054be7845b4cac84c590e6104c72dd86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 191
Size: 1.00 vMB
Total Fees: 0.00307430 BTC
Feerates: 5.98 > 0.31 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,990 (823,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
90,899 90,899 00000000000e64c2d3ba9316e4e1143a339eb2d97cf6e5ecff7bf0d156602e66 1 0.00/1.00 vMB 0
90,898 90,898 000000000002347df7f9bbdffa4c8da0a3242e9d7a2bdc7e16c3f52357c80dcb 1 0.00/1.00 vMB 0
90,897 90,897 000000000006461bbde3ad53854ac76c56960e13f512c34e8d4a247da3df9bda 1 0.00/1.00 vMB 0
90,896 90,896 00000000000455fc71c71d72641b2e1d06a35a1380b0030860eb7653af88e4eb 4 0.00/1.00 vMB 0
90,895 90,895 0000000000022ba5bcb4250f1e031e1b6eb46e7c4618f65510ec2be6b22f4087 1 0.00/1.00 vMB 0
90,894 90,894 00000000000e17c52c6ff3f602c9910677dd0868bd2a6c037662429c608ecc77 2 0.00/1.00 vMB 0
90,893 90,893 000000000001280a739a35fa2bd44c61a50f166a9a8b494a531a64c84a998716 1 0.00/1.00 vMB 0
90,892 90,892 0000000000026ca0b460b1bca330b9eb554f7866604a24471ef6dc0f99566a5d 1 0.00/1.00 vMB 0
90,891 90,891 00000000000761134da10668cdca8272aa332810cce8c0d52f2c958ddb311c1e 1 0.00/1.00 vMB 0
90,890 90,890 00000000000ceeeb92a55b541630c707edb7280abfa1e601162f6cb177ef1766 1 0.00/1.00 vMB 0
90,889 90,889 000000000006bdaaa5cc31238309beb23cc5a26a53143c93eddeb244a384235c 2 0.00/1.00 vMB 0
90,888 90,888 00000000000381d894c7ca76b9a3b89149a4c8c067b4a64b9863adf71c036258 1 0.00/1.00 vMB 0
90,887 90,887 0000000000099c6c910c40f4e9c6f0f3c367e8eb2330bac024cbde17cae56e71 2 0.00/1.00 vMB 0
90,886 90,886 0000000000007f864fdf1bccde804a334824c08fb1341523c5e940d3ce2c85ba 4 0.00/1.00 vMB 0
90,885 90,885 00000000000be5e58ac4092ef98e179682ec2c9d7f8c7f737a0f9a44933af141 1 0.00/1.00 vMB 0
90,884 90,884 00000000000c120581b0d02a0369c1d026e9b6e3ce18358c513a96eb93238a48 1 0.00/1.00 vMB 0
90,883 90,883 000000000006fdb1c7e7413e40dd0e32a2fd730f4d6649c0916e339fba3d2cb8 6 0.00/1.00 vMB 0
90,882 90,882 00000000000ad6bf5f2ba4583fd8c2c3b11ae0ab1555f4c51acd632ffbebdeef 2 0.00/1.00 vMB 0
90,881 90,881 000000000008ee32ab131bdadc4862bd0620e232be529963146519ebda0e230d 1 0.00/1.00 vMB 0
90,880 90,880 000000000004a87abe278025569600f4d3bfd68ac11e0c40cfb4d208f10adc2a 2 0.00/1.00 vMB 0
90,879 90,879 00000000000d52746634916e54d2f6d0e2a0694b3c7fc093b69183e7cc39fca8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 541.65 GB
    • Received: 6.18 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.