Loading Tool

Explorer IconExplorer

Memory Pool

69,452 transactions
26.51 vMB
0.07065640 BTC
Random Selection Loading Transactions
Max Size: 159.32/200 MB

Candidate Block

Mining Attempt f16a705dff6040dfd41845b53654cac9f82661d7afde8471bd7c7c32e29eb483
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root 0c7dd31887b42f37182450d2434b34901b1b283d07bf38ac1d209c1aa070e3ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,569
Size: 1.00 vMB
Total Fees: 0.01421990 BTC
Feerates: 71.69 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (845,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,941 69,941 000000000005e8d07255ad3925dd4cc62ee9a435cf27093dc5a8e417c57b57f0 1 0.00/1.00 vMB 0
69,940 69,940 00000000015a54d8c475ee20214f00afca3a1627f83f3b9e938d2aef215c7993 6 0.00/1.00 vMB 0
69,939 69,939 000000000149e05d3893a0cd1fb75b98397f4a60dff364a201768e34e6f0da46 1 0.00/1.00 vMB 0
69,938 69,938 00000000002879b33558705be4bed4199fb9a92520c151204f9cbbc5c61be99c 1 0.00/1.00 vMB 0
69,937 69,937 0000000000acb793fa3d9df914ab81c403aefe890d877bae05963d0362b71fd7 2 0.00/1.00 vMB 0
69,936 69,936 000000000149f0ff2978210c40e6c91c62c5f6aed765b692026d772f4920fbf7 1 0.00/1.00 vMB 0
69,935 69,935 0000000001035f666b1702ee9ed4c69cad1f0bd506667ba279cb67c92b1887a6 1 0.00/1.00 vMB 0
69,934 69,934 0000000000b09e182b14d7a2931375c372b58ef1a04cc8a16eb24074c871bc42 2 0.00/1.00 vMB 0
69,933 69,933 00000000011406825a4684063a35349dd4f562810c9e4d018378e3fa062bca51 1 0.00/1.00 vMB 0
69,932 69,932 000000000142cb7cee05f5d32654c4a94d4d1eb1e25cbb15cb137fb1cfb7e1a5 2 0.00/1.00 vMB 0
69,931 69,931 000000000168afc604c791a927d8e1d744d9f35c71f7992f12c1ae89251a4f69 3 0.00/1.00 vMB 0
69,930 69,930 000000000112873d0eb7326ebc31b6e9cea1bbf9cace1cdb06d9b7a80d3b059f 1 0.00/1.00 vMB 0
69,929 69,929 00000000004f9d268603d3f290b4131dddbe8f83577892214f9973419bc6abd5 3 0.00/1.00 vMB 0
69,928 69,928 00000000005a7cc079f564f5ca4b6f528b15b3f226a88d3be27ce7891d82272e 1 0.00/1.00 vMB 0
69,927 69,927 00000000005df6341ad02e227772999c528774fd1466303e2f889f248ccde9a0 2 0.00/1.00 vMB 0
69,926 69,926 00000000009dbb2e682687a555abb6aca6766d2fa4578a7312973f4ad2e39948 1 0.00/1.00 vMB 0
69,925 69,925 00000000012658ccaecf536bf4d2218e3c3471c5bc9c63bd5f7e965e8b89f69d 1 0.00/1.00 vMB 0
69,924 69,924 00000000008a9f704a358b38145c64999f8b78a701d8389a8b4e2897438e2497 1 0.00/1.00 vMB 0
69,923 69,923 000000000102597c14e326b87ab5c1a993277daa12d3dae0ab2799b38264f3d5 1 0.00/1.00 vMB 0
69,922 69,922 00000000007cc2429f36e71e956b5133a17556b82dc01a1d0bdcde1554111306 2 0.00/1.00 vMB 0
69,921 69,921 00000000002584195221c449361be7417742ce583368564346f2aa0ab866e3d7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.94 GB
    • Received: 18.97 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.