Loading Tool

Explorer IconExplorer

Memory Pool

53,436 transactions
29.82 vMB
0.09908474 BTC
Random Selection Loading Transactions
Max Size: 160.04/200 MB

Candidate Block

Mining Attempt ca6a4a95902e7a27432bf07bb6fa84fe6f10fd42b45ba8da9cc4713305d0a061
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 2812d67891570397d84325d30466e8adf5f6c0c3f5435bfef9ea82a25e24c0be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02559901 BTC
Feerates: 157.35 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (112,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,103 802,103 000000000000000000011299726f53721122c4aedf76b4f710dbe3d09424e3fb 4,621 1.00/1.00 vMB 9
802,102 802,102 00000000000000000000a2ea69a50fc3905bb1307e0691f27ad6ba689ed6528e 2,506 1.00/1.00 vMB 6
802,101 802,101 000000000000000000043342fa59027d35d32a94152bb4db4edef88b90a9dd53 1,170 1.00/1.00 vMB 7
802,100 802,100 00000000000000000000d3b85d387b0d4c36e97ab332927475e7bab0c9952d08 3,211 1.00/1.00 vMB 13
802,099 802,099 000000000000000000023ea3ae178a24bc99864d1748e8ab0c8e7b3ba8725ba9 2,177 1.00/1.00 vMB 26
802,098 802,098 0000000000000000000062d9492a994350634fd4a9bfdcc2cc4c249b3e17ccce 1,902 1.00/1.00 vMB 9
802,097 802,097 00000000000000000004421afa6bd6304e560b547bdea16c3be688aa1bbad22f 2,605 1.00/1.00 vMB 12
802,096 802,096 00000000000000000000aad849bcaae7daffe9166dc070f7c7a20ff3ab5d7395 3,766 1.00/1.00 vMB 17
802,095 802,095 0000000000000000000160dc370b39d3d1aec351e5c18c86d37e9528fbb2d7a4 3,007 1.00/1.00 vMB 27
802,094 802,094 0000000000000000000223bb0eb9985c98f4d2b71e284d2665f6fb92214fd4e9 1,515 1.00/1.00 vMB 9
802,093 802,093 00000000000000000001c92ad00c97308d4468022f50da26eab85c5713ec0bc2 3,093 1.00/1.00 vMB 11
802,092 802,092 00000000000000000001e66eabc896f7813f7cba3f2fef4d18518a97b69fa186 2,136 1.00/1.00 vMB 10
802,091 802,091 000000000000000000028c34efe05de35258494d3d53f6d489dbf3c333e4330d 2,222 1.00/1.00 vMB 29
802,090 802,090 00000000000000000004e1569a5164e457459db9d64231fac483737c46d43509 2,299 1.00/1.00 vMB 33
802,089 802,089 00000000000000000004b60c89ef1657d73712f27dc4825244f5c9cbe2f298b6 3,040 1.00/1.00 vMB 14
802,088 802,088 000000000000000000014edbb69fae13aa403a2a53fd048b8af047e61e04e54e 2,484 1.00/1.00 vMB 15
802,087 802,087 00000000000000000004bb26dd03a0a6ef32f64fabbc3489c4ccece7ec36ffdd 3,580 1.00/1.00 vMB 24
802,086 802,086 00000000000000000001b43719827a44d5442d039e67274538f0b328fbd5c77d 3,788 1.00/1.00 vMB 22
802,085 802,085 00000000000000000002a920ca2dd7f7c9e1173ed5bda67f93bb6172e1f4bce7 3,539 1.00/1.00 vMB 10
802,084 802,084 00000000000000000003d05722349d2a9065641e335f87d06f3058fed1fc4d0a 2,350 1.00/1.00 vMB 11
802,083 802,083 0000000000000000000193582e47e47d9605240c903172c6404ed404d8a2bbd8 3,440 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.89 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: 645.09 GB
    • Received: 12.68 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.