Loading Tool

Explorer IconExplorer

Memory Pool

83,523 transactions
31.04 vMB
0.13908222 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt c317b61395b6315770abaf5e4fe143f76c4308bafa94458ce5636b91f9cdc035
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root fe74ad802963ae065518cebdf02eb52e62b8a8bf5c1963ae55880d664c1b9a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.07063356 BTC
Feerates: 366.60 > 7.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (398,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,916 516,916 00000000000000000008475cde8cf8f0a25ab1f7a9b6f5ca31f8f2be9f981592 1,770 1.00/1.00 vMB 41
516,915 516,915 000000000000000000371fac22a502a84dcf2f50708ab6d0b42fd7355e68294e 1,366 1.00/1.00 vMB 31
516,914 516,914 000000000000000000372e3629fa4288cd668c92d0f441937a98e581cd56bcc6 643 0.77/1.00 vMB 24
516,913 516,913 000000000000000000122634e67602c1421c15a14474f0f2af44e34e636f6ea4 1,449 1.00/1.00 vMB 5
516,912 516,912 00000000000000000032b78831d48d30514bb5b508992b922801ccfc31da6407 1,949 1.00/1.00 vMB 18
516,911 516,911 00000000000000000036154c5e4cd31c22b3904c79afdfc3bbc36149445c0c69 2,250 1.00/1.00 vMB 24
516,910 516,910 000000000000000000025dc518c83c5a33e52381fe72df6744ade06ecaffc496 2,628 1.00/1.00 vMB 10
516,909 516,909 000000000000000000231e30cdb62809c7ae101726d7c2e1a7a3596be2c317cb 2,522 1.00/1.00 vMB 35
516,908 516,908 00000000000000000005762640a311af057b4cdc4ad1c474ae44e81c8caa3bfc 2,357 1.00/1.00 vMB 48
516,907 516,907 0000000000000000000e7ae442a8f71335dc89c80dea91c9131e0d8e1e86af74 1,919 1.00/1.00 vMB 33
516,906 516,906 0000000000000000003acf570aa1014a6a187c9977c987450948210e2481eceb 1,271 1.00/1.00 vMB 65
516,905 516,905 00000000000000000039f1475f8c5161baf1a4ca131bc678f3a42ca59d3c2385 610 1.00/1.00 vMB 49
516,904 516,904 0000000000000000001e61f71be288a0f7a6943a1ff8e259f8fd1a5d888d5b60 562 0.51/1.00 vMB 19
516,903 516,903 000000000000000000173ea4ad86ec81e6ffce328454f57a992aec4e5f4d5f82 392 1.00/1.00 vMB 48
516,902 516,902 000000000000000000285ecc0680660656ca3db23ad74f7541d8dd32887aecd1 1,086 1.00/1.00 vMB 10
516,901 516,901 00000000000000000000ed4f00a3c05014aadea52b726b402c27ae80c6914165 1,332 1.00/1.00 vMB 27
516,900 516,900 0000000000000000000822cf6d50a07cab25f80fede2fa78a1fa44c8baedb5ac 1,412 1.00/1.00 vMB 8
516,899 516,899 0000000000000000001ab419ed8d8d34f7334db8ff47a9ec5124bb14c9a91c8e 782 1.00/1.00 vMB 23
516,898 516,898 0000000000000000004595e5d58f5ad4d683e9d411e8f5bc6b481e958572f78e 806 1.00/1.00 vMB 34
516,897 516,897 00000000000000000043e6e6d4f4a97294ab816a29391f759b7e6de35b0abc46 675 1.00/1.00 vMB 16
516,896 516,896 0000000000000000003028d541a9fdfe1b6851b71635ac6d2ec4e43ed50c6ace 755 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.