Loading Tool

Explorer IconExplorer

Memory Pool

75,775 transactions
28.34 vMB
0.06459198 BTC
Random Selection Loading Transactions
Max Size: 171.64/200 MB

Candidate Block

Mining Attempt b59dc1286f4cbf859529c1efbb105265393a9391c7568ad0e2bc4b9ecdf7c1c7
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f3c3b21b392106914128afc88818ef614f6c3ed288ef0ea73c0bbda797027e1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,919
Size: 1.00 vMB
Total Fees: 0.00596245 BTC
Feerates: 101.00 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (242,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,098 673,098 0000000000000000000223e93773ca0635f7f2c7543e06f77198890e3e6ab899 1,887 1.00/1.00 vMB 24
673,097 673,097 00000000000000000004b86cbf36129a7236e089bdf5dfc20ca26b05b5b4d8ab 2,827 1.00/1.00 vMB 73
673,096 673,096 00000000000000000003a799ff31c1e8a255d2a13ed46cf588d1b57576c12574 2,251 1.00/1.00 vMB 44
673,095 673,095 00000000000000000009c810ca53cfd3daec5139fc56751e6b82ea7971f66f85 2,691 1.00/1.00 vMB 88
673,094 673,094 000000000000000000079b6a4055830aa82f60443087e02567dc6670ad190c9c 2,118 1.00/1.00 vMB 64
673,093 673,093 000000000000000000025821893ece5ec0df5547528f2270b21df34493458845 1,103 1.00/1.00 vMB 55
673,092 673,092 00000000000000000002e5a21231c391f36c33022c3819e3d8a51425f4185755 1,013 1.00/1.00 vMB 104
673,091 673,091 000000000000000000090226ab53f9743b68e48d39edcad7241651b053d90e85 1,969 1.00/1.00 vMB 30
673,090 673,090 00000000000000000004343810b7f3eb3096099cf19adcb98c09037c8b811679 1,126 1.00/1.00 vMB 31
673,089 673,089 0000000000000000000a41635adced92e50a7582bae67ce815969541861922a0 2,315 1.00/1.00 vMB 58
673,088 673,088 000000000000000000030902a7cacf1eb6d70be4601712a3b48bb12e85437a56 2,297 1.00/1.00 vMB 100
673,087 673,087 000000000000000000013b24abbe54a9c770fadc617ddec630f59cc96a4761d2 1,635 1.00/1.00 vMB 50
673,086 673,086 00000000000000000005d75ed95c01c38b2f44c2ab7b13da0f8efc110c1ff47c 1,751 1.00/1.00 vMB 62
673,085 673,085 00000000000000000004d41a0af4a14cf348863de46719f4a3cd1d3c9724bba5 1 0.00/1.00 vMB 0
673,084 673,084 0000000000000000000be78cd4d39af9b991dc2031638f3a7dde3211904d54c5 1,932 1.00/1.00 vMB 54
673,083 673,083 0000000000000000000593bb3a65b1f0f10aceacbed2e50b4e33a5b0b5472d2e 1,895 1.00/1.00 vMB 23
673,082 673,082 0000000000000000000969fdb0ea44699862e878c16a828d0d28eb089b30682d 1,819 1.00/1.00 vMB 50
673,081 673,081 00000000000000000006f2a70c9a172e1f0e11c9e7f49e87cdfb61a309f966d4 2,026 1.00/1.00 vMB 34
673,080 673,080 00000000000000000000751ee649e933a91424d8a5713a939e036456900b4ee6 2,140 1.00/1.00 vMB 31
673,079 673,079 000000000000000000036dd2a25fdef8739b9a0b7c4da5b131fec3e796004f33 1,371 1.00/1.00 vMB 42
673,078 673,078 0000000000000000000b9719fde47ad0764cf9f469f68606c7494c8579db738e 1,169 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.