Loading Tool

Explorer IconExplorer

Memory Pool

82,380 transactions
31.22 vMB
0.12381081 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt 52c4f0ba1b12d0ec00f1f42e5627a50952d4caf9ede8fe63b9383e67299292e7
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 1ccf082cbdd80593f45acf1a1138c54a2554cf9eb7737959bb096732aae5f7b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04234169 BTC
Feerates: 318.30 > 4.24 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (214,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,558 700,558 000000000000000000072ca8081b08b81ba0d55cc602e2a6e339107b9c3e6979 3,153 1.00/1.00 vMB 12
700,557 700,557 000000000000000000009c93c3f1ab6d37fa5e55d91b1ff2094f672d44d20a7c 1,761 1.00/1.00 vMB 9
700,556 700,556 000000000000000000060b4091ca0d018909a7e613232dbbe6b3d0f960b8ebe1 2,027 1.00/1.00 vMB 14
700,555 700,555 0000000000000000000b84168d5ee32a328c82c28cfdbcd7ffc535f4e1129e4a 1,726 1.00/1.00 vMB 11
700,554 700,554 000000000000000000060907b8956b9a1c71e8029d3d676eee7b6b2909f0193d 2,192 1.00/1.00 vMB 23
700,553 700,553 0000000000000000000c0145502e065c52da85e4a7b57869760104f60e0b0025 3,346 1.00/1.00 vMB 18
700,552 700,552 00000000000000000009bf7f1595ae16a2d2bdecae28ce497e47a39ebffd86df 2,428 1.00/1.00 vMB 12
700,551 700,551 000000000000000000013546bb530804eb3f09454f03c6369ca3764981e673cd 2,945 1.00/1.00 vMB 28
700,550 700,550 0000000000000000000933ab21eb78bde17517c6c1b4e830f001c50c8324cafe 1,443 1.00/1.00 vMB 2
700,549 700,549 00000000000000000002cf1c557de811a4b9f483643013bff1f5f77778559119 2,224 1.00/1.00 vMB 3
700,548 700,548 0000000000000000000c0ba38dbe0af527f0c52fa2c277e3c7bfd256d268d4e4 2,867 1.00/1.00 vMB 7
700,547 700,547 0000000000000000000ec2896e27460cea94df6aa3cdf64ed8f7397b91611e3b 2,967 1.00/1.00 vMB 15
700,546 700,546 0000000000000000000f30a5461804a25bd056d5f6041df10776d1ca9fec0297 2,734 1.00/1.00 vMB 12
700,545 700,545 0000000000000000000e9fe66b5ee736484008f5290552c97a416ba3f67efb80 2,387 1.00/1.00 vMB 9
700,544 700,544 0000000000000000000b780fd80467d71081877d6cd340321fa1b235577d3d8e 2,240 1.00/1.00 vMB 10
700,543 700,543 0000000000000000000a961233cccd3c40973ee4b00650409ac8285f67c6fd72 2,754 1.00/1.00 vMB 11
700,542 700,542 0000000000000000000bf23c88212f9d50388cbd2847ac7a110e2e042bf79868 2,070 1.00/1.00 vMB 9
700,541 700,541 0000000000000000000ad79afab0c3da86bd2d02feb1be0dfef82daf788a276a 2,316 1.00/1.00 vMB 17
700,540 700,540 00000000000000000004d2d3c9c574b9d9fa42b5111cd8c0ef6c5cdee8e73006 2,980 1.00/1.00 vMB 26
700,539 700,539 0000000000000000000db1ec31a2f02ac1c8afd725f2af01c1641e89dfb0d187 1,972 1.00/1.00 vMB 19
700,538 700,538 0000000000000000000b4730ba119a3bbd11124e8912f297d252ba5726bd4071 1,858 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 722.13 GB
    • Received: 18.39 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.