Loading Tool

Explorer IconExplorer

Memory Pool

43,834 transactions
27.17 vMB
0.06148660 BTC
Random Selection Loading Transactions
Max Size: 143.40/200 MB

Candidate Block

Mining Attempt 834bad548468f3a6c480b9181c2d952c3c916637ee6c17bbf1c1763930c5ae49
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 975b535bd004d1a5bcb65e5fa0933d7fbfc12cd64618609b1e7544c0c2b1aeca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,501
Size: 1.00 vMB
Total Fees: 0.01078533 BTC
Feerates: 200.99 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (701,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,621 213,621 00000000000000214b868787a9a21d38587fb0bc51289fe3c699aa124468450e 26 0.01/1.00 vMB 103
213,620 213,620 000000000000027a1e40b9e667f046fe69e8955dde3603f3a51db12b85f2c3ce 15 0.01/1.00 vMB 197
213,619 213,619 000000000000031a1ecd3bff37ecd84afe884bdc9077777456e56908afe3d207 261 0.17/1.00 vMB 117
213,618 213,618 0000000000000478c14016ed552207b3d50d4c6c9f932b637d91db559275ec9b 558 0.24/1.00 vMB 226
213,617 213,617 0000000000000286bc9a69bcaa0669553aa6b49c3a8f9cf6afc7cdf030b92065 863 0.42/1.00 vMB 168
213,616 213,616 000000000000033962ff1a7413bcdd15a8f5440dbf9ce6ef2ec7e0a3828c08b2 1,552 0.43/1.00 vMB 248
213,615 213,615 000000000000032fc4a297d44e0c0de6f1e9d3fec8fd83c9592519bb6262d77f 42 0.01/1.00 vMB 263
213,614 213,614 00000000000003eb499fb7fed8aacfa736c3ff183d22cd8d475d99a33594d6db 554 0.23/1.00 vMB 263
213,613 213,613 000000000000031f49c9bbeff4faebbfd24a42b534e4289cfdada0ba8ba4f5f1 237 0.12/1.00 vMB 179
213,612 213,612 00000000000003307f703004b3bff0e76f7e31ea1c76c2825b59cd7b6422ed0f 155 0.05/1.00 vMB 120
213,611 213,611 00000000000001ba394b0a035d582667e9b245f26e840cb33ad69589d7aa9161 8 0.00/1.00 vMB 201
213,610 213,610 00000000000003f73240773bea5c1838d1374ae22d59bd6e39859f848b90eb88 224 0.08/1.00 vMB 209
213,609 213,609 00000000000004ae2c02bf094beeeaebca77c278dfe68e5167c0dacb7c64102b 128 0.06/1.00 vMB 127
213,608 213,608 00000000000000b74f19cec6ca4f4f3c58cdd6e12854d4fe95c1a248ebe5538e 240 0.09/1.00 vMB 119
213,607 213,607 00000000000000f7168d89c9f1a533e158fdd28e4f9733e06ed9c3636776007b 628 0.26/1.00 vMB 210
213,606 213,606 00000000000001f8c77ced4b9c2aa158b1d87bdf5556700318b98071b562d959 105 0.05/1.00 vMB 155
213,605 213,605 00000000000003b9684ef408442e7af5e988bbed3e1b97775cbdc16028c76a54 129 0.06/1.00 vMB 169
213,604 213,604 0000000000000441238971539a78b4b003121f485376bc2530566963805c2bd0 286 0.13/1.00 vMB 186
213,603 213,603 00000000000000cc11b5ce49ca37b95886ac40938ccfb6dde6dce308d4ada41e 139 0.06/1.00 vMB 226
213,602 213,602 0000000000000323ee37082f393850bee3afa1269098b5c640dc5429d8685268 333 0.14/1.00 vMB 229
213,601 213,601 000000000000002ee2137344320f279e269b469082a0c9bed9acb8bd2c059a03 119 0.05/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.25 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.43 GB
    • Received: 14.31 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.