Loading Tool

Explorer IconExplorer

Memory Pool

79,225 transactions
29.33 vMB
0.09791134 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt 267e9d68f62b7fe420100e5205e33ab448b967838cd60eb35949340e8d2173ae
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d915ce3b9751a087be3508d48c036abb7e2e5cb6fc30639046bc7c24438b1769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.03562007 BTC
Feerates: 150.62 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (513,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,263 401,263 000000000000000002d84ebbcf33e8951cfdb3234768de5026e399c79f92f987 1,053 1.00/1.00 vMB 33
401,262 401,262 0000000000000000002210991411fbb8dcfd16fdcd082b3f8b338dbb8605ab83 2,082 1.00/1.00 vMB 43
401,261 401,261 0000000000000000049574f29db049467937c41db1a6d5c9b1212eeff694c13c 1,889 0.93/1.00 vMB 63
401,260 401,260 0000000000000000049a37fa2d5605ea33af0e0ed8f8a5f1d8b5805c3f4f7dd2 2,069 1.00/1.00 vMB 47
401,259 401,259 000000000000000002f45a9abd599b01286fbe2d22ac2a1b2421b7262032a184 1,572 0.75/1.00 vMB 53
401,258 401,258 000000000000000000e719d208a3eb2d859101bc1532d06bf6f18cf5fb75b359 2,172 0.93/1.00 vMB 44
401,257 401,257 00000000000000000016c640982baee9242d5aa1381f791168ac6fda4b2211a7 2,400 1.00/1.00 vMB 56
401,256 401,256 000000000000000005fcb53f778e7ba7f5f0ba978f1f4cba9e6882400d78239e 645 1.00/1.00 vMB 61
401,255 401,255 0000000000000000018d10468ab88b6a04ef2d93a426ef60c511a25be223a07f 681 1.00/1.00 vMB 73
401,254 401,254 000000000000000003c51eb015ffbf1584cce858bcda327dcaa2eb65e14939d2 2,427 1.00/1.00 vMB 41
401,253 401,253 00000000000000000640f11d60ceec8bfa7bc5687249849935524541df73a3ee 432 0.99/1.00 vMB 57
401,252 401,252 00000000000000000014cbbe80fc4e98cf6adfbae823ce2174429681c701ec11 1,128 1.00/1.00 vMB 70
401,251 401,251 000000000000000000a4dd7dea7348bb61f2f9994372a13681e6a66aee847aa8 1,101 0.93/1.00 vMB 42
401,250 401,250 000000000000000006c681420c7907bd117b629ef28c1531503e9e4da400b57f 1,371 0.93/1.00 vMB 57
401,249 401,249 000000000000000006dd2f66bcfce0d9a9a654e48ff99b1d65e057594f650401 186 1.00/1.00 vMB 51
401,248 401,248 0000000000000000027c8a1458a4075d865a7b9b50b2889a46d8713e749bb7e8 2,363 0.91/1.00 vMB 100
401,247 401,247 000000000000000001476225cffd6c357cd6ca1dc35b46d3ffd2c077d9ada0e1 1,395 1.00/1.00 vMB 79
401,246 401,246 0000000000000000034a60c3abcf17071df2f337bfeba5db2d71c5cf6a2193c3 2,331 1.00/1.00 vMB 52
401,245 401,245 000000000000000002b894e8d9f9bf16758848dd997a48c87baa8e736ce21a4c 2,725 0.93/1.00 vMB 70
401,244 401,244 000000000000000002e03ddbcbf6b77f1281399b63a77a4f6a60d3e024d21e37 2,400 0.99/1.00 vMB 108
401,243 401,243 0000000000000000023929461ba1904ad2be47156a433e85f783acb01a6b385f 2,180 0.93/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.