Loading Tool

Explorer IconExplorer

Memory Pool

43,208 transactions
26.91 vMB
0.05424568 BTC
Random Selection Loading Transactions
Max Size: 141.86/200 MB

Candidate Block

Mining Attempt 549b6c68dfb4c096d2e8708bcc2506d3945f947b8e2f0d02f8e6734cbf6fcbd0
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 2212e006e572383802f43f40a6e809e6eedcaf0cf1713ca00ee1aea8c1badfd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,381
Size: 1.00 vMB
Total Fees: 0.00434760 BTC
Feerates: 160.56 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (420,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,571 494,571 000000000000000000bb1905ca3d03262606a794c0eceacb0e5bb6cdcd135729 2,640 1.00/1.00 vMB 128
494,570 494,570 00000000000000000030d06296d1f21da0d7bdcbfe9c70f1bbd5ffee4c301795 1,910 1.00/1.00 vMB 90
494,569 494,569 000000000000000000ae9fbd75725a823bfa514189bbba9d53104e60115b71d1 1 0.00/1.00 vMB 0
494,568 494,568 0000000000000000003a2fd653ccad1cc6acd9fedc5ff36cc8721838d93db69f 1,957 1.00/1.00 vMB 91
494,567 494,567 000000000000000000c1dcaef1bf2c0dad1f2736e2c2e555e44690412629f323 1,939 1.00/1.00 vMB 211
494,566 494,566 0000000000000000004664536652ce394390ca66724e8d081bdbd4a823a4ffc3 2,302 1.00/1.00 vMB 267
494,565 494,565 00000000000000000072bdf591937e65591b54526c4e27cebf0c5302a4974bdf 2,156 1.00/1.00 vMB 107
494,564 494,564 00000000000000000088ab54a5ec2084a53911fa991eaaa2b430bfea3c87e805 2,445 1.00/1.00 vMB 155
494,563 494,563 0000000000000000002cf7eb83a97be15e8adb02159ed18063867ac3f5cd3b29 1,325 1.00/1.00 vMB 202
494,562 494,562 000000000000000000c286138eef83570dbdfcd3b25e1ee8e5b0c354f96e5b8f 2,129 1.00/1.00 vMB 136
494,561 494,561 000000000000000000bd3c5c26d47d5e86ccacb6f6936c205e9a0492c8c3b50e 1,843 1.00/1.00 vMB 217
494,560 494,560 000000000000000000a4b14ba094bbd1c51ada442fb2169d3bccdbda4c975d0c 2,272 1.00/1.00 vMB 230
494,559 494,559 000000000000000000c37686fcbaa57a23928b3d5ff144ca56be6e72c178718c 2,236 1.00/1.00 vMB 478
494,558 494,558 000000000000000000033b62d2caa44d55527909b01509b1d0657d9397161905 2,206 1.00/1.00 vMB 613
494,557 494,557 000000000000000000be0e5e8af3cc438e74775bc993b97ead06c88b27896730 3,179 1.00/1.00 vMB 165
494,556 494,556 0000000000000000002609870be0842f9a06dcf64a175a8c43572d32193d294e 2,048 1.00/1.00 vMB 427
494,555 494,555 0000000000000000007bece6b70e0bbb9992934dd3275d894c69d3f06347f38f 3,837 1.00/1.00 vMB 165
494,554 494,554 000000000000000000084febf628a87b4c6da3f1a3ab11ae4639a58863fe415d 2,864 1.00/1.00 vMB 107
494,553 494,553 00000000000000000030b375631bc638d0450cb7197c3fcb36da7015918f264e 2,779 1.00/1.00 vMB 158
494,552 494,552 0000000000000000001bfe3616b37850268f18dbc294a404eda9522f3e2dba70 2,088 1.00/1.00 vMB 212
494,551 494,551 000000000000000000743274c8cc92c064bf136b2d7017104f98de8772d907bb 1,741 1.00/1.00 vMB 516
Previous 10 blocks ↓
Total Size: 782.24 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.07 GB
    • Received: 14.25 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.