Loading Tool

Explorer IconExplorer

Memory Pool

79,144 transactions
29.29 vMB
0.08743062 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt bac09385da3890bf4dd6c7fb928af59b96b6d684dafc29feea5cd15cc74eee0d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7a513fa389f30f7643bd25f779395fbae083c45426f3e8a3e702ddf84406de2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.02597994 BTC
Feerates: 178.73 > 2.60 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (367,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,716 547,716 0000000000000000001a1b25cd3e857a744d3131baef797ab1df279143704cad 1,640 0.90/1.00 vMB 6
547,715 547,715 0000000000000000000a039c253835db4c8531fb0b8f94c8938bdc2986c87ae9 1,765 1.00/1.00 vMB 9
547,714 547,714 0000000000000000000a8aa389e775a949861da7f35648a9fd6c0d3b87d64953 604 0.99/1.00 vMB 2
547,713 547,713 0000000000000000000dad6fd8c1ed4e87784d64ddcd75ce44dc81df889d6053 2,474 1.00/1.00 vMB 4
547,712 547,712 0000000000000000001b9c3b5c285c106975ccb4ab77d85a9f5945dd24ece4b6 2,955 1.00/1.00 vMB 8
547,711 547,711 0000000000000000001ba2dc2824f7b30de1e14feb4d33d52b866a22a0407ff3 2,681 1.00/1.00 vMB 11
547,710 547,710 000000000000000000051be2fdefd9144c7d715c7306e9ceca723f3c9ba2b009 2,629 1.00/1.00 vMB 15
547,709 547,709 0000000000000000000014e52d133835ec1e4bdf63cbb711eba103b2c4287cff 1,989 1.00/1.00 vMB 8
547,708 547,708 00000000000000000010b0bbceef622ec8ee3a97fdc80e67d65eee7f8d69b97d 3,091 1.00/1.00 vMB 24
547,707 547,707 000000000000000000090d549fe271b01dac3b8361ef88d8e5631551519c7cc9 2,896 1.00/1.00 vMB 16
547,706 547,706 0000000000000000000f95f6830586b51092912ea64b4670d912805c6efc31cf 1,009 0.35/1.00 vMB 21
547,705 547,705 0000000000000000001f76f9da3e9b1656c0f508494fbd06631c9a1105f8bb00 1,457 0.68/1.00 vMB 13
547,704 547,704 0000000000000000000a7f68ad580d89867dc30f127cf6c3945d65a72791ce07 262 0.08/1.00 vMB 21
547,703 547,703 00000000000000000019cd9615b0c285373c9fa84a952052076b7d1d25450707 961 0.41/1.00 vMB 9
547,702 547,702 0000000000000000000c4e9a2a8fc2829e9d29fdd924060ec6ca611d40dc8eb4 196 0.06/1.00 vMB 22
547,701 547,701 00000000000000000013570d91c03c6d3e2370490c0e73f9728b0617e0333a71 626 0.60/1.00 vMB 5
547,700 547,700 0000000000000000000513f369906fd0eac3777ba96d9724f0b9f1cfa255e806 2,176 1.00/1.00 vMB 11
547,699 547,699 000000000000000000217c924ed0a250e893b30d472ebb68fe5c034b096a4171 2,408 1.00/1.00 vMB 4
547,698 547,698 00000000000000000005e95606abef2b6a4dec68b0cd68f2cf096e6a4da684ac 2,900 1.00/1.00 vMB 16
547,697 547,697 00000000000000000005444be59e1b41e7482f5b8375af579aac4eaef5916328 2,609 1.00/1.00 vMB 21
547,696 547,696 0000000000000000002344d772208712a52451f26d94bd451236c34399f2781a 2,033 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.68 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: 679.60 GB
    • Received: 16.44 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.