Loading Tool

Explorer IconExplorer

Memory Pool

43,814 transactions
27.38 vMB
0.07107460 BTC
Random Selection Loading Transactions
Max Size: 143.67/200 MB

Candidate Block

Mining Attempt bc243d6919254f81e1920e9cec8742711f076db0777f40a9bb87ef1c04e81a5a
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 9663d829bdeade2d7fe791b15b69ff28f2bdf64bf1f038be925e468d506e7653
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,019
Size: 1.00 vMB
Total Fees: 0.01964023 BTC
Feerates: 298.50 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (306,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,939 607,939 000000000000000000094384bfa0f5a7289c0e089f4f9dae09e9d5caee59989d 1,856 1.00/1.00 vMB 29
607,938 607,938 0000000000000000000556181dd35814c6b2bf96015b00b9f84ab394039309f7 957 1.00/1.00 vMB 74
607,937 607,937 00000000000000000012067dd625a9ed664148675886d0a0b9c3d2a32fe4582e 2,331 1.00/1.00 vMB 12
607,936 607,936 0000000000000000000c0f7b20cf63fdd018d7bbf07f2a8cfb44c953b8044337 2,042 1.00/1.00 vMB 28
607,935 607,935 00000000000000000005c60acdf920aa1f156356f135b5abe462612294692301 2,505 1.00/1.00 vMB 10
607,934 607,934 0000000000000000000b16c6d91cecf8006e3f4a0d0df6dccc703810e799e2e9 2,831 1.00/1.00 vMB 13
607,933 607,933 00000000000000000009915e7d19f16a79cea8ce4479ab980bd675d3355219d6 2,499 1.00/1.00 vMB 15
607,932 607,932 0000000000000000000064c56fbc63028a14acc324f2de5b794fe76e93a38b31 2,825 1.00/1.00 vMB 26
607,931 607,931 00000000000000000008f51134ea4e55b134033c49b980d063aa369799aa45c6 3,043 1.00/1.00 vMB 24
607,930 607,930 0000000000000000000e595602b7f3148320da59038124d2786aabdc75ab2433 2,399 1.00/1.00 vMB 38
607,929 607,929 00000000000000000008ebc4c26c3a7771574bb45449d00265e27ed9601e8c69 2,132 0.70/1.00 vMB 11
607,928 607,928 00000000000000000007eec332ef3bce0355e75d31d5aea5f38d842e9a0aa892 2,918 1.00/1.00 vMB 18
607,927 607,927 0000000000000000000aa7eae7e8cd8e3d3c85e065f1a6b92217476ffe8aec52 1,129 0.38/1.00 vMB 6
607,926 607,926 00000000000000000004e74e683cb2c7a6f20aafc7ca968491b9b13b7e663504 2,999 1.00/1.00 vMB 14
607,925 607,925 00000000000000000007b9000efc52c7dea2c6211b8a10e18a1e84282e4769d2 2,620 1.00/1.00 vMB 23
607,924 607,924 000000000000000000091512c57ec742e4340f515d3a5cf321d264fcb902930b 1,545 0.50/1.00 vMB 16
607,923 607,923 00000000000000000014187eaf9255e3f8ba809ec8031e3d87a20ad5559dd59f 1,043 0.28/1.00 vMB 4
607,922 607,922 0000000000000000001463fcfdb4023330c21edf5c7bebd722311f2a8bb2ee6a 2,626 1.00/1.00 vMB 10
607,921 607,921 000000000000000000155912a304c4c2dea245b5609effdde82f1da910ebd98d 2,733 1.00/1.00 vMB 27
607,920 607,920 0000000000000000001056953ff80c1ca822689b5b5180723ac627ce20914133 1,263 0.56/1.00 vMB 17
607,919 607,919 00000000000000000000d3e6225c1119dd9646587993c24771332eed3923a74a 1,290 0.96/1.00 vMB 12
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.38 GB
    • Received: 14.29 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.