Loading Tool

Explorer IconExplorer

Memory Pool

93,410 transactions
25.78 vMB
0.12008213 BTC
Random Selection Loading Transactions
Max Size: 170.13/200 MB

Candidate Block

Mining Attempt f7e21ee854a727e1cf07813e1ca134a067e763027ca8c41520afc7e13c27dfa2
Version 20000000
Previous Block 00000000000000000000b16f7eabd48b7b47f8b12a4f6330ae3008dcf0db4b75
Merkle Root 061ba10a0c42ec94c3276763b49ca5a032b358bea8e3448f0ba01ff1454fb5a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.04485872 BTC
Feerates: 261.10 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,852 (850,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,436 65,436 00000000070990d23668d474cfabc54be3bef4d13969e80a5f9911c23eb17dc5 1 0.00/1.00 vMB 0
65,435 65,435 0000000005a244c379da0b829d7d19209050332918437e7267cc83785e31ce3a 1 0.00/1.00 vMB 0
65,434 65,434 0000000006758872f16064c2b9764d7e36cf08c5c9ec091c107cc77967509d01 1 0.00/1.00 vMB 0
65,433 65,433 0000000008ea74aaf65295156bb5738529210fadd7e06400ba67c1647704355e 1 0.00/1.00 vMB 0
65,432 65,432 0000000003387d545a5e31ed834fc8bd698be26ea532417b7a05ef0b5bfb89d8 1 0.00/1.00 vMB 0
65,431 65,431 0000000000db767e6a5024e6172f08474fc656c3cf025c27403985351ea5770a 3 0.00/1.00 vMB 0
65,430 65,430 000000000aa28e475dd841b28ac2c6b0af274f5b2de2b84d2b10cf7cb0347e8b 1 0.00/1.00 vMB 0
65,429 65,429 000000000682e531e4f6beb9b5215b968a3cec2304f68f323e61957694e86ded 2 0.00/1.00 vMB 0
65,428 65,428 00000000065d1c4b6778637c2eb59fc342d532158c1162ae993b7e9fc66dcc7c 1 0.00/1.00 vMB 0
65,427 65,427 0000000005da61c5c4870fc4409b1b79504b1c97ec2a6180f2c9ba798cb7e818 1 0.00/1.00 vMB 0
65,426 65,426 000000000423c9c1a1aaf95864dff864e9d77d2f1dcc5f10605c37115e99de69 2 0.00/1.00 vMB 0
65,425 65,425 000000000818099781c29b7f6a8fe985824982635b4784845a223e634ed8151c 1 0.00/1.00 vMB 0
65,424 65,424 00000000071522769bc2e85473236dada20b89c4ec347660a791c8adc92875bd 1 0.00/1.00 vMB 0
65,423 65,423 000000000a1caf00282331587f0c9f4deb54755b2fad5a8b5a2b6a9587a8e23e 1 0.00/1.00 vMB 0
65,422 65,422 00000000013787bc5bb261834961ce4a86edc6a2a1e82b9d721891aed4268f97 1 0.00/1.00 vMB 0
65,421 65,421 000000000abd1143295d8c3c18d809ea1a09cfaf843ce32449197d10f8461812 1 0.00/1.00 vMB 0
65,420 65,420 00000000061357bad08679f29584329cd2ca22c52f4f1c643bc638edba1bef64 1 0.00/1.00 vMB 0
65,419 65,419 00000000084a83c8ad15bb1d96c4cccf1246b6992491c1c63d3f3696f95ea875 2 0.00/1.00 vMB 0
65,418 65,418 0000000000664e8c204149355de67472069e41db9c2c1fd11bc514d438923722 2 0.00/1.00 vMB 0
65,417 65,417 0000000008779c1d1573122b95dc79b624fac306350deee8c4b8a6fe5c346e0c 1 0.00/1.00 vMB 0
65,416 65,416 0000000005a060156100181df0d04b97bd774bfcc9a4226d114535635a628f51 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 793.71 GB
    • Received: 21.98 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.