Loading Tool

Explorer IconExplorer

Memory Pool

37,757 transactions
26.53 vMB
0.06085325 BTC
Random Selection Loading Transactions
Max Size: 135.96/200 MB

Candidate Block

Mining Attempt 43aa6ed18662d2bc1dc66d4d28336bb30945038bee4e9aca4cdef1ba8c2b53b3
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root b8f7f6c014488396930fa20a9417c2e3d90c17c04cdb8e5aa6536bfda4f61153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,601
Size: 1.00 vMB
Total Fees: 0.01158520 BTC
Feerates: 100.53 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (248,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,933 665,933 00000000000000000006d41acc99a138a72220708d1cd62de0bd4aa683bdbeb5 2,278 1.00/1.00 vMB 104
665,932 665,932 00000000000000000008cc4d63d64aa4865a43bc65a833d0735b6da348d78f33 2,900 1.00/1.00 vMB 136
665,931 665,931 00000000000000000001bd7893612b3622bb12b8d6651da6d952775cbf0460d7 2,738 1.00/1.00 vMB 148
665,930 665,930 0000000000000000000cc30320ecb91a411fe9abeb5e1d8d5944ec0af223df90 2,573 1.00/1.00 vMB 91
665,929 665,929 000000000000000000096696c7e1a8b5f7128feaa120b2bb31af7b686d9f83b1 2,100 1.00/1.00 vMB 116
665,928 665,928 0000000000000000000b27465784100a3d34f60b9b42adffcfc21ae4ce70dc76 1,854 1.00/1.00 vMB 137
665,927 665,927 0000000000000000000a319828f1a4c07b4d624360a55eb2527502e7bcf7d08a 2,978 1.00/1.00 vMB 73
665,926 665,926 00000000000000000007d6532937fbbd6e858eefe09b9aa5513cd116c80c337a 2,964 1.00/1.00 vMB 90
665,925 665,925 000000000000000000042bccb13f38fc8d109c3f3ecd0bcd5ed659094aff0892 3,097 1.00/1.00 vMB 87
665,924 665,924 00000000000000000006c2ad9786eab4b96e407ac0d28606e5f25d2c80b9702a 2,430 1.00/1.00 vMB 88
665,923 665,923 0000000000000000000c7141411c0860cc97ea0d922d3e56860b2b54542af646 2,967 1.00/1.00 vMB 138
665,922 665,922 00000000000000000001ded1eb6c3de37f8e592936bd0bb5c61255f1b7bed263 2,215 1.00/1.00 vMB 104
665,921 665,921 00000000000000000006c8923288d03e07569876fd6760fd1c5e12fd5acc03d5 2,470 1.00/1.00 vMB 102
665,920 665,920 00000000000000000008c8819a87ff08cf6a1d04d4ccdbc3238227f31f042f98 2,857 1.00/1.00 vMB 144
665,919 665,919 0000000000000000000cf7c4adb5b692cf30dd2eb985737a2412a34581d47560 2,127 1.00/1.00 vMB 78
665,918 665,918 0000000000000000000adc35079ba4276989c8858a49be164ffb4d0fa56828f2 1,089 1.00/1.00 vMB 41
665,917 665,917 00000000000000000009f4a7e61ad29d9beb123a14bc0754b057005c83ef5dcd 2,450 1.00/1.00 vMB 82
665,916 665,916 0000000000000000000b6437ac4a38404b634f3f753ae520d256bcb0c44c2faa 1,590 1.00/1.00 vMB 105
665,915 665,915 00000000000000000001a2672b5a4834939bdff0ac26431f145269ff0c63884b 1,102 1.00/1.00 vMB 133
665,914 665,914 0000000000000000000a509ee8dd5d04224880c60bc366e540418a65180ffed1 2,119 1.00/1.00 vMB 77
665,913 665,913 00000000000000000009f1208b57d678c31f9299304c8e56495fac62cfda545a 74 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.