Loading Tool

Explorer IconExplorer

Memory Pool

72,783 transactions
28.06 vMB
0.06762837 BTC
Random Selection Loading Transactions
Max Size: 166.21/200 MB

Candidate Block

Mining Attempt 20bf10d9c2ee74e89295a4b08750a198fac7f9742915a6bf5f24e04bf7499f45
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 4dd5d7caac4a242d539448dab034fe53c0cd5f9c8848590adce74c223f625e0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,758
Size: 1.00 vMB
Total Fees: 0.01151464 BTC
Feerates: 150.86 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (235,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,980 679,980 00000000000000000004c6e4041a8e8f6620ce199b10b77d6369af0087efb771 2,197 1.00/1.00 vMB 222
679,979 679,979 000000000000000000056c6b5979593ea7186565136f7a289ada9325447e678e 2,327 1.00/1.00 vMB 314
679,978 679,978 000000000000000000069f2fed93f40f5c6e87a95f22cad14c4158c426a583f2 1,167 1.00/1.00 vMB 243
679,977 679,977 00000000000000000008e592380e651dc8d8e8b09c5ed0d72368a6a5aaa48445 2,561 1.00/1.00 vMB 198
679,976 679,976 00000000000000000007ed4409e64d9884f38ca8d4aa38d61cbc6054bf935d97 2,677 1.00/1.00 vMB 290
679,975 679,975 0000000000000000000943eef79be52dac59335a84a8df077a105b204f9e8ca0 1,740 1.00/1.00 vMB 266
679,974 679,974 00000000000000000005aa8d4911dfe5cb8c5f1dfa3ad4998eaa1571e5a30f70 1,868 1.00/1.00 vMB 186
679,973 679,973 000000000000000000080a16974edff990bcd3a6a7c1d4f104e86b476ca81ccc 1,651 1.00/1.00 vMB 230
679,972 679,972 00000000000000000007a31b563dce4ed27c0ab72ad28239813ce97ec86681ae 1,922 1.00/1.00 vMB 288
679,971 679,971 00000000000000000005cc21816052f9f79f312437cde169aadf9921d2a60f7b 2,699 1.00/1.00 vMB 287
679,970 679,970 0000000000000000000768d02a484d9c2a08c78ffc897bf7b3d5eace8b1b870f 2,294 1.00/1.00 vMB 229
679,969 679,969 000000000000000000052e6c1fb131b7aedbf93356012c9576ec4ffc36a830d4 1,840 1.00/1.00 vMB 254
679,968 679,968 000000000000000000050ce9dca149247462bcd0c6557fcddfb9c46f77bebf3d 1,681 1.00/1.00 vMB 271
679,967 679,967 000000000000000000093069ec86b09d1b995b02b01f723a0a0cce8ddf71da98 2,051 1.00/1.00 vMB 286
679,966 679,966 000000000000000000065c17287235d1809c4134a40250d252ffe9e0751c6793 2,184 1.00/1.00 vMB 294
679,965 679,965 0000000000000000000443b57bfd671ee4afd882a2a1f3f74e4bfe9c0e026c7a 2,626 1.00/1.00 vMB 287
679,964 679,964 0000000000000000000af8bf38cdc084319bdaeed636400014df5e85877bed44 2,730 1.00/1.00 vMB 268
679,963 679,963 0000000000000000000baba8fd78de35c3d20d930ab47f0a67945a9dc7fbe231 2,500 1.00/1.00 vMB 242
679,962 679,962 00000000000000000005fc87c6e6f92bf6a040040e4552311082623838ec61f7 1,221 1.00/1.00 vMB 280
679,961 679,961 0000000000000000000629d3d6b665f762c97f2258af2e45672c9e05d1ef344c 1,168 1.00/1.00 vMB 291
679,960 679,960 00000000000000000003c1cf6e08b901b1ae4af213f5d986b7ee5baebf22d4bd 2,086 1.00/1.00 vMB 248
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.