Loading Tool

Explorer IconExplorer

Memory Pool

45,836 transactions
28.74 vMB
0.13829962 BTC
Random Selection Loading Transactions
Max Size: 152.03/200 MB

Candidate Block

Mining Attempt daf839e6b5f679671a2b36071b1c13aad63a86f565c2f2d98eca2b1726b1181b
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 8b298dfae5d630fec4bd5f6f2541696489d1e63483c1ff6d4b27c0d0e8b9dd28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,563
Size: 1.00 vMB
Total Fees: 0.07785881 BTC
Feerates: 15,654.48 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (676,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,915 237,915 000000000000008bd0587f80a1177654c7586c44a331b4ef027c0095a0518ac0 155 0.06/1.00 vMB 130
237,914 237,914 000000000000006c78c5d0ccdae61fa3ed0c8d0d31b8ac19826fe9451e53f40b 494 0.24/1.00 vMB 183
237,913 237,913 00000000000000f096cb2195e488a5dc869f4d9e5b9ba8c1e9e2f100de37e758 35 0.01/1.00 vMB 155
237,912 237,912 000000000000011944bdf7c1c6918a7112fdaa159c4b1bbe6bdfc91674e2ab3e 88 0.05/1.00 vMB 129
237,911 237,911 0000000000000117b485b3aa92ff9f4e44d89f311ab2c7a2da27041d12258e55 56 0.11/1.00 vMB 16
237,910 237,910 00000000000001469e9065e606ee7517071e60576f5031a59013186a49eb942b 241 0.13/1.00 vMB 138
237,909 237,909 000000000000014127ef68974be1e1d48fea1124b11d9750be1c6742fc981b54 96 0.05/1.00 vMB 90
237,908 237,908 00000000000000829719842b51cb54f44504a4f74aed2d99f533c8990c79075f 190 0.09/1.00 vMB 133
237,907 237,907 000000000000013c0134f3e7db76daf84a4395f10ec4d941726dd996079a5be4 377 0.18/1.00 vMB 149
237,906 237,906 0000000000000008b43b0b2b2c7ee6dfe9707c12bd2515117516c8afceac264c 74 0.03/1.00 vMB 36
237,905 237,905 0000000000000021a9bbf4f8e0317cb80470172f2577d45c8f4019f9a19c56ee 440 0.24/1.00 vMB 151
237,904 237,904 00000000000000926e733622b7d90c50922ef6820f89d8a442cb5ab30616d904 205 0.25/1.00 vMB 64
237,903 237,903 0000000000000009500e199df408f5d6c65d40e303e69a7e2c0d9ee278bda926 661 0.25/1.00 vMB 206
237,902 237,902 00000000000000864cf3abbab7448c212b22ad27757b7c9918122bca152c057f 354 0.25/1.00 vMB 129
237,901 237,901 00000000000001147a534c743c28037d7a1094ee0a6c42036ff20bfeedc292b3 474 0.25/1.00 vMB 199
237,900 237,900 00000000000000cf52033131cbc42f5b2e300fcecdbaef87c2986aae721148ff 718 0.25/1.00 vMB 223
237,899 237,899 00000000000000279cbbb15d2504ad1885d8d035f0432462e54be02f05a4755b 542 0.25/1.00 vMB 166
237,898 237,898 00000000000000aebb7e2d4e05344f0ba01033a4825417e53d532b60c7aeaa79 694 0.25/1.00 vMB 251
237,897 237,897 0000000000000146a2a0934484e94163bed5e28f5df51f4890c0324ec3760399 186 0.13/1.00 vMB 102
237,896 237,896 0000000000000020fc25730915b96b04dd52f37fefd742ec0ed46edd524ad7c2 661 0.25/1.00 vMB 196
237,895 237,895 00000000000001134e8e4d0271ae6348359e653e5d70681726402961902ce07e 465 0.22/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.