Loading Tool

Explorer IconExplorer

Memory Pool

81,176 transactions
30.96 vMB
0.07833192 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt 6f94881422ce4cb520eeebe4ff27f71144432a56ad95e98bec3b37d0253ac579
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e647afa6b869b3880d6460daea92464dc97d5bc368266b68ec3c599bf38b0355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,260
Size: 1.00 vMB
Total Fees: 0.01177101 BTC
Feerates: 73.20 > 1.18 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (317,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,723 597,723 000000000000000000157d8a1791f25d43c9f2d03c773ff013ed3c694a5800da 2,793 1.00/1.00 vMB 14
597,722 597,722 0000000000000000000f035dd96f8e5974e28bfe5683a9a7729604080914c8df 3,148 1.00/1.00 vMB 37
597,721 597,721 000000000000000000056cfe0e84953b4e077b5b791386aad89a7400039abf5f 3,094 1.00/1.00 vMB 63
597,720 597,720 0000000000000000000cb4d3aa971cd52cfb80028ae1db1fd99e0d35bf75c53e 2,076 1.00/1.00 vMB 11
597,719 597,719 000000000000000000133a4017b49daccd696a805e98094aa2a668d776f1a8e6 1,739 1.00/1.00 vMB 5
597,718 597,718 0000000000000000000ba73cbcc7c3807ec16a7842a4ad4d86991b6973e52ea7 2,540 1.00/1.00 vMB 13
597,717 597,717 00000000000000000009c6459705156fbe673fcab1638d4f34a19b4b503b755b 3,353 0.99/1.00 vMB 60
597,716 597,716 00000000000000000007c178d4a1ed2d1002d9ae4044e5dfbb2d89d6b6c4ab34 2,893 1.00/1.00 vMB 37
597,715 597,715 0000000000000000000b6aa7ba2e042e4a37026cb14e4092348b1f650a3234b9 1,649 1.00/1.00 vMB 6
597,714 597,714 000000000000000000132d4dece92da326f7335746009d4234cca79156f21e0a 2,621 1.00/1.00 vMB 25
597,713 597,713 00000000000000000001e1c9c1447b8f9c96d27d37b31b1a3ea04645adec7482 2,463 1.00/1.00 vMB 15
597,712 597,712 00000000000000000005173e0a4b9164d6aa7756099f18a4cf0e5cde4130c7c1 2,797 1.00/1.00 vMB 39
597,711 597,711 000000000000000000071a492365a7ffd7410da11aa5a86a46c98f4f8ec0804a 3,270 1.00/1.00 vMB 68
597,710 597,710 0000000000000000000c5c5b5e95d2a9944fef4a9edb7ef6ac6efb40f97a04cf 3,107 1.00/1.00 vMB 52
597,709 597,709 00000000000000000000c63d2b0c69cef7e97e0ce10aef26391d8768020e8265 1,576 1.00/1.00 vMB 13
597,708 597,708 0000000000000000000da2752bfe5da36c2a3bf6551446b4afd5e624704a9e8b 2,580 1.00/1.00 vMB 53
597,707 597,707 0000000000000000000110bbc354868a8849aa01ff271877500e0e2aa869c69f 1,422 1.00/1.00 vMB 15
597,706 597,706 0000000000000000000b92fd6ae540479a8e78f7972432af0c61a9db47643977 2,087 1.00/1.00 vMB 18
597,705 597,705 0000000000000000001187de3b210ac7dca9998a8e298dbf9d0bee1384074ff8 2,668 1.00/1.00 vMB 45
597,704 597,704 0000000000000000000ffbd8fa635723f31e1f383ff40c906c676205526fdff9 2,361 1.00/1.00 vMB 31
597,703 597,703 000000000000000000043b7f8e3e5e1e5d0ac3679305ea9229cef5eb11ff437c 2,797 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.