Loading Tool

Explorer IconExplorer

Memory Pool

41,716 transactions
26.72 vMB
0.05998450 BTC
Random Selection Loading Transactions
Max Size: 139.77/200 MB

Candidate Block

Mining Attempt eeca6f3831a08fc77c192be394c8da650232b7d96a96a426fd213b731a5ae979
Version 20000000
Previous Block 0000000000000000000092043cf5b8a15d441bfd9e63e061a7f0760325792149
Merkle Root bf08a22b7868df6e910223f1d778443307a012c662a0a3ab5ad75f0e7852ebae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,667
Size: 1.00 vMB
Total Fees: 0.01044231 BTC
Feerates: 73.20 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,926 (313,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,948 600,948 0000000000000000000862b6e2335099e5c0501288bf86ffd8aaf0b0adc5ab47 2,713 1.00/1.00 vMB 32
600,947 600,947 0000000000000000001377baa5217eddc70a8cd6ac492aa418a8f690f3c76e81 2,775 1.00/1.00 vMB 26
600,946 600,946 000000000000000000135881b34970db9c96350545b3267c2dfede88a8b3a18b 2,891 1.00/1.00 vMB 12
600,945 600,945 00000000000000000000e662beb27aed06e331f40568424f652fb562eeed9581 2,732 1.00/1.00 vMB 41
600,944 600,944 000000000000000000130fd21e2a3c8fd44c68ae1c391bccb3d9bb2593fdbb49 3,075 1.00/1.00 vMB 22
600,943 600,943 00000000000000000005082853c16c001cdd78b9923faf377768e2c8ce5b6ae1 2,510 1.00/1.00 vMB 55
600,942 600,942 0000000000000000000c42f135dc6855849c3b80386db0235bb3f1097aaf911a 2,695 1.00/1.00 vMB 39
600,941 600,941 00000000000000000005ee9f115704c6393334d375ac122b1a14db6b3b6df073 3,258 1.00/1.00 vMB 28
600,940 600,940 00000000000000000011db13ed59322f09a8c0cfc98bf1ecc140430ff4e4f21c 2,525 1.00/1.00 vMB 47
600,939 600,939 0000000000000000000c2e01e489dfcc82186b916393281e760e29b2632e9e94 2,905 1.00/1.00 vMB 24
600,938 600,938 000000000000000000028b96d7037747a85ebb80f8341c41de653b96aec57408 3,434 1.00/1.00 vMB 9
600,937 600,937 0000000000000000000498dabdeb71bf56b1c004e82ed2b59ea94830fd209c3b 2,213 1.00/1.00 vMB 30
600,936 600,936 00000000000000000002d6c265d4ba67d4d82c6eedac373ce52d4aa5328f153e 2,796 1.00/1.00 vMB 28
600,935 600,935 00000000000000000010d19f0709e727628f11c8294aa80a73ccace031c05be1 2,733 1.00/1.00 vMB 35
600,934 600,934 000000000000000000098789654fc9fb93ad2b79cda0c9626794f48f1b9c0ff0 2,256 1.00/1.00 vMB 28
600,933 600,933 00000000000000000000c9277c2691de2bf227f5ef9a9c7bb05cf6e0aba3eed6 2,316 1.00/1.00 vMB 9
600,932 600,932 00000000000000000000e22cdd89d65fc0f4a4fec28a8598bab06826c782cd19 2,668 1.00/1.00 vMB 24
600,931 600,931 0000000000000000000c971defe7193d95cad318fe0fc6cd2964bf9501735341 2,511 1.00/1.00 vMB 29
600,930 600,930 00000000000000000009e064788a4f7da4241a4c8b4d4a855a74522d0f26ea46 2,290 1.00/1.00 vMB 32
600,929 600,929 0000000000000000000ec2e0489bad52f5a125d17501309804b2d4f90d553243 1,529 1.00/1.00 vMB 16
600,928 600,928 00000000000000000013fb4f22a15dc07a23f5168d1367fdd596427e6e5a99d3 2,494 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.26 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: 655.67 GB
    • Received: 14.34 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.