Loading Tool

Explorer IconExplorer

Memory Pool

84,166 transactions
31.50 vMB
0.10344129 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt e8a3bd8eb1ee2a85fc18e40dcc6bead726c8b4fea5b40380863ed626d92f83a1
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root e6c648f8fcd7e4699f611f983aa2d5525112ca81cb9ee27a79488c1847ce8651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.03104866 BTC
Feerates: 301.57 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (417,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,973 497,973 00000000000000000090f1faf1e4374e697068a241aaad3de90337bfdc538743 2,654 1.00/1.00 vMB 182
497,972 497,972 0000000000000000006c8859e686377c1f725227b8070b6cf2ec72ee1f85cb21 2,487 1.00/1.00 vMB 167
497,971 497,971 0000000000000000009ca7704169f491d474d332b12a89ffae11ddb5eaad8906 2,667 1.00/1.00 vMB 151
497,970 497,970 00000000000000000099648650074b757696107b73e73629504621f9cb2c533f 2,206 1.00/1.00 vMB 204
497,969 497,969 0000000000000000001de28a7ce6dd6ee42283aaf823eb805058b010ac8a15cd 2,413 1.00/1.00 vMB 147
497,968 497,968 00000000000000000049634f9e2362042484f1e18b98e0e5dc87c39043d55000 2,892 1.00/1.00 vMB 180
497,967 497,967 000000000000000000affd2ad771b68870f8a78a1f22f68b52a3d0e5eb695b85 2,515 1.00/1.00 vMB 189
497,966 497,966 00000000000000000029d660a4e79234cf66bce5e0cbb93011c3e795ddc91914 2,501 1.00/1.00 vMB 172
497,965 497,965 0000000000000000003ee44aa04c5c6a38103ef7fdb8746add9c75df763da72d 2,383 1.00/1.00 vMB 156
497,964 497,964 0000000000000000005b22bd7ea7e87ccc71410538f0302fcf9677193962ec83 2,117 1.00/1.00 vMB 177
497,963 497,963 0000000000000000009fecfba0b3d0ffcbd556761cba995cc7b6474c1367c0fc 2,070 1.00/1.00 vMB 195
497,962 497,962 0000000000000000003956c5a8e25fa83d6d195713d1713598bbd63b6a24a822 1,779 1.00/1.00 vMB 153
497,961 497,961 000000000000000000637327252fde48e00e5d16c0e2fd4b68dd36d2cb17d381 716 1.00/1.00 vMB 206
497,960 497,960 000000000000000000796c57c97b476ef1dd22b28c43c81c59ee0a5e023d75ab 1,962 1.00/1.00 vMB 226
497,959 497,959 00000000000000000013f779c1c823ba7845c89c81ebdad4d278303279f10eb8 2,444 1.00/1.00 vMB 128
497,958 497,958 00000000000000000047afdc25ddf2c5fd9c334f0bb6f89416934b3792d880f9 2,827 1.00/1.00 vMB 163
497,957 497,957 0000000000000000004dbb260cc059edab12470af55180534a6615f3f2c89bda 2,719 1.00/1.00 vMB 176
497,956 497,956 0000000000000000002145e591aae204490092e04ded200aa594e05815464c86 2,662 1.00/1.00 vMB 147
497,955 497,955 0000000000000000002b6433c073d56dd3734ef4f5b8435bc2d55d114b1f515c 1,554 1.00/1.00 vMB 188
497,954 497,954 0000000000000000009fae9c956f555c6aa4230b23aa3f0938fd44a38e8783a9 1,997 1.00/1.00 vMB 168
497,953 497,953 000000000000000000921a1e5ca8286438f6218e3b8c6699ea2e59eee79ddee9 2,440 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.