Loading Tool

Explorer IconExplorer

Memory Pool

51,734 transactions
30.68 vMB
0.14086992 BTC
Random Selection Loading Transactions
Max Size: 163.72/200 MB

Candidate Block

Mining Attempt cbf7439283620dd6817e73d9b35e643d3c2b2c8fdcafafbd1d61362f0fed48e4
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 1b54d162a60104d60d936ba859361f8c1ff3b2bc68deadb26d66a75ae94cd466
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,024
Size: 1.00 vMB
Total Fees: 0.05613739 BTC
Feerates: 179.69 > 5.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (725,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,705 189,705 00000000000003cae4e29efc8884e006102791b7925823fcc22ead367291981d 121 0.05/1.00 vMB 158
189,704 189,704 00000000000005ada3801bc00c0abf44c54a69744e0c1b6dd0d43db99fa5f08c 120 0.05/1.00 vMB 94
189,703 189,703 000000000000080e7277239281b54607cae277201d354476eb9e41a812da8523 395 0.25/1.00 vMB 98
189,702 189,702 000000000000060ad91eb1f5dac1cafb6158ef3a0a089c7b4b70eb2d0346b086 125 0.05/1.00 vMB 109
189,701 189,701 00000000000007b23cf22959e77383f33657c60c4db531c7ce4086876cb9521a 124 0.05/1.00 vMB 23
189,700 189,700 00000000000006e80d10dc50eb0803ffcc872e0e1074fcab7cb7a1d21d20ddbf 512 0.31/1.00 vMB 100
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
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.