Loading Tool

Explorer IconExplorer

Memory Pool

14,834 transactions
10.98 vMB
0.04866271 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt c995e6628db2f82ada0024752eee1fe600749f4c66dc7c1696eee72bb14a417d
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root e7978261a8ddb192298f9baf429145b38d2f5309a3c1eae0b171b9541655b25a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,578
Size: 0.99792875 1.00 vMB
Total Fees: 0.02794016 BTC
Feerates: 200.67 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,643 913,643 00000000000000000001cf2de7570a1bcdd29c6c36e5e4ddcf3c67d06d4ea5dc 3,449 1.00/1.00 vMB 3
913,642 913,642 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e 6,462 1.00/1.00 vMB 0
913,641 913,641 000000000000000000002fe959c2c37462ddb89bea45e9901b11d3859091244a 6,274 1.00/1.00 vMB 0
913,640 913,640 00000000000000000001b63bcf36e1f254484d85da097ade3b52779744758671 5,744 1.00/1.00 vMB 3
913,639 913,639 00000000000000000001e29e3b99e8d68b860059b437f565f8de67a9b295db9c 3,676 1.00/1.00 vMB 1
913,638 913,638 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0 5,016 1.00/1.00 vMB 1
913,637 913,637 00000000000000000001a1e711f0cc082de74caadca7aaa6d6f89038f35068dc 5,173 1.00/1.00 vMB 0
913,636 913,636 0000000000000000000124f0c7e957ce6b5c24e07cee57ca81b29ee3757595d4 3,302 1.00/1.00 vMB 3
913,635 913,635 00000000000000000000ef38f53b488e99aa85684cf9acc49971283f7e24b17c 3,250 1.00/1.00 vMB 2
913,634 913,634 00000000000000000001928e9819079ee436b3e602af2a9b168112fd6ce0c842 492 0.17/1.00 vMB 3
913,633 913,633 000000000000000000013cf5225324adfe8a332e7ff1b5228a49b64c41c89b72 4,417 1.00/1.00 vMB 5
913,632 913,632 00000000000000000001b91c0ef384467c1091a9b2bb6c2b0bb8142febdb33c5 1,956 0.62/1.00 vMB 3
913,631 913,631 000000000000000000005869b6f02e2e1fce11201d782ea6634520bd8fcbaa28 1,148 0.43/1.00 vMB 1
913,630 913,630 000000000000000000009410a49da7d8e0e9a7d81a5874556a98bce4c9dd25f9 4,038 1.00/1.00 vMB 5
913,629 913,629 0000000000000000000008b4f9fc51709a9751dd02004dc2c95f216dd0195c59 2,421 0.64/1.00 vMB 2
913,628 913,628 00000000000000000000a467ad5015fa9fec2a6bd3793c4f43fb0165dceca392 7,091 1.00/1.00 vMB 0
913,627 913,627 00000000000000000000c020b24d15f646e9022e64c6ab19212b760bcd341088 4,489 1.00/1.00 vMB 1
913,626 913,626 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480 5,919 1.00/1.00 vMB 0
913,625 913,625 00000000000000000001e7c45d4ac10931ac78b8bf7a7faab9fcce3066ef624f 3,669 1.00/1.00 vMB 3
913,624 913,624 000000000000000000015c351a6326ff5f4ed3c94ef9e16345a26a06c2a4d16c 3,352 1.00/1.00 vMB 1
913,623 913,623 000000000000000000000152ef431df255965eaa75faebb743672d88185b6317 3,366 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.29 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: 517.00 GB
    • Received: 4.49 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.