Loading Tool

Explorer IconExplorer

Memory Pool

82,116 transactions
30.22 vMB
0.16781357 BTC
Random Selection Loading Transactions
Max Size: 181.67/200 MB

Candidate Block

Mining Attempt fd667a4fa4538f7fe0c42f755e28382b00e25b67fb43675ee0cd43c9ea2e6f85
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 54a44850d38cea6924c357f7dd7e9228d6638c48dcf4ad326664f5bf2b0d0f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06360961 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (215,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,925 699,925 0000000000000000000174c920d11946ff5cfd1cc6eaf174aa5a0915a435174d 1,289 1.00/1.00 vMB 9
699,924 699,924 0000000000000000000d6f0d88e1ba5a8461f141d377c0c7b335d166309754b6 2,511 1.00/1.00 vMB 18
699,923 699,923 00000000000000000000bbf7a7eda0ff4f2644ce3d025f6e857c4d6f65798819 2,796 1.00/1.00 vMB 15
699,922 699,922 0000000000000000000192a3e7f60120a73a5b6c50789e3dd3656b1e77a90445 2,880 1.00/1.00 vMB 15
699,921 699,921 00000000000000000004b6a0469e264f1c52904c9adb3900bf5e34e9c72397f4 2,386 1.00/1.00 vMB 14
699,920 699,920 00000000000000000001e742405bcaf0e5eea4d4b3475544eef9e72c6826de5f 2,716 1.00/1.00 vMB 13
699,919 699,919 000000000000000000056ed881fc49d66e817546dfde4ffc19250af122fbfbd4 3,187 1.00/1.00 vMB 5
699,918 699,918 000000000000000000018c078bc0b8f7a3ad7d92baa889cb096bd8f8ff90038b 2,291 1.00/1.00 vMB 9
699,917 699,917 0000000000000000000c7ddd783a131ee63da3d494fdc64b2bb1acfffb9c22f2 1,159 1.00/1.00 vMB 8
699,916 699,916 0000000000000000000ba354d23035f99d03f8ce3eeaba03091fb60de975a89c 3,054 1.00/1.00 vMB 10
699,915 699,915 00000000000000000008146cfcdc56e8e00f35943a3b6404e7dc84c198fa2290 2,757 1.00/1.00 vMB 28
699,914 699,914 00000000000000000006859044275a10be1cef133cb104a6f416b46c9e96ee8f 2,527 1.00/1.00 vMB 17
699,913 699,913 0000000000000000000852ceb4a12b05d95b6437e99366609ae49a0801521862 2,865 1.00/1.00 vMB 21
699,912 699,912 0000000000000000000e26de5ba8d6f83c2472555eddc9a381a7554e95405e37 2,903 1.00/1.00 vMB 5
699,911 699,911 00000000000000000004bb5d4aa90bb635c940cfdcf4deae0f256686ef592f17 3,065 1.00/1.00 vMB 7
699,910 699,910 0000000000000000000339e90042bf10f5a11e1ccd81e8f739163140bc0ac7d7 2,254 1.00/1.00 vMB 6
699,909 699,909 0000000000000000000aa13eaefe6d31a97092f4d33001355e0c4cae2e59e287 707 1.00/1.00 vMB 7
699,908 699,908 0000000000000000000b7031eb2bac3710f490647a801f33ee42f426e4be268e 2,484 1.00/1.00 vMB 11
699,907 699,907 00000000000000000005cb6f661ea869e42555730107cc2779cfd336bb8bfa5a 2,339 1.00/1.00 vMB 9
699,906 699,906 00000000000000000007a0cb087424fbe2b0043778b87887c19f09f614c54e43 3,177 1.00/1.00 vMB 22
699,905 699,905 0000000000000000000627591ac28aa202c60d20c83314a7311f662ea4df3bee 2,218 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.