Loading Tool

Explorer IconExplorer

Memory Pool

39,050 transactions
27.47 vMB
0.07026896 BTC
Random Selection Loading Transactions
Max Size: 139.80/200 MB

Candidate Block

Mining Attempt d50ec4c9b8d5e124dd8e2ec5f7f9ffd83ce5533c9a302e40b9d99f1158957d70
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root f8cdddc5d78a2b6ff1be592558e031d1d299c51caee3d7d00a92bbbcb99ec8ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 1.00 vMB
Total Fees: 0.01807737 BTC
Feerates: 179.53 > 1.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (237,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,710 676,710 0000000000000000000baa20eaae1366386967e19521b44a41e45f769e4042bb 1,889 1.00/1.00 vMB 42
676,709 676,709 00000000000000000005714d76c0b476d0a8e86f7c380afd882e9e5275801558 1,346 1.00/1.00 vMB 8
676,708 676,708 000000000000000000066670371acea8a00e3511a2b3ecce97383a081e807e09 2,475 1.00/1.00 vMB 58
676,707 676,707 00000000000000000009e8f29eb9c41edf888cf3e86744b1ab6680114a3ffa3f 1,868 1.00/1.00 vMB 15
676,706 676,706 000000000000000000050507a3cf86d1133c332c9698328be15705aa6a5919c8 2,063 1.00/1.00 vMB 55
676,705 676,705 00000000000000000008eb0326219c84fb32da35d0822e8425bfc45eea392614 2,474 1.00/1.00 vMB 19
676,704 676,704 0000000000000000000934217776359d644e2773389b83a504dc1dde1fb038d7 588 1.00/1.00 vMB 63
676,703 676,703 0000000000000000000123c8e16fa89fdd389feceea08ac7eac58d9cd2522d7e 2,508 1.00/1.00 vMB 66
676,702 676,702 00000000000000000002fc45f94313217a1d158f48b8e922d368db50522066d0 2,012 1.00/1.00 vMB 40
676,701 676,701 000000000000000000072c1b18a03310b8fde88b62aca854e62f14bac5f0b8c9 1,641 1.00/1.00 vMB 9
676,700 676,700 000000000000000000054b3c59e20cf379f1241df6a6237c91ca49a2e32ced17 1,917 1.00/1.00 vMB 36
676,699 676,699 00000000000000000008a559b8ced7551eed8ee8156c1d81688acf7ab0d032da 1,650 1.00/1.00 vMB 48
676,698 676,698 0000000000000000000330d07f3e7a3e18be72e4e9ce2086c69c222db112749a 1,515 1.00/1.00 vMB 26
676,697 676,697 00000000000000000006d20bb3518cb257bb0937cf2561730c77c9734595e784 993 1.00/1.00 vMB 14
676,696 676,696 00000000000000000002f53159780f0bdc0206f968c11e5685633c644e5e01f6 2,499 1.00/1.00 vMB 46
676,695 676,695 000000000000000000080c59b9addbb93fe3f4d3634df6e9e2622456b7d1a4be 2,336 1.00/1.00 vMB 31
676,694 676,694 0000000000000000000c07b119dc3b6952101cd073a574b85b01c315bc2bf97f 2,442 1.00/1.00 vMB 14
676,693 676,693 00000000000000000007dd5e5bfc1902f91236a485eba5d7eab63ddba2d9124f 2,188 1.00/1.00 vMB 60
676,692 676,692 00000000000000000009db88ba1d057534b31de2b7346744b080f2de30798b51 1,078 1.00/1.00 vMB 72
676,691 676,691 000000000000000000074a68dba23985c0dfeab09d9830b7753440cc8cdd524e 590 1.00/1.00 vMB 6
676,690 676,690 00000000000000000000604cbc8087978f40510eca46a9326089d0fade8c30d7 1,406 1.00/1.00 vMB 23
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.17 GB
    • Received: 12.10 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.