Loading Tool

Explorer IconExplorer

Memory Pool

81,301 transactions
30.41 vMB
0.09824458 BTC
Random Selection Loading Transactions
Max Size: 182.38/200 MB

Candidate Block

Mining Attempt c4c39e1ab8df2ffa2786d8ab7e6d21bb3bd8e0207a2e6c0f67e73e97c5929d0b
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1a759f7a5cd19130d58d326baa075d89a99d0c7cd19ce4df0a79017d04a28bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03434010 BTC
Feerates: 301.07 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (266,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,637 648,637 0000000000000000000d581e157adc4c37468e2110835e98d1b5de7e036a19b6 2,246 1.00/1.00 vMB 41
648,636 648,636 00000000000000000004de347df462fb4f1c20e818a9e6988f16ee4a50dbd71e 2,648 1.00/1.00 vMB 84
648,635 648,635 0000000000000000000f2059ec27c66726ea6ecc34f60d9bd5942776cf4496a7 2,689 1.00/1.00 vMB 38
648,634 648,634 0000000000000000000e9445b617cb9065a5ec0a6c826e90e243c4710cb0e57b 2,082 1.00/1.00 vMB 24
648,633 648,633 0000000000000000000e6f7cc9d44d886ed6b1cc926fbe046fd3aedb9fc14e1f 2,885 1.00/1.00 vMB 55
648,632 648,632 0000000000000000000fbf73ec75925b7d1e0eb65ddbe9a2684a0655b17ae9d1 2,838 1.00/1.00 vMB 38
648,631 648,631 0000000000000000000b80152a24814f53b138d6a60545c16ba26d711ac3aedc 2,522 1.00/1.00 vMB 79
648,630 648,630 00000000000000000000a1455c92c5640c53cf5e3d7680d09d8ba6a4fd5acf40 2,464 1.00/1.00 vMB 84
648,629 648,629 0000000000000000000bdf0008243419e69296602051e0df19edad6223e3189e 2,896 1.00/1.00 vMB 71
648,628 648,628 0000000000000000000a4d006d047897182fff19dc23e8899d089e515b09ba13 2,306 1.00/1.00 vMB 62
648,627 648,627 00000000000000000001852b59deb8ff344d8fee6d3d2bb3247562677fe2174d 2,420 1.00/1.00 vMB 83
648,626 648,626 00000000000000000005a865012492415e3373d29d61d055f354574a45e4396e 2,251 1.00/1.00 vMB 77
648,625 648,625 000000000000000000046d8e99f458372f5300b566552ba66017b1971280755f 2,515 1.00/1.00 vMB 96
648,624 648,624 0000000000000000000f7ce049f50663167bf9bbb905ec424327d36e5092872e 2,618 1.00/1.00 vMB 22
648,623 648,623 0000000000000000000094238c407b1d3c6b471ca8f6618ae26411e1c4a3ef35 2,336 1.00/1.00 vMB 53
648,622 648,622 000000000000000000012760c8c3859d1bceb30e1443e0ee8dfd2c3aab0d7e41 2,272 1.00/1.00 vMB 65
648,621 648,621 000000000000000000034604d13641b3ddae13cfeb8d79fc5673091d3b001c00 2,808 1.00/1.00 vMB 32
648,620 648,620 000000000000000000074bd65a945ed7ff16e5874c67566fc92ba5267122453b 2,768 1.00/1.00 vMB 51
648,619 648,619 0000000000000000000d0859d31d21a09140948ba09158bf7fdd197f768662a2 2,700 1.00/1.00 vMB 80
648,618 648,618 00000000000000000004e0c4eec6d1db588c72767e366c1ea58b6f69dd625315 2,053 1.00/1.00 vMB 68
648,617 648,617 0000000000000000000ae56a64e29078178526e2cd2c75022b914054be49dbde 2,732 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.