Loading Tool

Explorer IconExplorer

Memory Pool

82,096 transactions
31.81 vMB
0.08080561 BTC
Random Selection Loading Transactions
Max Size: 193.10/200 MB

Candidate Block

Mining Attempt 7bbe5fc47d36906006bb0e168a70e9233d6ef53d738fa922a4a5230210b940d4
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4e7370e1241ed70c19955edb9a0d4f4d7365c649049f5ce179007d54e569b941
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,083
Size: 1.00 vMB
Total Fees: 0.01119654 BTC
Feerates: 73.20 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (513,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,266 401,266 00000000000000000006c410f348c85762453aff43922dd129be3dc14b149e6d 3,246 0.93/1.00 vMB 105
401,265 401,265 0000000000000000066a79d31b1f62d8b671405fa123cc6e0bc5aa5bdf6f9be1 4,077 0.99/1.00 vMB 132
401,264 401,264 000000000000000006986631683d642bd7ffecc9fe0f3b61e3e3e7703b40c756 1,297 1.00/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.