Loading Tool

Explorer IconExplorer

Memory Pool

14,777 transactions
5.56 vMB
0.03539035 BTC
Random Selection Loading Transactions
Max Size: 32.56/200 MB

Candidate Block

Mining Attempt c5c40c1d241bf51960e1710b83a7af04a61b127c6bc16332f9291a031e57f725
Version 20000000
Previous Block 00000000000000000000f20c769e1d6ab56823f70a568aae2164f351b99585ab
Merkle Root 11661938038309a0ded88d41bc85f08d56b85f72cf7a785cab4a5dfea034a7c9
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02910027 BTC
Feerates: 350.20 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,222 (731,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,536 206,536 00000000000002cf1751dba3f7f13fede95de20c782694d8374c140a706edb65 59 0.04/1.00 vMB 134
206,535 206,535 00000000000003113fe0cd40b67155bc9aea182e0e87b69664e2c0a8a620ab31 30 0.01/1.00 vMB 238
206,534 206,534 00000000000000bf9fa94a131ed5dcd33d83a39694c6ff4df8e65dca46b9a8e4 16 0.06/1.00 vMB 58
206,533 206,533 00000000000004b3e40063dc7dc705f88d4a3b5614ea7935c34c9eaef147132b 277 0.18/1.00 vMB 150
206,532 206,532 000000000000036ff909ccf5879c9295dfb912c4493dc0489e0bbb5fb5b744bd 143 0.05/1.00 vMB 290
206,531 206,531 00000000000001e3ff5485dbed5b9f7ccfe49b75f46138fd3185b6e5ce07a71c 235 0.17/1.00 vMB 93
206,530 206,530 000000000000040c4d8e5dd181d857520bec945b64194331c3923b0aaa47f9b4 117 0.05/1.00 vMB 119
206,529 206,529 00000000000001e72af013e4015c4579ce15d41569d4fb2cf3b4106a85c408a8 371 0.22/1.00 vMB 160
206,528 206,528 00000000000003360c9e372ada2cd8731ff7db7ecc939679168a1ad05d9ea7f5 66 0.03/1.00 vMB 69
206,527 206,527 00000000000002b4853368d55313cf2b4451e8b39cbdfddacb9dd3bdedd68262 302 0.12/1.00 vMB 199
206,526 206,526 00000000000002aa97d7bd32df5936ed33eb64338166e06b2b256dea35d9f767 26 0.01/1.00 vMB 138
206,525 206,525 00000000000000e67cafaa9b83f20837ca2c9c85d7bafb3f4a8effb62406109a 39 0.02/1.00 vMB 166
206,524 206,524 0000000000000152e7d4683bc7bb51c6d5deffabd80fdf5261b9e32e3fc8caa3 77 0.04/1.00 vMB 214
206,523 206,523 00000000000003dd392a3c50eb84e09396f7170cc333cd6648259e30dd44cf38 266 0.11/1.00 vMB 198
206,522 206,522 00000000000001597c37839ff5eb7289193f1f384b4cad6d1d43e054157a8b86 15 0.00/1.00 vMB 39
206,521 206,521 0000000000000217f90b17b6f798cd0df2c3a6f658f5ed15517d6c5f37133132 33 0.01/1.00 vMB 189
206,520 206,520 00000000000001b4326be18918bd426a1f9d73aba35592bc44bfa85622d853c2 92 0.05/1.00 vMB 145
206,519 206,519 0000000000000282d41bbfa1ab20ea9650a7b55dd0151cb7e18d3ca1ad3a5085 262 0.20/1.00 vMB 116
206,518 206,518 0000000000000463ed513cb8498d27368eafe9516ac06930467d86d5822c6e2f 555 0.39/1.00 vMB 73
206,517 206,517 00000000000002a088bb427ebcb1275b0cce8c3a94f7d0ad284910c85625dcdf 419 0.27/1.00 vMB 113
206,516 206,516 0000000000000229f275629195524c9ab3bd105ead45d0fea84ed4afe06fee3e 384 0.20/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 823.54 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: 4,087.90 GB
    • Received: 224.30 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.