Loading Tool

Explorer IconExplorer

Memory Pool

42,199 transactions
29.07 vMB
0.07232537 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 2ffe05ba70e1e60799eb940d8fec080c01e977cb7954bef1fa7860695d6cafea
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 812eefd7f3f0f2e28810a16de6e293071a026708747cea2fa3b64422481f5f28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.01557423 BTC
Feerates: 100.36 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (297,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,863 616,863 00000000000000000000c6aabdf67a4ceb247bf103f37ec1fecc11c7679e573a 1,645 1.00/1.00 vMB 25
616,862 616,862 00000000000000000005a10b645920c48a8349cd0bd6bb8be60c5bf4cd21bafc 3,011 1.00/1.00 vMB 39
616,861 616,861 0000000000000000001211b5732b5c71004e1806dfbf91bd99210a52e7b6b0ba 2,800 1.00/1.00 vMB 28
616,860 616,860 00000000000000000008393392157fb2801087c958a185b1b8c9c4501335fa39 2,244 1.00/1.00 vMB 24
616,859 616,859 0000000000000000000663961bc056ed2ceef41a6997d49f4d8dde98a356f933 1,383 1.00/1.00 vMB 15
616,858 616,858 0000000000000000000d40e179632e6f10fd3cc3671784e7bc95c91c613f7755 2,557 1.00/1.00 vMB 32
616,857 616,857 000000000000000000035131a946caf9f1f05b42962cfa6ca2a1ecec8929bf36 2,513 1.00/1.00 vMB 25
616,856 616,856 00000000000000000008daabab7223fad2657aabf76f24220a4bdaeaa9db21db 2,930 1.00/1.00 vMB 25
616,855 616,855 0000000000000000000420f2825eaff03c88ccfd4ebaaf152985016ae5b60df5 2,800 1.00/1.00 vMB 25
616,854 616,854 00000000000000000001da2819167b267e6faf9a7c0e6bc69cb2f7f5602e3823 3,487 1.00/1.00 vMB 39
616,853 616,853 0000000000000000000a9ec9f67367cf286cb7782cd1395d79b7820d2e27d5b7 2,776 1.00/1.00 vMB 25
616,852 616,852 0000000000000000000ba19a16d9d64e078e0f6bd1fcb7fc9cf9d3f59a3ff1dd 637 1.00/1.00 vMB 25
616,851 616,851 00000000000000000001d17c1384bae13b266f16601c0d9e61ba400bb73aaddb 2,246 1.00/1.00 vMB 28
616,850 616,850 0000000000000000001142e5abf391352d296a0d4e030bf511da65cd2d06e76e 2,972 1.00/1.00 vMB 29
616,849 616,849 0000000000000000000aaa0ab747b95943177fea465cea17ea675fe9d2d83b5f 2,450 1.00/1.00 vMB 29
616,848 616,848 0000000000000000000bd87aeb8e73207648637eb664853ce9a10d8a15205a66 3,478 1.00/1.00 vMB 38
616,847 616,847 00000000000000000011ea47b5fa38eb52dbf44dc36a45c5b611edca8f6717af 3,128 1.00/1.00 vMB 29
616,846 616,846 00000000000000000004e89ac9164f0fafbc34a7b0cb90d6a872aa8e160ed88c 3,772 1.00/1.00 vMB 39
616,845 616,845 00000000000000000007432f0799fdc521f83cb0f078bc1e5f9900eb629ed75b 3,570 1.00/1.00 vMB 39
616,844 616,844 00000000000000000001dcda252ae91a8729371a0caa6c366dc9e11ae24de58b 3,781 1.00/1.00 vMB 32
616,843 616,843 000000000000000000002724641e8d07180ae8c89c705f1dc7bcb9b9d18ae0c1 2,730 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.