Loading Tool

Explorer IconExplorer

Memory Pool

45,888 transactions
27.84 vMB
0.07170572 BTC
Random Selection Loading Transactions
Max Size: 147.01/200 MB

Candidate Block

Mining Attempt df38e1f0c271542ff62736e2aeb8b7c7ff677d9323609e9176aca6503f6067f2
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root d07e849aece38ad9c13e48833bfb62a2545ba15dfab88dd9cc44dcbb3a2a95f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.01876232 BTC
Feerates: 134.30 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (447,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,561 467,561 000000000000000001c9c18fb38ce25b314c9ac77db63b1c9c2bcf45d13f07ee 2,169 1.00/1.00 vMB 272
467,560 467,560 00000000000000000104f112666a63fb4f322ca8922d66a1763acbabe75a0058 2,334 1.00/1.00 vMB 273
467,559 467,559 00000000000000000020687cbac6171008913a0ad33a8559d64a3ac801b6314a 2,603 1.00/1.00 vMB 311
467,558 467,558 000000000000000000ab5e542b6c793e3a3f876acfb1ff53686af1423ece47fd 1,989 1.00/1.00 vMB 240
467,557 467,557 000000000000000000ac5c5c6374def51cdfde1cd9d8bb01c6a02d6dfdfd3473 2,746 1.00/1.00 vMB 266
467,556 467,556 00000000000000000194a4bc0ff34e5f9fffca18ce493c8f5323a5da54ef6251 2,092 1.00/1.00 vMB 278
467,555 467,555 0000000000000000015081ba8f65ac0b73627f55d02d92a54d2d43120a394233 2,388 1.00/1.00 vMB 268
467,554 467,554 000000000000000001a9cd11caa55f99bd85de8c2b4d8d0c766019bf8e5e1b29 2,572 1.00/1.00 vMB 295
467,553 467,553 000000000000000001092527e0656bb10f2f8501e1795cd5fb73f951aded6917 2,425 1.00/1.00 vMB 274
467,552 467,552 000000000000000000b8d4855f337d980411d743eea6d1896e1290ea66a5a673 1,119 1.00/1.00 vMB 260
467,551 467,551 00000000000000000104a1afce96404ddfa4f5b99132dec3f93346677604e449 1,917 1.00/1.00 vMB 284
467,550 467,550 0000000000000000011190abd514df5575d28327402623732eb9b39483217f49 2,969 1.00/1.00 vMB 307
467,549 467,549 0000000000000000017b591942eef542d33f918f8b270edba223a01cc5ed442c 2,400 1.00/1.00 vMB 318
467,548 467,548 0000000000000000018f28e3d3b1e902bb2442867b4358fadf6084666adb9ed3 2,444 1.00/1.00 vMB 268
467,547 467,547 0000000000000000006119a6314ee3a7f2a5fe2be67088bd1274648fae8b1c51 2,143 1.00/1.00 vMB 291
467,546 467,546 000000000000000000d63975addb7a4aa841f8845627c441a66523e72de98c1f 2,319 1.00/1.00 vMB 237
467,545 467,545 00000000000000000166e0dee3d682d1335c982455111836968ba04c59481f79 2,523 1.00/1.00 vMB 359
467,544 467,544 000000000000000000234373c2469f6597e2931e949eba5e391ef68ccec9a7d0 2,597 1.00/1.00 vMB 270
467,543 467,543 000000000000000001d089a6f704579bcc6da20f3dbb70636aefbf44b9992eca 2,032 0.99/1.00 vMB 224
467,542 467,542 0000000000000000007dea896630e86fef2b9769523d86505c9fa96107a33912 2,285 1.00/1.00 vMB 284
467,541 467,541 00000000000000000064da67c2b7d7845a39089366a156a9ce4e913c5aafdc9b 2,439 1.00/1.00 vMB 260
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.