Loading Tool

Explorer IconExplorer

Memory Pool

39,866 transactions
31.74 vMB
0.13240784 BTC
Random Selection Loading Transactions
Max Size: 157.82/200 MB

Candidate Block

Mining Attempt 809d0b1f314ff6a4687b788a403a2ec8432afe8c7295ec0da81140134e104e8c
Version 20000000
Previous Block 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6
Merkle Root 2047e67035b6373442948e31ff3e7677cb76a88534da60272deac52469471970
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.06574009 BTC
Feerates: 301.05 > 6.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,382 (837,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,890 76,890 00000000000a8f162acf3aac5fb6c23aba632dc1999dad5ec04f42c13219becd 2 0.00/1.00 vMB 0
76,889 76,889 00000000002fecea29bb6b635b57b00e721a126675323ac0c4fd89e0844069ba 5 0.00/1.00 vMB 0
76,888 76,888 00000000000da3a55d4c596010369c654411557abc9c10effe0b258e052b4a43 2 0.00/1.00 vMB 0
76,887 76,887 00000000004855a7182c09c8b86019aaf918b9e7c5097af0d3e5f8bdd1057802 2 0.00/1.00 vMB 0
76,886 76,886 00000000001c64d80e7ae9c2950d860b8cd8f4df91445623210d74f3359f11a6 3 0.00/1.00 vMB 0
76,885 76,885 0000000000263954be0f051746548ae24d61553ea9f7d2d06eaa8130524cb531 1 0.00/1.00 vMB 0
76,884 76,884 00000000003e9bf3efd5dfadd62843f41f8977fd6a8537a32ecb644cf668aba1 11 0.00/1.00 vMB 0
76,883 76,883 000000000025518055947964e203dded51bb76f9b11f3e10a24ac7579210aaaa 1 0.00/1.00 vMB 0
76,882 76,882 00000000000c6a981a3219adaa8b3e81f5ea81fb9bb4a16a24e7294393c3a4f8 5 0.00/1.00 vMB 0
76,881 76,881 00000000003e2196c37165236e106ba56a7895fe44cedbf61f743b0fc40a3719 1 0.00/1.00 vMB 0
76,880 76,880 00000000001848515ef91769742f397736580801c7e8d3c0003a75c6189a6b29 4 0.00/1.00 vMB 0
76,879 76,879 0000000000487b5980ea49af6e2e00c272ebf63e9ea7e629271a5d8e00afce38 1 0.00/1.00 vMB 0
76,878 76,878 00000000005ed6d7735246f8e0869adc8a5f5d169526ae9554933feda0457b0f 1 0.00/1.00 vMB 0
76,877 76,877 00000000002b1a5d9c34f36bb7a82d0c938889cfeafb8c59c13a637fc92a0a70 2 0.00/1.00 vMB 0
76,876 76,876 00000000001564ba6a80645104605c5eb19dc5f00e4291e607bdf59cf15a69bd 1 0.00/1.00 vMB 0
76,875 76,875 000000000019e1ffa760def0f756270018e296626dd90e84f897241e9522b827 3 0.00/1.00 vMB 0
76,874 76,874 00000000005ac81a664f9d1c6c67380ec01fdd7c5b278b2ce237363d08ecd1c9 1 0.00/1.00 vMB 0
76,873 76,873 00000000004684875e3c028f7d09a1f561e19f7be0d64dbf4ace042289711cc3 1 0.00/1.00 vMB 0
76,872 76,872 00000000001515c3fb1a41332630e92447150b3ffc9cc96700058e9aacfa6227 2 0.00/1.00 vMB 0
76,871 76,871 000000000028c5700062bb991d0bd3442cdcb06b5b6f6cc6f3e21bbe33d3e12b 2 0.00/1.00 vMB 0
76,870 76,870 000000000024868b0f5cf5c63ddf1b8f6738c839fd8db2a3bb94df7a5b091284 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 597.49 GB
    • Received: 9.86 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.