Loading Tool

Explorer IconExplorer

Memory Pool

45,431 transactions
26.73 vMB
0.05999041 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt 38dd02e1e4857a04bf16ba1a84bbec73d7b501f1e1f36e7ee3bc1458b2e6602b
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root ab531f720d835b9910838d0efc1ee095f500900347daa82b1b0f3de01af47fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01074112 BTC
Feerates: 40.21 > 1.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (198,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,454 716,454 00000000000000000007f0b3ed99e20ec51bbaf72fb10ac74fa232693d4f94ab 1,535 1.00/1.00 vMB 11
716,453 716,453 0000000000000000000978f43552a926fe376ade6a271b28f443247b171966c6 2,916 1.00/1.00 vMB 14
716,452 716,452 00000000000000000002a765c2df4db2326935be19ca8deb3e65ee2b9943c9fa 2,844 1.00/1.00 vMB 30
716,451 716,451 000000000000000000012c416c40d043763e0a7bf37c36aa28ff6c54d51a5445 1,501 1.00/1.00 vMB 16
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
Previous 10 blocks ↓
Total Size: 781.93 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.42 GB
    • Received: 12.86 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.