Loading Tool

Explorer IconExplorer

Memory Pool

39,618 transactions
25.68 vMB
0.05177413 BTC
Random Selection Loading Transactions
Max Size: 133.41/200 MB

Candidate Block

Mining Attempt 087da59a8e46a3e9cbf55a209d3f991162c2ee2f1f18417045f8daf782624f74
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root ed9fd330dbce6adec4f508e10428a447b5a78c55016716bca527998c897dd5bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,384
Size: 1.00 vMB
Total Fees: 0.00542946 BTC
Feerates: 40.21 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (270,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,441 644,441 000000000000000000049dcfe937b0d8052e0f8505309b9f3bfaa95c40088d06 2,720 1.00/1.00 vMB 122
644,440 644,440 00000000000000000005378388fdf84d15b3f110d206d40f61cd973e8f9210b1 2,739 1.00/1.00 vMB 118
644,439 644,439 000000000000000000038c30fdd734cd5c0e1f0d76b897a269ad9e0266331fbf 2,844 1.00/1.00 vMB 134
644,438 644,438 000000000000000000001e957a4974d3b3782bf705477ee0c9f7cbbc3e58a58a 2,562 1.00/1.00 vMB 87
644,437 644,437 00000000000000000000742e4e07f5a890c4fd4e5807ee99130f01dff28da225 2,712 1.00/1.00 vMB 134
644,436 644,436 000000000000000000053b39a7dba5529c0051038e38c37912883a8f6e2a6c4c 2,414 1.00/1.00 vMB 90
644,435 644,435 0000000000000000000a99db202951b5a28e545eb32a1087b739954c8cb0938c 3,083 1.00/1.00 vMB 146
644,434 644,434 00000000000000000000fd7bfde61ceeda97bc3f5100da34254b07ce0ced07eb 2,420 1.00/1.00 vMB 148
644,433 644,433 0000000000000000001070a4aad52cbacd5bdfb7220bd3723c7b067dd2f4ae45 3,137 1.00/1.00 vMB 173
644,432 644,432 0000000000000000000edcd332e1e90bce0242d221700170ca2db1b6b503013b 2,537 1.00/1.00 vMB 95
644,431 644,431 00000000000000000004cf5fe3a73611b0fbffc16340f6795c2ae3bb816463a9 1,506 1.00/1.00 vMB 130
644,430 644,430 000000000000000000072a487db9860acc11cc5840b97dd8ced399d3ca28d6d4 2,467 1.00/1.00 vMB 146
644,429 644,429 0000000000000000000f9beac5c5470e01c5f578d33f0270ff66f5b47a7a37cf 3,093 1.00/1.00 vMB 171
644,428 644,428 000000000000000000048f577e445fb58462f8b6663109fb1b3186bdf6618005 818 1.00/1.00 vMB 112
644,427 644,427 00000000000000000009193fcb2bd850a1190b238aa12b09d4ec071aa8997fbb 177 1.00/1.00 vMB 97
644,426 644,426 0000000000000000000907b6e0b5240991a085cad5b7246f708f500b328b971f 1,811 1.00/1.00 vMB 129
644,425 644,425 00000000000000000000a762e8a9c14a002df0daecebe7dbb1311562403f9cde 1,716 1.00/1.00 vMB 103
644,424 644,424 000000000000000000053f3382da9aa87c983c34639f6f35c8fb0d30726ed261 2,577 1.00/1.00 vMB 108
644,423 644,423 0000000000000000000ff71e3520975c48519a4d6a49e050cddf734d19370a99 2,887 1.00/1.00 vMB 134
644,422 644,422 00000000000000000007797d05068c1e71941a1ef573a0b88c903c68a8a9f7d6 2,925 1.00/1.00 vMB 164
644,421 644,421 000000000000000000018c9d6cb5eb5c2ede6725ce90558a1f2bd83b44953782 2,608 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.86 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.