Loading Tool

Explorer IconExplorer

Memory Pool

84,227 transactions
31.98 vMB
0.08921562 BTC
Random Selection Loading Transactions
Max Size: 194.56/200 MB

Candidate Block

Mining Attempt 6b0b50d57aeb39e159d07eeac5ad57281a82da4ab43a0dcd2365fd8c71d77c77
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 9ed4a918a95468bcd491d6617fa0b7ec6580e5e1852354c4fe55eba1a66d5db0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.01929026 BTC
Feerates: 179.53 > 1.93 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (385,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,461 529,461 00000000000000000002c551b4d99f49a68bf3da2679f46d079ca7cb47d50963 728 1.00/1.00 vMB 13
529,460 529,460 0000000000000000000774e59e4c415f96b934638d23f6ea2b72301fbc514b70 1,665 1.00/1.00 vMB 9
529,459 529,459 00000000000000000031721fc923fdcf0fe982b92614b030782e89d4d8cc2bf2 1,888 1.00/1.00 vMB 13
529,458 529,458 00000000000000000030d9f7b559cc51d85b367a5f77eb149e71407c9c091d38 2,169 1.00/1.00 vMB 45
529,457 529,457 000000000000000000117aed85aaaae3eb3208dc848d4e6d9aecad58d2a9920c 3,560 1.00/1.00 vMB 6
529,456 529,456 0000000000000000002cd5c8a07051436808462b4767b470acc1ca2137ca40cf 2,229 1.00/1.00 vMB 78
529,455 529,455 0000000000000000002e3ff949762d021e5230319155131e03b7171a22e1eb47 1,804 1.00/1.00 vMB 6
529,454 529,454 00000000000000000025200e58d0ed3403b4c9cb45255e6624a23fc9b106eff8 1,401 1.00/1.00 vMB 85
529,453 529,453 000000000000000000054d0616320ec2fcba09a7cb24a87288059076c9d45204 1,648 1.00/1.00 vMB 72
529,452 529,452 0000000000000000002e3437f1e6033dbc4253a62db5c35acea709f4d38ed93a 529 1.00/1.00 vMB 8
529,451 529,451 00000000000000000007d3f50ac35633860efe1ee7fcfba38c4d8ca0a0c09897 714 1.00/1.00 vMB 12
529,450 529,450 0000000000000000002c2754678cc04debfef2bf9d32e67f2a62e06b0e54664b 908 1.00/1.00 vMB 14
529,449 529,449 0000000000000000002ead9468756bf3c1a2f6dde78d02a06ab79c93706acf6d 1,930 1.00/1.00 vMB 38
529,448 529,448 00000000000000000036c780ae18630da664ccf380ba6e3adf5a6656fe755d62 283 1.00/1.00 vMB 3
529,447 529,447 00000000000000000004babc29a3e678c9d6644ffe2f4946bb6c9e8ca72d5f2c 1,555 1.00/1.00 vMB 27
529,446 529,446 0000000000000000000ddcccf54f21d135269d569dca51b22416d0460c6e218d 1,189 1.00/1.00 vMB 18
529,445 529,445 00000000000000000011101eae1e4803acf862a005b6dbbbb8839885504dcfcf 2,128 1.00/1.00 vMB 30
529,444 529,444 00000000000000000009be3f10f72cf7c8a17a0b1fd749d37320fc24bc49bc20 1,992 1.00/1.00 vMB 33
529,443 529,443 0000000000000000000f36c12846e42470e9823f330dd81d1eaaeb18a236718e 1,932 1.00/1.00 vMB 26
529,442 529,442 000000000000000000324870b9894d2de66e07776dd93b7a27ec31286d9e1760 1,793 0.70/1.00 vMB 43
529,441 529,441 0000000000000000000a172a4040c5466a5cfddd0e12794653ae4bccf94265b3 454 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.