Loading Tool

Explorer IconExplorer

Memory Pool

27,309 transactions
8.52 vMB
0.03061511 BTC
Random Selection Loading Transactions
Max Size: 56.66/200 MB

Candidate Block

Mining Attempt eff684e882c131e56a0a16897e9845df048858a0175bfd9c6a8a7e8630a5d2ac
Version 20000000
Previous Block 00000000000000000001406383307285a50efc0be63747273a371a31f351aaf2
Merkle Root f50abe724809e168be6ad83c5c48310385f95f59c57d44e1d0bea1761810c78e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.01190550 BTC
Feerates: 60.25 > 1.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,202 (304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,898 916,898 00000000000000000001908b209daff4279493179fc303f36fa415fca4b02fdd 5,283 1.00/1.00 vMB 1
916,897 916,897 000000000000000000014d15daa1c67cbe72dba815f43e961079b43e4c799c03 4,005 1.00/1.00 vMB 1
916,896 916,896 0000000000000000000076ac012a0420158ad6838a543ee28974d9b2f9861675 3,893 1.00/1.00 vMB 2
916,895 916,895 00000000000000000001579b16d86d32a255e0be2dd10f92c158ce73ed5a2991 5,851 1.00/1.00 vMB 1
916,894 916,894 0000000000000000000108885a2da1bb1dbc60b7e3abb0fb19a11c3f7b490e24 6,024 1.00/1.00 vMB 0
916,893 916,893 0000000000000000000084d9def7c8c5f0dcc45159201ec9190a782a921f63ce 3,736 1.00/1.00 vMB 1
916,892 916,892 00000000000000000001d1fa4aba0a6d976a86707e2dea85b3b1f1c68d1b0ca7 2,631 1.00/1.00 vMB 1
916,891 916,891 0000000000000000000188b6b523b004115fd3d60542682a0e1f6c50414a7987 2,135 1.00/1.00 vMB 2
916,890 916,890 00000000000000000001ab13a3c83a196199ef6860134a58fbb2ccac0b3a118f 2,015 1.00/1.00 vMB 2
916,889 916,889 0000000000000000000103046e78e60dd6c82fe19e11c123582fd4aa5ee1cf7a 2,728 1.00/1.00 vMB 3
916,888 916,888 00000000000000000001000a5d5f86544c8fa32bb078ad414ca07c615d84734c 3,134 1.00/1.00 vMB 2
916,887 916,887 00000000000000000000e85c0ef7cf4d3451770e45d34fc0b4a34cbd58fe9dad 3,149 1.00/1.00 vMB 4
916,886 916,886 00000000000000000001eb37db39556b6bac239033db7180e92ff52198bad8dc 2,988 1.00/1.00 vMB 2
916,885 916,885 000000000000000000012900afc59de90a3df5a2958d399fca945b0a1fcd32cb 3,938 1.00/1.00 vMB 6
916,884 916,884 0000000000000000000126dce2ec7e538bc548732b92453e7b56cb739177f93a 3,778 1.00/1.00 vMB 2
916,883 916,883 00000000000000000000d5fca781d23fbf9d6aa391b3448318b26469c5ae7065 186 0.06/1.00 vMB 9
916,882 916,882 00000000000000000001ad9ef050b43afec9be7f03d3cb31b4a6bf64800be6eb 6,616 1.00/1.00 vMB 0
916,881 916,881 0000000000000000000040560c569e3aec07ffdd5c0d71c3ed93dc03dc03c20d 4,164 1.00/1.00 vMB 1
916,880 916,880 00000000000000000001f1f7f37723658079eb6f7a978d122becd635d1650779 5,271 1.00/1.00 vMB 1
916,879 916,879 0000000000000000000176bd8b31f5ac0c7512f8d8d1d567506350b78a9da493 3,177 1.00/1.00 vMB 3
916,878 916,878 000000000000000000012d236af1f9ec6e7fda9fcb733de910848bc739aca2f2 4,809 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.15 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: 988.82 GB
    • Received: 31.90 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.