Loading Tool

Explorer IconExplorer

Memory Pool

40,357 transactions
27.33 vMB
0.06318906 BTC
Random Selection Loading Transactions
Max Size: 142.86/200 MB

Candidate Block

Mining Attempt 239f8105d518f86903e7ef5c9787adfe78a36eedf47e0e89d1b2e342af884b21
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root 2ad45d53cd06d2afdc1aba8e879bfb3f444b31d3f9123d81552ffa18cc3897bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,751
Size: 1.00 vMB
Total Fees: 0.01240872 BTC
Feerates: 150.88 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (123,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,039 791,039 00000000000000000003e55238573146b4a2770118d3b3f4fa42da76e3a7856c 3,632 1.00/1.00 vMB 42
791,038 791,038 000000000000000000023414490ebf3ba3e9ec9bd7b1e84b2f10524f75b56d8b 3,778 1.00/1.00 vMB 39
791,037 791,037 00000000000000000004a55cb7774936ba044a5b06b0f7c3e4ff71c0d0e7dd07 2,463 1.00/1.00 vMB 32
791,036 791,036 000000000000000000059f887d4b885d2df9cf49283da70a4df006cd50a59429 2,952 1.00/1.00 vMB 56
791,035 791,035 000000000000000000005178ead8dee99897e1ab530c8ca65001811108a5849e 5,506 1.00/1.00 vMB 28
791,034 791,034 0000000000000000000259d35a1c83ec5d12a3eaf8762058cea0fe6a82681724 3,838 1.00/1.00 vMB 44
791,033 791,033 000000000000000000056204e45b287a87d9cddcb954d404bc5d61fd17a1ef56 6,754 1.00/1.00 vMB 21
791,032 791,032 000000000000000000052673f4eb3f2cb4c3df8ac46854e2706e4d0f2d458725 4,679 1.00/1.00 vMB 24
791,031 791,031 0000000000000000000499f670cded919f1b9448696727a48ee2aabed1dbc345 4,543 1.00/1.00 vMB 30
791,030 791,030 000000000000000000030ddebf01c222ef507c1153186e9a1afd05881dd4ba47 3,448 1.00/1.00 vMB 38
791,029 791,029 0000000000000000000089486613c2a4521c4557c20565ed3262f52ce04e44db 3,827 1.00/1.00 vMB 62
791,028 791,028 00000000000000000000977ade0126c52f32f9394738e36df544ae47f22aa7fe 5,784 1.00/1.00 vMB 23
791,027 791,027 00000000000000000002a61777df539431b7c7bb31ea28df362c4cc2a5bd9c7a 2,786 1.00/1.00 vMB 28
791,026 791,026 00000000000000000005017b145aee55a8c8eb12dd2a24eb53e5bc322e1d59c9 3,824 1.00/1.00 vMB 53
791,025 791,025 00000000000000000004f99b9d15da39184b65d83d8d949e891f4f6d6fd0004f 2,883 1.00/1.00 vMB 55
791,024 791,024 000000000000000000044a5f0fe18f6653fe4b770e76bebfce1b3c6b959493a7 4,673 1.00/1.00 vMB 34
791,023 791,023 000000000000000000021e815021610de276d197227a693cf34b451bbc21ba43 5,244 1.00/1.00 vMB 22
791,022 791,022 00000000000000000003f8e8d630b1b20d4d203d703fa69fadb5f0e56d16c829 2,923 1.00/1.00 vMB 47
791,021 791,021 00000000000000000001cb7f737fdfe62a78cd15a02d273a18cbc02eb71b4c59 3,270 1.00/1.00 vMB 38
791,020 791,020 00000000000000000000b43fb5f42b7e161568840a359eb91dd9ea168a6e5c22 2,731 1.00/1.00 vMB 44
791,019 791,019 0000000000000000000146f43f4f8ada14ca5f672a182d0b4c431c4968a7d359 5,281 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.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.