Loading Tool

Explorer IconExplorer

Memory Pool

80,868 transactions
29.73 vMB
0.10197260 BTC
Random Selection Loading Transactions
Max Size: 179.87/200 MB

Candidate Block

Mining Attempt de7386400a44f4eaa067af15192a1b42463b823268ed474f0a1aa0d3c39612ea
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 18b743c03626dd975328b4f230a3c63c0a57ab745d08cbd37308ac7ae34b2989
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,203
Size: 1.00 vMB
Total Fees: 0.03736282 BTC
Feerates: 146.36 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (121,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,827 793,827 00000000000000000004e1a42fb40f5dd038652e6838cf7dc11009fe918cd653 2,121 1.00/1.00 vMB 14
793,826 793,826 00000000000000000000c2f5e5fbf914051bb689345e66ca89423d51e2b8b0e3 3,652 1.00/1.00 vMB 15
793,825 793,825 0000000000000000000404f14f6f7c1d1103636c0db8a2f47dac7db6c983356d 1,118 1.00/1.00 vMB 17
793,824 793,824 00000000000000000002a43ff93226a4674f53c56ad0a88107ebba80f01321b5 2,204 1.00/1.00 vMB 33
793,823 793,823 00000000000000000004e2a9d3333afe3bbacf1f722ff7a1d95625d7e06bf16a 2,176 1.00/1.00 vMB 39
793,822 793,822 000000000000000000026b99bcacfedd6e0fe0195cdbf7fb9e0f35a2606e900f 1,904 1.00/1.00 vMB 11
793,821 793,821 000000000000000000011f8115c266694eb1cef5b3ac47aae23d55260665c9b8 2,548 1.00/1.00 vMB 12
793,820 793,820 000000000000000000054c5ca0d7e70eb221351b773a8835c39047f430adf0b8 4,596 1.00/1.00 vMB 24
793,819 793,819 000000000000000000053364bd4f5855ade0a7eb8c2d5702e2a4b7e77bd4ee85 2,717 1.00/1.00 vMB 31
793,818 793,818 00000000000000000004c9c9bc94e4e02857e9840036d00fe1093faa4eb0da9f 4,199 1.00/1.00 vMB 13
793,817 793,817 00000000000000000004e66ca130e6e0575fb9623d8ddc9779e15ff173ebd9a3 1,788 1.00/1.00 vMB 19
793,816 793,816 00000000000000000001c0223db4f9fb1689d31cd9db488fe70b246543b10012 1,412 1.00/1.00 vMB 17
793,815 793,815 00000000000000000001602fa7e84b823311bebc73d031e867d8ff8a04ddd651 2,655 1.00/1.00 vMB 26
793,814 793,814 00000000000000000002cd741400e8ed6db0a51f0039d3bfee291d7df586bf7b 2,327 1.00/1.00 vMB 9
793,813 793,813 00000000000000000000968b97ff6af2fa6fbb8fe838b27c29f6c955863d371a 3,222 1.00/1.00 vMB 20
793,812 793,812 00000000000000000001fcbe6b40e64fc505b58abf1fb2160ac9cbbc442bf9a3 2,590 1.00/1.00 vMB 10
793,811 793,811 000000000000000000010fd132e29ef0e6df35e7b204150d32ef3cf6d3691fc7 1,112 1.00/1.00 vMB 16
793,810 793,810 00000000000000000002cd3660bfd4909c30d3089937a61564ef7b36e5c92dcb 1,225 1.00/1.00 vMB 16
793,809 793,809 000000000000000000034c6ca75ab1ece814f374e46967828586fb993adf22bd 2,719 1.00/1.00 vMB 21
793,808 793,808 000000000000000000047bfbecd52c76e10bbe388fda4deea364706ba626615b 2,350 1.00/1.00 vMB 21
793,807 793,807 00000000000000000000514ba3bee5d8ff756310d5fdc57cac72e22a9c008836 1,732 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.