Loading Tool

Explorer IconExplorer

Memory Pool

38,978 transactions
27.45 vMB
0.06960420 BTC
Random Selection Loading Transactions
Max Size: 139.67/200 MB

Candidate Block

Mining Attempt f3a1d1e1f6114f9cef9cbd0364b749e4f24421a1f0203062802960ffcccce98f
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root c918d55935246abfc9c34d3ad84baf4576462da33543f1b792fd72d4a8d851ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01755568 BTC
Feerates: 179.53 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (300,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,050 614,050 00000000000000000008a95f02aed71bbcad43793db7edb1d91f9b36e164a4b5 1,828 1.00/1.00 vMB 21
614,049 614,049 00000000000000000011e3cf6f122155e1b6da9ab7b4032403d4b428a60ccb5f 2,574 1.00/1.00 vMB 20
614,048 614,048 0000000000000000001029eee137c99223f00e4eb0404b9461fd898126dd2561 2,447 1.00/1.00 vMB 30
614,047 614,047 00000000000000000011bd31e54e44b43f6948e99508ff6cae047feacd0c86da 2,232 1.00/1.00 vMB 32
614,046 614,046 00000000000000000005a20f0cccaeca127f5480e0a71d6b98543d90e94ad89a 1,418 1.00/1.00 vMB 2
614,045 614,045 000000000000000000106a6482119fd5f230d896d8e2d7e02cb9847678fc6690 2,538 1.00/1.00 vMB 10
614,044 614,044 000000000000000000082ae13d55183d3ae8db9d1aefd05551c68c9229f37aa5 2,457 1.00/1.00 vMB 15
614,043 614,043 0000000000000000000d77b1632b60fa185aeacc899d74dd2ea142658b14297b 3,401 1.00/1.00 vMB 10
614,042 614,042 000000000000000000013c9bed00f705caa54c3cb4f7759399b428ddc06490d8 1,760 1.00/1.00 vMB 27
614,041 614,041 0000000000000000001309623ed240b772f5575d30c9472d0e1d2f697342fce2 2,498 1.00/1.00 vMB 13
614,040 614,040 0000000000000000000ec3444feaf56304d3671cc1d751f6de7e6959d9edb4f2 2,205 1.00/1.00 vMB 6
614,039 614,039 00000000000000000005d558a6f35ec379043b57462b378627cdd317bb2cfce8 2,199 1.00/1.00 vMB 11
614,038 614,038 0000000000000000000761614d8449cd9944478f140c93cdf60a31ea6d9a0d62 2,007 1.00/1.00 vMB 16
614,037 614,037 0000000000000000000370beed4e56e5156dab10304d5177447f7c9f1ad44f96 2,375 1.00/1.00 vMB 17
614,036 614,036 000000000000000000081bfcaf3495615a6d657074ff891d0336aad49e8dffdb 2,284 1.00/1.00 vMB 9
614,035 614,035 000000000000000000051ca4f20eb8019026567ef5538d9baf76999390e26235 2,556 1.00/1.00 vMB 17
614,034 614,034 0000000000000000000930bda56073add26a65e6a6e04cf25a7fdd15cda38254 1,588 1.00/1.00 vMB 28
614,033 614,033 00000000000000000000e476132397421e73a557700cc3eef41e0d12e351a2bf 2,422 1.00/1.00 vMB 15
614,032 614,032 0000000000000000000d6a550261af0d40c8da2938f654ad79fbba5e98bd1f0b 3,284 1.00/1.00 vMB 31
614,031 614,031 000000000000000000066e1fcc1d5b730eee2193627c28bf30fc2c47f46f072c 3,045 1.00/1.00 vMB 5
614,030 614,030 00000000000000000007efb46681f4d751b88498ce615d5b7ced15d195688637 2,886 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.