Loading Tool

Explorer IconExplorer

Memory Pool

88,326 transactions
32.97 vMB
0.11863477 BTC
Random Selection Loading Transactions
Max Size: 199.83/200 MB

Candidate Block

Mining Attempt 115e88d6a510ea0a44ec2529f647a0106e3d8f36db9aaab9e0dda64e28cbbe45
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root e6818d3385bbcfa8bf1031b415ca2e467e549e9c844144600e257c684a501887
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.03379874 BTC
Feerates: 318.30 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (542,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,869 372,869 00000000000000000602d31aaef66ed1871b18c22f5661cebbbad6a8ad7e81c0 233 0.17/1.00 vMB 41
372,868 372,868 000000000000000000a652bf1a3a6e589e257f36ecbc1df92167aeef3a88fa67 1,307 1.00/1.00 vMB 29
372,867 372,867 000000000000000012d7a15ed7d3cfb40a650da5a6a0b5b701fcfd462c6f9d3e 1,416 0.92/1.00 vMB 32
372,866 372,866 00000000000000000fc33fb3f76e72045bd7929f278f64be1ad60db29e6f3ae8 2 0.00/1.00 vMB 0
372,865 372,865 0000000000000000124f991936c25adc91252746d669af951e033393c6ba7c5f 2,864 1.00/1.00 vMB 63
372,864 372,864 000000000000000003bed426aade768b70a76c0ddcac3c1f9f447a343dc54928 1,409 0.75/1.00 vMB 37
372,863 372,863 00000000000000000fe2115d7d6f6cec25655e2d38df1aa4c9f26b6ea23c4363 1,433 0.75/1.00 vMB 38
372,862 372,862 000000000000000004ba4f9486e5f957fa5162fc1de1bf57121192dcf7b48b24 1 0.00/1.00 vMB 0
372,861 372,861 000000000000000000d165f699a886fa9db466d0efe254774ba1751c80ec7ab8 2,285 0.95/1.00 vMB 54
372,860 372,860 0000000000000000109ede25cd1af810351a3fde3e51b04522a2ed68d22e99c3 855 0.56/1.00 vMB 32
372,859 372,859 000000000000000008aba16fce8b8f37b3ebe98ea78c22caaf5c8cb7beba6450 2,435 1.00/1.00 vMB 52
372,858 372,858 0000000000000000034a75c9f8e6184708257fab30f76df29b3d9026a8c79c47 578 0.33/1.00 vMB 37
372,857 372,857 00000000000000000e2224f4fb86ab221f5a7bca9aa92cb05eff71d649f276f0 1,050 0.42/1.00 vMB 45
372,856 372,856 00000000000000000066d20ace518166f2c655def018e07d2f725f1f746ac5f3 1,032 0.60/1.00 vMB 37
372,855 372,855 00000000000000000def511998d0d9d972d4c5bbd1b549bfafb8b2cb7fc43650 248 0.15/1.00 vMB 28
372,854 372,854 000000000000000008942b4f64181b2229237089a6ab2d909e3f87b91684dc1c 1,429 0.68/1.00 vMB 43
372,853 372,853 00000000000000000a0f74c40f8449917069e4725598df8651477940b8b838e0 205 0.14/1.00 vMB 30
372,852 372,852 000000000000000008b28adc597697cf130850fa8c774dd164724879b596cffd 271 0.18/1.00 vMB 36
372,851 372,851 000000000000000002811c811d0d43736f96d145b3e315ad0ea80f27e6b11323 263 0.17/1.00 vMB 22
372,850 372,850 00000000000000000c5def2e39bd9324a16ff85c789d59cf7cbfa1c2ae9e3a2a 450 0.28/1.00 vMB 32
372,849 372,849 0000000000000000054b15075ccd2cfd13abb4d90975f171cdff43ddf3fa73e5 735 0.37/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.98 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: 717.11 GB
    • Received: 17.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.