Loading Tool

Explorer IconExplorer

Memory Pool

38,222 transactions
26.34 vMB
0.06262064 BTC
Random Selection Loading Transactions
Max Size: 135.58/200 MB

Candidate Block

Mining Attempt 927e4b1959b4064f18a4240514658588e3ca5e48138fa6daeea8bdcb450b957c
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root cfae2f4c32f47398d3bd46306d161bf78e6ab1f11c5aa6ed5e2043c9fef0302c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01377792 BTC
Feerates: 160.85 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (524,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,942 389,942 000000000000000003e42034e7673eeb1d8f4512a1d392b62e6f74fb30f17e7b 2,357 0.93/1.00 vMB 37
389,941 389,941 00000000000000000ade02765465b71768407d52a387bd60d094482d933cea86 1,153 0.99/1.00 vMB 20
389,940 389,940 00000000000000000b4b79b7a32d35968b4a071dc00147c501b4dd18d6bda328 560 0.25/1.00 vMB 30
389,939 389,939 0000000000000000066e46373472a7df047a4c369115cdbb43dac1168cde52a3 1,674 0.75/1.00 vMB 36
389,938 389,938 000000000000000008f5c9ebad0d7aafa288189b35c26093627205be1d1d1059 1 0.00/1.00 vMB 0
389,937 389,937 000000000000000001fa6deeaaa4ed9ba12473317a517e1d60278add4654bc87 1,993 1.00/1.00 vMB 32
389,936 389,936 000000000000000006ca00cceddde1679d255684281dc7fa84b1c848f017c7e3 1,831 1.00/1.00 vMB 51
389,935 389,935 000000000000000007e0b3216f037884f5341a215688e1b2efa4c771f6268d3c 3,441 0.95/1.00 vMB 59
389,934 389,934 0000000000000000002b07aea1e14aa6e7b9d66f49e82c5b373b38344727e1ee 472 0.26/1.00 vMB 28
389,933 389,933 000000000000000002e1f152c118c96b0a00c54092102d620e663aa639e797cc 2,024 0.93/1.00 vMB 39
389,932 389,932 0000000000000000015b9e72a96ac3acb3bc0b70206db5b1230fbeb377bdb43d 316 0.22/1.00 vMB 21
389,931 389,931 000000000000000002c0909339d5aa549d2ea598c19a06b8f7a634eab5d01bb0 2,104 0.77/1.00 vMB 39
389,930 389,930 000000000000000000b206b8f2dce78ccd57e023252acef4e505d050851c67a6 119 0.04/1.00 vMB 38
389,929 389,929 0000000000000000067700436388d0a6781b563701387267d5192f25f7a5acac 1,771 0.69/1.00 vMB 37
389,928 389,928 000000000000000003deab70785bc7db31d61ff3045ce791ef6cde81e13258b7 26 0.05/1.00 vMB 4
389,927 389,927 000000000000000004a9c1a3f68c8bc3a8393df0cbf09f537504c6596ed179cc 1,929 1.00/1.00 vMB 28
389,926 389,926 0000000000000000035d6a564dfb31e06c3270b3b3b5f49ef7688995d8be11a2 2,290 1.00/1.00 vMB 32
389,925 389,925 0000000000000000013f5e653f1d4c743469ba1aa869c7afe55f5cfef0d0548d 2,275 0.75/1.00 vMB 47
389,924 389,924 0000000000000000074c8177274d62660c96af885de54e788dbb1515106c7505 725 0.93/1.00 vMB 16
389,923 389,923 0000000000000000085411c4b4e2ec7516dfba15dde5cc93c089406c83819b9d 1,188 0.93/1.00 vMB 22
389,922 389,922 000000000000000001ebdcb070b3efcc9997ff578e9929cd3400ee2c13131a22 2,532 0.95/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.