Loading Tool

Explorer IconExplorer

Memory Pool

82,376 transactions
30.75 vMB
0.08425394 BTC
Random Selection Loading Transactions
Max Size: 185.38/200 MB

Candidate Block

Mining Attempt d90796b0f48ac75c78f5ce00dcb7e1568069915088595d885bfb263d2ea37a8a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 8240bbfdc743d42b37ba13b5641b7f844850f7640a887bdfc31acfe0cc86ed87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.01889970 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (460,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,363 454,363 00000000000000000211bccb5478c631565ef75540cf79a4333dfd2e2ba7e2d9 2,144 1.00/1.00 vMB 141
454,362 454,362 000000000000000002568735271d58e5d857ad6027de3e3d76871d61bc11fdc7 2,361 1.00/1.00 vMB 197
454,361 454,361 000000000000000001c7755f32a64a446c527b605d8aa1e55486159bec76b3d8 2,768 1.00/1.00 vMB 219
454,360 454,360 0000000000000000019b6fd9be2da0ef658cd8b733cc7dc6264d44813ef6664d 1,760 1.00/1.00 vMB 127
454,359 454,359 0000000000000000013f3d0b6ae363e6e91a6fdbdd8ec0d4539282af688a6034 1,359 1.00/1.00 vMB 99
454,358 454,358 0000000000000000006265e6d101363d02b383ba9f3efc1fc5f3eea60058db6e 2,286 1.00/1.00 vMB 118
454,357 454,357 000000000000000001be048c7203c98163f4cda2746c47a7420282b7c44bebaa 1,735 1.00/1.00 vMB 131
454,356 454,356 000000000000000001d652c7dde4d122fc33dd2cb106ff14731c8ae283ccc8fd 2,150 1.00/1.00 vMB 155
454,355 454,355 0000000000000000025d065c38416438102ec782a6b7f9f20be62188fd25319d 1,724 1.00/1.00 vMB 98
454,354 454,354 000000000000000001da16978bdd40a6eae76069759f2bf4b9220775a223c410 2,109 1.00/1.00 vMB 120
454,353 454,353 000000000000000001382dc52b57a2c7dedc30492de6dd76543d8e53d6c37f72 2,465 1.00/1.00 vMB 183
454,352 454,352 0000000000000000024f1ba4dc0baf3d87abe2ca6e53d89f4c2897fa6eedfcf3 1,772 1.00/1.00 vMB 107
454,351 454,351 000000000000000001a2e53c2f52cad2aa410460331a5cd08bfa9cdc1ce73beb 1,696 1.00/1.00 vMB 122
454,350 454,350 000000000000000001a879a8ca6a2a8395cd67d42c89e83b3a5028432c273607 2,091 0.86/1.00 vMB 197
454,349 454,349 000000000000000000464e5b9a8ca663c4d434597e217506e9f23c2e7c85a985 1,976 1.00/1.00 vMB 117
454,348 454,348 00000000000000000079350a158d38b8d3af5c68be4581543c090ff5f626ab10 1,967 1.00/1.00 vMB 158
454,347 454,347 000000000000000000aef24df3a53648416d704b1bba50862cbdf38ecf452f59 2,568 1.00/1.00 vMB 113
454,346 454,346 000000000000000001bd804f96e418eb3ef543c28208fc905068437d412a5306 1,873 1.00/1.00 vMB 122
454,345 454,345 000000000000000000eb3daaca92a4c34ac11771af39e1805e24c955edc14a13 1,670 1.00/1.00 vMB 130
454,344 454,344 00000000000000000088adc0ce1fc4c811508033180a0a23a61119f6d221c9c2 2,246 1.00/1.00 vMB 152
454,343 454,343 0000000000000000012c42d975f55589190ecb24d83428c38b2609af424d9d47 1,836 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.