Loading Tool

Explorer IconExplorer

Memory Pool

44,020 transactions
27.26 vMB
0.08926218 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt 79dc017010d842d8c636d3c4dc7229e59e5a7ca055e36d5a935524035bbfcb4b
Version 20000000
Previous Block 0000000000000000000135466ad97f1a89f34aff359bd8702ee7212bef1c8518
Merkle Root 6ac2d11e6fa19dcf8e8c56ad5c7c44073ffda57cf0ff7ad627f3fa19f8d53d1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,065
Size: 1.00 vMB
Total Fees: 0.03834625 BTC
Feerates: 101.67 > 3.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,923 (87,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,970 826,970 0000000000000000000010f2e370935c8c4331a97c49ff68dd9a59caa6300c95 1,935 1.00/1.00 vMB 39
826,969 826,969 0000000000000000000057aec9cf9816191db46e76029d21a646aa3840db8a86 2,243 1.00/1.00 vMB 41
826,968 826,968 0000000000000000000281f88342a4f976da63dab4ff840576b21877d12d6ee8 169 1.00/1.00 vMB 30
826,967 826,967 000000000000000000007c767ae3f631dbf0bfdada2d11a65f8dea44f77b9988 1,342 1.00/1.00 vMB 35
826,966 826,966 00000000000000000002bb4da8b8019e36a72adbb24415e499f94d5b9d60f52b 3,097 1.00/1.00 vMB 34
826,965 826,965 000000000000000000002697027562f80a29487a53b5ed6172457886cd8d3712 2,254 1.00/1.00 vMB 35
826,964 826,964 00000000000000000003ed7be5a58513870f08436681bb490efc298362118be9 2,930 1.00/1.00 vMB 45
826,963 826,963 000000000000000000003f34e44daa9f52846691a0b930f02bfaa845482ca21c 2,972 1.00/1.00 vMB 61
826,962 826,962 000000000000000000023a44dd13e59214161a5e241a1fcfb1d77d0323e3c01c 1,924 1.00/1.00 vMB 34
826,961 826,961 00000000000000000002001de9f748712742080604bbb5b0491645e6a219cfea 2,990 1.00/1.00 vMB 34
826,960 826,960 00000000000000000000edc902d7777542d2a8d8ca67bce84f94b35b57143c15 2,817 1.00/1.00 vMB 46
826,959 826,959 0000000000000000000359370de9c51b577c2139b9811e23f8a1ee15cb39970d 1,666 1.00/1.00 vMB 32
826,958 826,958 00000000000000000003ca89eac580cf262a3e8d63249a49747430b9722b46c2 1,579 1.00/1.00 vMB 40
826,957 826,957 00000000000000000003586e4ec7e044a4453c8fed76373c7cf2f22a9f505e0d 518 1.00/1.00 vMB 28
826,956 826,956 00000000000000000003ad5355c34afe2ea3c2db0bc73142136895d3cfdeb56e 1,640 1.00/1.00 vMB 33
826,955 826,955 00000000000000000000bf9e9c6c62bfdfa6f8fc9f379d8193dae8bace1e1ce7 282 1.00/1.00 vMB 30
826,954 826,954 000000000000000000014986090ef46158cc9cf86cce2cc9ac3d55b676636886 1,578 1.00/1.00 vMB 36
826,953 826,953 000000000000000000000328f23b0c1a5fbfd7a1c8c8c5e5bd9c7676d8f91676 3,521 1.00/1.00 vMB 44
826,952 826,952 000000000000000000031de7640c2d107c7283263a2a4e98f95a63e3de0716b2 3,050 1.00/1.00 vMB 32
826,951 826,951 000000000000000000004b48e05ac7ce5c90a2f6c30d8e3085da5d862d5a6f6e 2,439 1.00/1.00 vMB 43
826,950 826,950 00000000000000000003b42b2dde86bae27daba5954204c43b4fc5ca0eb412b1 4,048 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.25 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: 655.44 GB
    • Received: 14.31 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.