Loading Tool

Explorer IconExplorer

Memory Pool

56,136 transactions
31.89 vMB
0.20501294 BTC
Random Selection Loading Transactions
Max Size: 171.91/200 MB

Candidate Block

Mining Attempt cf88af4e9c533630e2ff3a9355b19a10c14c934b4f3e95b625a316f7ad47b313
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 7d3cccaa273156b6f7d3e3e2a55b25c76e5ee893c0ae3d4e2dd56cd387c65d25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.09308025 BTC
Feerates: 502.67 > 9.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (725,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,699 189,699 000000000000013292906a83ad83350e9b66653911e21c015f6f803a9ed343b8 163 0.09/1.00 vMB 172
189,698 189,698 00000000000000f7c8682c00e0133bd8a3ec3d727026f57f8bb5c2ec3b98f414 1 0.00/1.00 vMB 0
189,697 189,697 00000000000006855a9e66338fb7a2c91d04f132f0949566fa199c347e5e3055 512 0.22/1.00 vMB 135
189,696 189,696 0000000000000076b7b2f20ea4fc3cfc8071cfa6e77a88210942c1ad369eb758 128 0.05/1.00 vMB 137
189,695 189,695 000000000000046b2ff8f614e5baa525092e965562715fa2421dc9d0a63d1ce4 256 0.14/1.00 vMB 95
189,694 189,694 00000000000008891296c3eb58ed8da0929b1ed521dcfff1917b368c7bb0d28f 68 0.04/1.00 vMB 173
189,693 189,693 000000000000023fc05a1135737a628c36f0e2e3cb05c52710c71d2cb9ac4ee0 776 0.42/1.00 vMB 243
189,692 189,692 000000000000055acabf66e80e316fbe6460982f9454ee52861a0d4a7a6fb82c 20 0.01/1.00 vMB 27
189,691 189,691 00000000000002e098d7d0926e1396191864abcde3c24308167c7a9e56d1f0e3 537 0.25/1.00 vMB 125
189,690 189,690 00000000000005a6e7b9bf152b7d2e0f9b30d8278ccb8d4bb4d84e4f0648257c 553 0.25/1.00 vMB 124
189,689 189,689 000000000000002cbc8fa22fe76a22dfd43f8d990748cd6000816afbde428141 512 0.23/1.00 vMB 131
189,688 189,688 000000000000020f91cb7e3b5c0b45a32ce75aba1a66d345b5f9f488c8f952f9 121 0.05/1.00 vMB 99
189,687 189,687 00000000000004898c82c90a938ec9dc55c65ee9b7df62ac3b6fb32db42f0089 119 0.13/1.00 vMB 170
189,686 189,686 000000000000023d86add4d64aa779e1819f8a40c54c014fb532c9df418dbbe8 21 0.01/1.00 vMB 63
189,685 189,685 00000000000000eb999eb95f82a683d2a168772007a378495060b0ee0926f52d 274 0.14/1.00 vMB 115
189,684 189,684 00000000000008859f81409c9a453394a0069c325a8d013e899a7b2bc06f7d34 256 0.14/1.00 vMB 107
189,683 189,683 000000000000063e54c7b7bb4a3252592f5aa2575c27383972e67a2622638292 104 0.04/1.00 vMB 108
189,682 189,682 0000000000000669695b7b150d36b87de6c9d6eb1d8bd2b444e46323cdc092a8 38 0.02/1.00 vMB 29
189,681 189,681 00000000000005e5587b7522f96c723b89c01e5ce6bee74dc8ad75abc861c106 538 0.30/1.00 vMB 112
189,680 189,680 00000000000002377a6270633b91bf67b3d3a9721ce70e552b01d984e80a23f0 28 0.01/1.00 vMB 123
189,679 189,679 00000000000004a6e72583b8354a8751c46a0b7bc0d4e8153763ff497753cafc 804 0.42/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.