Loading Tool

Explorer IconExplorer

Memory Pool

78,975 transactions
29.57 vMB
0.10463455 BTC
Random Selection Loading Transactions
Max Size: 178.03/200 MB

Candidate Block

Mining Attempt ea32caa3073976e72ffd0b17bd000a786ee4ff7105880b6354ea513000262826
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 6c6bd8d2fa9566b4dc666e90c1506f023d9dc00707e76bfb664e83a839ebae9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,567
Size: 1.00 vMB
Total Fees: 0.03968723 BTC
Feerates: 164.34 > 3.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (274,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,264 640,264 0000000000000000000ac14da61fc15679c4b77c301df966f0aa9b3dd0056af7 1,548 1.00/1.00 vMB 63
640,263 640,263 0000000000000000000f18031757845c735d531cda71d6a6a8f3e2329ba8dfd5 2,010 1.00/1.00 vMB 115
640,262 640,262 0000000000000000000206dd477c7d6407464efe604bc054d7cf7065bf01bfaf 2,155 1.00/1.00 vMB 111
640,261 640,261 00000000000000000004b7dc299d4f9bef1e2fbe1a94ccbd7d2214a74178a30d 2,119 1.00/1.00 vMB 127
640,260 640,260 00000000000000000000eabedc9ce53b81e987289560d88b4e6b1794d1688902 2,210 1.00/1.00 vMB 52
640,259 640,259 0000000000000000000f77c19117cbeaeec6fb2f5deffc3d0b8cf2b9a1038244 1,880 1.00/1.00 vMB 89
640,258 640,258 000000000000000000082baa535caa96bb46f27bc567185fc84bd9d5eaf10578 1 0.00/1.00 vMB 0
640,257 640,257 000000000000000000070cdeaecabf13f2a0d97b68652dbc1a467e3c6acdde79 2,112 1.00/1.00 vMB 42
640,256 640,256 000000000000000000062772b42a4ebbb0b30644397f640253acb6d85cdc2d5a 2,649 1.00/1.00 vMB 62
640,255 640,255 00000000000000000007c8b5a46e1a2aa9280ea78ee6809b7ff4db07b2b5882e 2,154 1.00/1.00 vMB 108
640,254 640,254 00000000000000000008579f66a13da1df1ad367addb98ff33f087d750614f82 3,054 1.00/1.00 vMB 124
640,253 640,253 0000000000000000000e21416464d9fce70b82556f1e3f4818c0d0abedb3673b 2,819 1.00/1.00 vMB 127
640,252 640,252 00000000000000000007756fc14debb9cb1ebdae474422b8ed3c2694167532ef 2,270 1.00/1.00 vMB 49
640,251 640,251 0000000000000000000e22826fdecb0c7c3dc5c38a2e0563907a1e9527fb303e 2,537 1.00/1.00 vMB 29
640,250 640,250 000000000000000000018c4ac7311d553d0809cdee96a8c1b5cd9fe6f17a0bbe 2,136 1.00/1.00 vMB 32
640,249 640,249 00000000000000000008d864f4255a5ca484fa9ee5cc1f3aadac163a7997ad2f 2,532 1.00/1.00 vMB 85
640,248 640,248 0000000000000000000f4cb0ea285298577c1838f86f72561434b8e7906b1646 3,185 1.00/1.00 vMB 105
640,247 640,247 0000000000000000000fd8f6071de843d13993c1e2fc2b1f99c83dab2ba4f659 2,519 1.00/1.00 vMB 116
640,246 640,246 0000000000000000000fa7e461b7be6ec587df0ef1dfeb995da6c09cdf703039 2,395 1.00/1.00 vMB 92
640,245 640,245 0000000000000000000070f788ded11eca844e4a5671fd68041ff1d8c0953aa0 2,325 1.00/1.00 vMB 69
640,244 640,244 00000000000000000006b583d753a1923f1702591f834553d58104fbd1bef65c 2,021 1.00/1.00 vMB 127
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.05 GB
    • Received: 16.36 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.