Loading Tool

Explorer IconExplorer

Memory Pool

77,659 transactions
28.57 vMB
0.09829646 BTC
Random Selection Loading Transactions
Max Size: 173.67/200 MB

Candidate Block

Mining Attempt c4bc643a89001d6708017257d7b6498eff7e9308c681aeb0006babe9011eaa84
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4f5e020bccb2e088fc2f918f001022283672d0239ca1831c123912e18687fc87
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.03308225 BTC
Feerates: 201.07 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (855,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,880 59,880 0000000008414367a2bc9f6576978649c36b0880862bc549746618540d1389dd 1 0.00/1.00 vMB 0
59,879 59,879 000000000e83b724109489a33a66e9cf86c046ea6be66deff05885af716802f9 1 0.00/1.00 vMB 0
59,878 59,878 0000000005bff4d0edfd14119cf6af5eb0678670f2f6b36be2c2bad572b4d399 1 0.00/1.00 vMB 0
59,877 59,877 0000000002bb679eef7a2a03bec8385816758741071f12bf550f9013518d3e3d 1 0.00/1.00 vMB 0
59,876 59,876 00000000053db7dff5a7c7e804d50b6b344423d7900bb8995655ab67cdfa5eab 1 0.00/1.00 vMB 0
59,875 59,875 000000000456d2393e4da284ebd7d3cbf44630db8449b08c7499197939e13913 1 0.00/1.00 vMB 0
59,874 59,874 0000000008280a6ba04b7c647a161a727d881ffa452584b60352e836f0a3aeb0 1 0.00/1.00 vMB 0
59,873 59,873 000000000869b07f1ab154e17c89b01b7a6ba79e8bc637bce17d5c0b666540dd 1 0.00/1.00 vMB 0
59,872 59,872 00000000011fabc83d252c03981862adfbc0e822354f77cd8cba6d3544d054b9 1 0.00/1.00 vMB 0
59,871 59,871 0000000001f5b4116c260af899a5bc9374b5637be96a9077752b9c16665e073e 1 0.00/1.00 vMB 0
59,870 59,870 000000000d26dd6b0ac24e036d525130a2505db337a95d0feef6ab23607c5991 1 0.00/1.00 vMB 0
59,869 59,869 00000000036f08beb38fda0e23d097364f61fc16ab8873e77bd3c882083767d2 1 0.00/1.00 vMB 0
59,868 59,868 000000000ce15afa733b75b1094ae9e7b11842e55c599abaa6e4bc7d71f6db1d 1 0.00/1.00 vMB 0
59,867 59,867 000000000ef74e3a633caad871fd610a2f80c8d1bf854c8ea3968c08901269d9 1 0.00/1.00 vMB 0
59,866 59,866 000000000792f1f049696ac91a761b90d2b096bf33f7090fcb7695e016c2fcd7 1 0.00/1.00 vMB 0
59,865 59,865 0000000000ea7c4f1b9e5ec2e16d6396f0476c538a5b51ed796da2e104af5c1f 1 0.00/1.00 vMB 0
59,864 59,864 000000000f479dc4a637503fb4d37bbf9eb7b07f56648fcde4908a1af1c88037 1 0.00/1.00 vMB 0
59,863 59,863 00000000083e62d83f08f7fc6f5a0a05834827048ed5d0d8428cc2c686d0006c 1 0.00/1.00 vMB 0
59,862 59,862 000000000718013d9ce7e0e41eb303d6c9c57e55fd8dde48dace1b1a25a895a7 2 0.00/1.00 vMB 0
59,861 59,861 0000000006d189064bcf917fae946b4253e2554831434481dd43f824d996cd89 1 0.00/1.00 vMB 0
59,860 59,860 0000000004750b8a71dee5001b3d54f8b3162ba16e60ac9ebffa3acd89c836ce 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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