Loading Tool

Explorer IconExplorer

Memory Pool

86,514 transactions
31.49 vMB
0.20902786 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 201f05869ac5c1e5177f473b7fe080ada7d6a1248b7402803091d8c40f1040f9
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f5e219a2966e1a2978f3eb4b443127d450000926b131b6166409e60f0517fcd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.10566802 BTC
Feerates: 502.67 > 10.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (327,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,850 587,850 000000000000000000006c8a06c0ea303c830c963b8d0bd6496e5dda05225db4 1,996 0.64/1.00 vMB 27
587,849 587,849 0000000000000000000fba2109cb23a92ac1e39aaabc9d5edc4af5c281fb3263 1,097 0.44/1.00 vMB 35
587,848 587,848 0000000000000000000e92e802119694d1d74ea1ea038167c83aee0665e082e1 713 0.26/1.00 vMB 25
587,847 587,847 000000000000000000001142ddb1e54a2792a77fabd1ae6e14e813ddd2af7c9b 2,503 0.98/1.00 vMB 29
587,846 587,846 00000000000000000002c974aa2678e6f935abcd6340b5b8fca1255ac73b1db2 2,664 0.98/1.00 vMB 23
587,845 587,845 0000000000000000000c7a1300090334fb77732c0c40d226e162d9759ae5fa7f 2,316 1.00/1.00 vMB 12
587,844 587,844 00000000000000000003a3a0f0b5a77140f4dc3877ce7d444e5664c7b10af0f4 2,571 1.00/1.00 vMB 25
587,843 587,843 0000000000000000001bd7132f038a9863babc8036cb4b62720d02e77de123e9 2,280 1.00/1.00 vMB 53
587,842 587,842 0000000000000000001e749415bd2bca79687483049fe557b64917f94750c197 2,400 1.00/1.00 vMB 40
587,841 587,841 0000000000000000000f32a6101157933511ea1891b233bc30433408f8aecb3e 2,215 1.00/1.00 vMB 53
587,840 587,840 0000000000000000001b961ffd784dfbec37618acaea0297ef28e4c34deb9c3e 2,946 1.00/1.00 vMB 63
587,839 587,839 000000000000000000001739bb0c1a4a1aca857a9614cdb58fd345b0ee190e61 3,227 1.00/1.00 vMB 71
587,838 587,838 00000000000000000002e3183e1d1d70c82b2ff76bebd5f460b1505f9273cc2c 303 0.18/1.00 vMB 32
587,837 587,837 0000000000000000001a9eb23f472e4850722520f9dc8a30da2ec50aac161289 2,162 0.74/1.00 vMB 30
587,836 587,836 00000000000000000017d2048853e02f3c9aa90a870ae8bf262981a530ab3d2a 1,394 0.56/1.00 vMB 31
587,835 587,835 000000000000000000156fd431e979819a828d8986ff0cb563fa3541ca7ee6ef 2,183 0.64/1.00 vMB 22
587,834 587,834 0000000000000000000148a550f9fdd495d4b9806e7817bda9bda7c537f28a1a 782 0.23/1.00 vMB 25
587,833 587,833 000000000000000000110b48e06a0e006cf5ba821320a1cb646ee9a5dac347e7 1,522 0.47/1.00 vMB 24
587,832 587,832 0000000000000000001ec305f51859e80c91124cf5f3a28808842f866b44bc3d 2,342 0.70/1.00 vMB 12
587,831 587,831 0000000000000000001c568be52768f74ef028db9e4b79735a048660dcd70c24 2,795 1.00/1.00 vMB 42
587,830 587,830 00000000000000000007a56d23c1c889ddfa3e8b8312a890cf33c2a5580026bd 786 0.24/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.61 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.93 GB
    • Received: 16.07 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.