Loading Tool

Explorer IconExplorer

Memory Pool

78,060 transactions
29.04 vMB
0.07959494 BTC
Random Selection Loading Transactions
Max Size: 175.74/200 MB

Candidate Block

Mining Attempt 8e452ac82ef87b14844b94b491ce8b2abbdfa9ff4dcb74c0ebad85ff59f341b9
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 191ae7852db61714dd6aef7ea857e2f1f5605e1044149006a78dc63395e01680
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.01890450 BTC
Feerates: 178.73 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (517,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,420 397,420 000000000000000000069db2cda3a264616fcd83e7c4805d02d75dd0fde79d0a 1,284 0.95/1.00 vMB 28
397,419 397,419 000000000000000001e09c6bebe77344806211929b8312b6de75345093ff41e5 2,224 1.00/1.00 vMB 43
397,418 397,418 00000000000000000668ff33b835814b30a9d94c6ed001fe13bf2636d375f79c 2,069 0.93/1.00 vMB 39
397,417 397,417 0000000000000000019215c361731ccaf28dbd3ad08b9c6214261d3cec62b8af 949 0.95/1.00 vMB 21
397,416 397,416 000000000000000001fa931a4c2dd95726bcfe828f68f1d4bc92d8c606177e16 825 1.00/1.00 vMB 18
397,415 397,415 000000000000000000d74960c518e1ec04b1506374ec2bd25a8911d1be577a8e 2,165 1.00/1.00 vMB 39
397,414 397,414 00000000000000000231f40b284f029325a728aa18a0a126d97f795da8b4e3d8 1,937 0.93/1.00 vMB 35
397,413 397,413 00000000000000000770c078aba6506ac993e7b0f0430fe8b512e6aa5f9bc159 2,325 1.00/1.00 vMB 52
397,412 397,412 00000000000000000213d9d252a77d14af2126b7a25627b65394b689fb33bc8f 2,052 0.99/1.00 vMB 31
397,411 397,411 00000000000000000768a0d0d01c2bbdbe4f4a563fe1ef8020c0d2a019d7acc1 2,316 1.00/1.00 vMB 45
397,410 397,410 0000000000000000057abbb698739d725fcfac638af8704511b173b80b195865 2,677 0.93/1.00 vMB 56
397,409 397,409 000000000000000000a5c2a22c8c7c8e11b6fca70ac88f95c8d6be121bbb49fe 2,348 0.95/1.00 vMB 45
397,408 397,408 000000000000000005078c3f670f671bcae0e0acbd360026347d49d0bd54398f 2,713 0.95/1.00 vMB 49
397,407 397,407 000000000000000006aad19032f467c804dd3cdb33219e07764de2b47beccef3 2,339 0.93/1.00 vMB 35
397,406 397,406 00000000000000000047035d2f28279d46556303e7a6013e2b5dd339c2679401 1,915 0.95/1.00 vMB 29
397,405 397,405 0000000000000000071ddb6f19c8f95ae6ba2f80afb0f47683bf91053cc34272 2,511 1.00/1.00 vMB 56
397,404 397,404 000000000000000006a2ac781711f0d35b00b20b816e70e661b1ae81775cb3d8 1,703 1.00/1.00 vMB 34
397,403 397,403 000000000000000007166535b0773fc47ad3258b83a8104737df5ebfaa004483 2,841 0.93/1.00 vMB 62
397,402 397,402 00000000000000000099cc2ffd2b42eadf81156c74cc1a3507cb3dc2e024ec51 1,867 0.95/1.00 vMB 28
397,401 397,401 00000000000000000660bd4e4b4a7ea497d485b2ef18b68bd40ac4682fb457df 2,061 0.93/1.00 vMB 41
397,400 397,400 000000000000000005f50f0859e328e66e0da197c4adcb9a2c9bc4325eaf9169 2,721 0.95/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.68 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: 677.38 GB
    • Received: 16.44 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.