Loading Tool

Explorer IconExplorer

Memory Pool

39,796 transactions
25.66 vMB
0.04992757 BTC
Random Selection Loading Transactions
Max Size: 133.55/200 MB

Candidate Block

Mining Attempt 95a33c2672d2bd64a873f0f27911b916e7fa64fd74c9f015eccf4ce38882be6d
Version 20000000
Previous Block 00000000000000000001e4641041357973cbb89b5d273b08fb2552f298aa7366
Merkle Root 1cf6d55caf6c520ed91ce88cb91c17dd5b0f9063f62ca6ce3ef53c6b90fac054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,713
Size: 1.00 vMB
Total Fees: 0.00356246 BTC
Feerates: 41.65 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,734 (198,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,450 716,450 000000000000000000093edf7cea2a8ab39ae77d12cde8ac4769fbcee247c85f 2,948 1.00/1.00 vMB 22
716,449 716,449 00000000000000000003bc01899883fc4b7fb7ab5c7108cf4d504b2df5ac673e 3,089 1.00/1.00 vMB 25
716,448 716,448 000000000000000000045fe1c0e11a20bd29ac4540c20da61e91dcfb51bb5a62 3,646 1.00/1.00 vMB 14
716,447 716,447 0000000000000000000b538e71a74061bba0468707872c7f2d61b299a69c792d 2,793 1.00/1.00 vMB 21
716,446 716,446 00000000000000000007fb1d11ad01857f4c3b75db8aa59baf47b66347a00de0 2,679 1.00/1.00 vMB 22
716,445 716,445 00000000000000000006d633cb2196abc15df9260123feee38fce400ec6dcedf 1,322 1.00/1.00 vMB 14
716,444 716,444 00000000000000000003f83b51562d24459353886dad83c8eb96460caa35aa5c 2,243 1.00/1.00 vMB 22
716,443 716,443 000000000000000000044e4d6f422557ea128bbab99d928dd3f252a5a9693ecb 1,270 1.00/1.00 vMB 16
716,442 716,442 000000000000000000087211e5bc8cb4075cad71d154c518cf348baa4daa211f 2,861 1.00/1.00 vMB 18
716,441 716,441 000000000000000000077c711d9f500ede0257f09deef93291b8443b5ac27e53 2,665 1.00/1.00 vMB 34
716,440 716,440 0000000000000000000937f2a3e346e06fe0e1c2f679908c8b7b9a7c17782257 1,815 1.00/1.00 vMB 19
716,439 716,439 0000000000000000000b80fe81463c45f6fc95d4aa480456c06ecd3e22e2274d 1,792 1.00/1.00 vMB 13
716,438 716,438 000000000000000000095afaea30c83cb2a0c0d58fa7943479ce590a4028e9f3 1,359 1.00/1.00 vMB 15
716,437 716,437 0000000000000000000536f3796631af88eebf45ac92d2a10afacfc3e3aa2dc7 3,568 1.00/1.00 vMB 17
716,436 716,436 00000000000000000008516bad50e86d470b7030029b16f405d3a7256e094c04 2,715 1.00/1.00 vMB 24
716,435 716,435 00000000000000000002cc9b0477c7ad11064e9522003565f1141cd47e562e62 2,927 1.00/1.00 vMB 31
716,434 716,434 00000000000000000009cf49b88a6b4d24e481f7e8a83eb92e80cc64f1ff751b 3,193 1.00/1.00 vMB 23
716,433 716,433 0000000000000000000b144b26b14e00a7ce99371c9030cc21d6482d36138f2d 2,960 1.00/1.00 vMB 26
716,432 716,432 00000000000000000004468f7d9b94a2c7db6091654ee174a8f68a57cbda93bb 3,418 1.00/1.00 vMB 30
716,431 716,431 000000000000000000076de62f5a081fd35bb8f681cf4696f1e5123451d76c2b 2,308 1.00/1.00 vMB 12
716,430 716,430 00000000000000000006a6b5418f47e0d6dd990377a45bb2f7bb67ea8b4f4457 3,403 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.92 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: 646.11 GB
    • Received: 12.81 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.