Loading Tool

Explorer IconExplorer

Memory Pool

81,713 transactions
30.35 vMB
0.08244059 BTC
Random Selection Loading Transactions
Max Size: 182.90/200 MB

Candidate Block

Mining Attempt 9b44fb67e390514e80d5155bc72c9937eb9733542aa41e145c0f83a3007b773a
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root f8782e524c3da9d6a177e5291422ef784595ec84424bda49b6725e764e768078
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02018071 BTC
Feerates: 203.60 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (424,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,050 490,050 0000000000000000005a3111239057c1a5c07eaf740d9b5431254d59a3a790bb 1,888 1.00/1.00 vMB 68
490,049 490,049 0000000000000000002eca966ed0bd69511ab6335e08f2ac696f92fc0b348edd 2,418 1.00/1.00 vMB 164
490,048 490,048 000000000000000000db464ab6bcec46233459d90beec0c6c6477384a5679a07 2,266 1.00/1.00 vMB 102
490,047 490,047 0000000000000000002e3dfb8ff32809f89e87b0784e0e9b86973c48aae2d123 2,500 0.97/1.00 vMB 41
490,046 490,046 00000000000000000043689a335233c3de3326728f8363bd355fada122d29dca 2,324 0.95/1.00 vMB 68
490,045 490,045 000000000000000000c1df8a824ce7efb836e88205c16c4eb269665fd1ab2827 3,073 1.00/1.00 vMB 35
490,044 490,044 0000000000000000007ad1f4162fe2b1a986e54d488aa621e292950a27c34f48 1,991 1.00/1.00 vMB 145
490,043 490,043 0000000000000000007d730410fcf7eea3868393a805d78fd42af2c5f484ad97 1,388 0.87/1.00 vMB 95
490,042 490,042 0000000000000000006c614f43d9282f725821fb420be4da00d0f67afc78ce45 2,079 1.00/1.00 vMB 233
490,041 490,041 000000000000000000d818e093a22f44ac55d6f6728e3bb6a1db675c8e12ffe4 1,734 1.00/1.00 vMB 112
490,040 490,040 0000000000000000001efd3bea78bf4f5a05e38857433fda6a8106f7d681e12c 1,190 0.57/1.00 vMB 85
490,039 490,039 000000000000000000a4e772f7195a9f2617a2e74cb05b85b4c7f967d87b26ca 1,967 0.95/1.00 vMB 122
490,038 490,038 0000000000000000006f47f9bacb00d7b41db297a10def2596a10e03b6473192 1,563 0.96/1.00 vMB 115
490,037 490,037 00000000000000000024407d580e4fcc34458a6a3ade8905a3cfa41dff4a61ef 2,124 0.98/1.00 vMB 195
490,036 490,036 00000000000000000037901da7b8fb76ee050b1ae084f2d3984eb0ebf730e159 1,737 1.00/1.00 vMB 144
490,035 490,035 000000000000000000c07451897e9cc9e561e7e2788eeb8c9e893b302ab813d5 1,084 1.00/1.00 vMB 337
490,034 490,034 00000000000000000010dcf2eada6521cafc4aa9f0b3c87ccc39d0e4a4545d53 2,944 1.00/1.00 vMB 214
490,033 490,033 0000000000000000002864427cd469926b3fbf0b8bf113da4113ffeb238c781a 1,307 0.95/1.00 vMB 93
490,032 490,032 000000000000000000d20bb704867ccd020e0750c0bea02e85e9e01ce7b006c7 225 0.16/1.00 vMB 94
490,031 490,031 00000000000000000029edfd608df70180b62ba03c6c7b88ff2712ee7063e93a 1,278 0.83/1.00 vMB 75
490,030 490,030 000000000000000000528b78315a3c9815496f8dfcc26b38b4546b739dd9f0ec 250 0.18/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.34 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: 661.27 GB
    • Received: 14.80 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.