Loading Tool

Explorer IconExplorer

Memory Pool

80,523 transactions
30.15 vMB
0.07226074 BTC
Random Selection Loading Transactions
Max Size: 184.90/200 MB

Candidate Block

Mining Attempt 1e337d31ee017380c7fddb1ddaf52176436a4163edcf76f3fb38d88e2706ba4c
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 7c85d157f1c03dd683e8f7f988a1504fa4c8b06cc950c53c3e4212a70b9719a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.00535758 BTC
Feerates: 40.74 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (386,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,861 528,861 000000000000000000009b06a4e8152ddcbe45238b1a4ac958ba84b21b49c331 1,048 0.46/1.00 vMB 17
528,860 528,860 00000000000000000006c02e5590ce9006d3fb999c595d437077dd49e0157c65 2,959 1.00/1.00 vMB 50
528,859 528,859 00000000000000000020df456ac5e84b9a3790e4f9d79db97c9b6d0519f5fa9a 1,593 0.66/1.00 vMB 42
528,858 528,858 0000000000000000003729cd5fcc449a7a956db6b92268b5c057ade21bb215e3 49 0.01/1.00 vMB 41
528,857 528,857 00000000000000000031ce5b39d5941c53f4e8d7fe614e698dcb97bc80989407 2,040 0.80/1.00 vMB 49
528,856 528,856 00000000000000000033f11b58753b93458e3eed1d2422e572c6d837985a537d 378 0.20/1.00 vMB 1
528,855 528,855 0000000000000000002ec637d03c4b1609fc34ee79da9e80ccc00a1ed5c4e8d9 1,985 1.00/1.00 vMB 28
528,854 528,854 000000000000000000120acd07ce7d8e7325b4c978b49150a07cb5575c67bb89 2,277 1.00/1.00 vMB 20
528,853 528,853 0000000000000000001989c8b11558b9f5cac6ebf904ed985d5b82d62e8ad74c 3,013 1.00/1.00 vMB 55
528,852 528,852 00000000000000000018a2944b5ed4da15b594fdd8a21edccde54679aa9b4616 2,981 1.00/1.00 vMB 45
528,851 528,851 0000000000000000000fcfaccbe6b31144ac52e601df9daf6381a8669dc7ab43 2,183 1.00/1.00 vMB 38
528,850 528,850 000000000000000000336cb3a93a6ea4924b13cb01f34a1641afea26c5f2e1d2 1,553 1.00/1.00 vMB 45
528,849 528,849 000000000000000000137f6e1ec83f3bdce4311a8ed4d134a47483ee282491a2 1,265 1.00/1.00 vMB 34
528,848 528,848 0000000000000000000b4f501c43a9991e7e04f93a533eddf7715e936fb51fd9 1,373 1.00/1.00 vMB 63
528,847 528,847 0000000000000000002c9e26325e0b4758bb3fe180489902dfe16556a292400c 496 1.00/1.00 vMB 50
528,846 528,846 0000000000000000001303c1fa72ea5dcacf92037b0e5290f8fdb469f60ebfa8 117 0.04/1.00 vMB 40
528,845 528,845 0000000000000000002b6c81207d67bac0dabc51689666b62f84a1729cfcb4a9 958 0.38/1.00 vMB 43
528,844 528,844 0000000000000000002d6f22c088bf70158d61686af0af696dfbbf2b32293231 1,308 0.57/1.00 vMB 47
528,843 528,843 0000000000000000000481052b6105d5b6747ceea042f55f2a408dada324ff84 108 0.04/1.00 vMB 36
528,842 528,842 0000000000000000001b9b8622fda14afbdcf69d32d11fb47cd162d72832c655 344 0.13/1.00 vMB 40
528,841 528,841 00000000000000000032f44fec7d93574456bb3594a7441921aecff90e7f0e2b 81 0.02/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.98 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: 716.20 GB
    • Received: 17.79 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.