Loading Tool

Explorer IconExplorer

Memory Pool

35,807 transactions
26.00 vMB
0.06634922 BTC
Random Selection Loading Transactions
Max Size: 132.48/200 MB

Candidate Block

Mining Attempt 0239e5605ed9010e4fee2f30a43083126d225fe8632a2e185d6ee4034f480ccd
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (112,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,108 802,108 00000000000000000004979a38238c0c50780947532cd29f4817ca561af9d50b 1,371 1.00/1.00 vMB 13
802,107 802,107 000000000000000000006257e67f7ff6ac6fbc11cd598eeceed07587445b8e1b 2,494 1.00/1.00 vMB 19
802,106 802,106 0000000000000000000308492b3771753df3f7265fef77c4463c11b3fafc89be 3,168 1.00/1.00 vMB 21
802,105 802,105 0000000000000000000173904e81cb215fb50cce2461756d8444b0d0dbd99a1c 6,261 1.00/1.00 vMB 7
802,104 802,104 00000000000000000002dab49ec87c3c338a8759b95d2657fe364167f2d2dd37 3,053 1.00/1.00 vMB 8
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
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.