Loading Tool

Explorer IconExplorer

Memory Pool

39,252 transactions
27.55 vMB
0.06658315 BTC
Random Selection Loading Transactions
Max Size: 140.70/200 MB

Candidate Block

Mining Attempt 668d7a7c56bac14b02f95c434ba6195511a088a10266987aba23ee8ac38202ae
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 73dd5352b5615131fe4c40ed526f620549a34e1ac5b44d0c4fc508f2b4cec41d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.01413706 BTC
Feerates: 100.95 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (122,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,851 791,851 000000000000000000023e9644a2306d0c533ee9b73e9d3d9708bff9a91132d0 3,250 1.00/1.00 vMB 58
791,850 791,850 000000000000000000056f06e54051cb88d3362ce39da919638969ff83e7a802 2,855 1.00/1.00 vMB 25
791,849 791,849 000000000000000000006f91a0ed62d5d6d17940f8f8fb9f6e9ee840999e461a 3,438 1.00/1.00 vMB 45
791,848 791,848 00000000000000000000ef263c1a23ba30872e9982352562df5e84115b806050 1,834 1.00/1.00 vMB 18
791,847 791,847 000000000000000000002b175c4af34d56a4226b6cff992b00f3a171aa94e6e7 2,855 1.00/1.00 vMB 46
791,846 791,846 0000000000000000000458e426948dec172ee891fd6684bcd24bb331819cc5a8 3,578 1.00/1.00 vMB 50
791,845 791,845 000000000000000000038acddc18db9829a8e4517d321cf29b88e89eeee05e50 3,765 1.00/1.00 vMB 36
791,844 791,844 00000000000000000000bd9058156a39389078a7a84207d47fc7dd3dd940ed01 2,801 1.00/1.00 vMB 30
791,843 791,843 00000000000000000005491369493781805998c1e49bfc2b7d19b77125dcfe74 3,536 1.00/1.00 vMB 47
791,842 791,842 0000000000000000000357668a2d8cd6bfacb118fd813e5313cc6d8ddc6630bb 3,384 1.00/1.00 vMB 66
791,841 791,841 00000000000000000002b4f2afe62d35b8ecc037bb2cfd243db08e9062d27eb6 3,033 1.00/1.00 vMB 44
791,840 791,840 000000000000000000001482e654dcf7d74a90566a892e738d170a64d0608e30 1,708 1.00/1.00 vMB 30
791,839 791,839 00000000000000000003c15ec6d429cdc48d7b83fbc3db0b8bf92261fdc44fac 4,663 1.00/1.00 vMB 23
791,838 791,838 0000000000000000000423d47813acc1bd192704043666ea15e6dc819658814e 4,384 1.00/1.00 vMB 26
791,837 791,837 00000000000000000002a47c987925a66cd722462323dd77b627d21b15f8a802 1,804 1.00/1.00 vMB 25
791,836 791,836 0000000000000000000115f80d0171ff2e3562c89ed6edc0beacd692ce0ad2b4 2,890 1.00/1.00 vMB 37
791,835 791,835 00000000000000000001805a9acda3d8f3aab1e25265e511beb1f4b4eeca639c 1,901 1.00/1.00 vMB 25
791,834 791,834 00000000000000000000b6dbeab33dcbabd4b7a82b05db21a6194afcfb0ed8f6 3,169 1.00/1.00 vMB 50
791,833 791,833 000000000000000000057d5aa81b6db9498fb62c18e9d675f6058b780bbabc8a 2,496 1.00/1.00 vMB 30
791,832 791,832 00000000000000000004487dc2dbd234afa5b13c80b65ed44831c617059a8cdf 3,087 1.00/1.00 vMB 38
791,831 791,831 00000000000000000002ebeb0fc7adae6dc119df86594611472a77968e1e1fb8 2,672 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.76 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: 632.28 GB
    • Received: 12.11 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.