Loading Tool

Explorer IconExplorer

Memory Pool

77,714 transactions
30.03 vMB
0.11065130 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 18caf50754c9772579712d19e271b85a5fb0a354efe16a3cce56307b02ab8e8e
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root e28e808e920c61539aa361ce75c47e58d79be2638131ebf1b25517fe4d16f204
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03885415 BTC
Feerates: 357.61 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (856,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,048 59,048 000000000ce8b8e880cf254d67e23f285fe3aebe4ee3727a5cefc05b258fb8c1 1 0.00/1.00 vMB 0
59,047 59,047 0000000008fabf2dc436a133c316f983503d17b58dd4643db034205d1acc8861 1 0.00/1.00 vMB 0
59,046 59,046 00000000035de4dc5b7ca977e27d1404710b873a4b35c784adb100109c159834 1 0.00/1.00 vMB 0
59,045 59,045 00000000095f2fd4ee3739d7514a0f8f17b63d428828cd3b2fbc255a2288f655 1 0.00/1.00 vMB 0
59,044 59,044 000000000efcc9a96ad4617788ad99ea38e967375b968e87f2217af9e5799768 1 0.00/1.00 vMB 0
59,043 59,043 00000000044eb2a934217058cd7bc2c0ba5a407c28b4d0bdad16cca71f856b9c 1 0.00/1.00 vMB 0
59,042 59,042 000000000d2126743158788de30a3d401c60b66eb8619d7fc3c65835dfb3a49e 3 0.00/1.00 vMB 0
59,041 59,041 000000000ba2f7dee9167d96fe214a82ef0691c1caeadb72d39a106564cc90aa 1 0.00/1.00 vMB 0
59,040 59,040 000000000d36311850652d430436f4aa106aab51fba7c1494ccc4d007b6356d1 1 0.00/1.00 vMB 0
59,039 59,039 0000000006557487cc5753518da5dac14a2329b54547489167911f6457d381db 1 0.00/1.00 vMB 0
59,038 59,038 000000000c3720548b0f98de83533201066abf78201011074a4eefc16f74c960 1 0.00/1.00 vMB 0
59,037 59,037 0000000000eb3b4d475435644cab17cfa93b62d698d6c6203e58ae9cf150e476 1 0.00/1.00 vMB 0
59,036 59,036 000000000724324462bb8e4a3300458a3d195ee0902f807a6ddce287a4d23527 1 0.00/1.00 vMB 0
59,035 59,035 00000000045afe0e13d95b3b8f6bd4e060bfa8a43d73c330c462972a946f8da5 1 0.00/1.00 vMB 0
59,034 59,034 000000000bbdf5efaca014c5d69379edcb6133fca473d3fa3da3c64c8bc4523e 1 0.00/1.00 vMB 0
59,033 59,033 00000000064f4c393dbbef3ad4d0b7c5a5fcb74cce2dc14f338ed1cc1048167d 1 0.00/1.00 vMB 0
59,032 59,032 000000000c00310b2b99ee5ab917a43313b83a504c5ae362a5209562d177ffa2 1 0.00/1.00 vMB 0
59,031 59,031 0000000008f14df080e680f10c4afd925e40a6b4757e2c758fde3fcb7e6947ca 1 0.00/1.00 vMB 0
59,030 59,030 0000000001a3df2d6d9b85e29d46abe5c3e462d500d2df9c5440511cbc6f5292 1 0.00/1.00 vMB 0
59,029 59,029 0000000002c571f5532531e8f8c145c5f38f4853c36a7d73d0ffee20411850f4 2 0.00/1.00 vMB 0
59,028 59,028 000000000bd184117872da468892672dd4d4ae64c9c1e6992b82298c2b9e1dce 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.48 GB
    • Received: 18.71 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.