Loading Tool

Explorer IconExplorer

Memory Pool

47,109 transactions
27.92 vMB
0.12975335 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt f06ec303c2ae86c1aa0aa7ed88c1218f2c60482a95f42b7b9a24584806cdd540
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (207,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,628 707,628 00000000000000000002fb3858d91f1502ad0417b531c363de4d184aa7c3a3ed 2,274 1.00/1.00 vMB 6
707,627 707,627 0000000000000000000932063c1d0f699fd97e1e9e9234d04e3949fec5e2dab7 2,857 1.00/1.00 vMB 7
707,626 707,626 00000000000000000005765319154fd9ff3cafe86380e0e68b7b88df753c09c7 2,978 1.00/1.00 vMB 23
707,625 707,625 000000000000000000000d036d6243f6fbb160d069f3e3e3962cef62c3f731b7 1,121 0.34/1.00 vMB 10
707,624 707,624 0000000000000000000b4b59d105adcdcbbe83cac089f2549d62bbb11c990b8b 2,253 0.72/1.00 vMB 10
707,623 707,623 0000000000000000000c47243705a14c09817b27611bddd500480d3f2a677c64 560 0.18/1.00 vMB 12
707,622 707,622 0000000000000000000a00ca2a2bb99756160ea622df9e39e45b8391b36a0afa 927 0.38/1.00 vMB 10
707,621 707,621 000000000000000000057b9d0fc540fc1976268bb9a862875099b62b90f65b1c 2,050 0.73/1.00 vMB 8
707,620 707,620 0000000000000000000c1da8441c1c5eaf0e59afe2590c2dfd4080847dda933a 2,733 0.99/1.00 vMB 9
707,619 707,619 00000000000000000005a74c97c459647dc0dad1b4dcc4cb2fc72eb47c332464 1,377 0.76/1.00 vMB 3
707,618 707,618 00000000000000000007ed94efda357a565a83c047c19284edd78351fda25b29 2,591 1.00/1.00 vMB 19
707,617 707,617 0000000000000000000cd15a5810602672027476debca56a14a06ba6b71f824a 2,087 1.00/1.00 vMB 8
707,616 707,616 00000000000000000002c26934496974adf77b74332c6e9ada689e0b0212a302 314 0.10/1.00 vMB 15
707,615 707,615 00000000000000000006c0cd9b33f4d579e31ba1e6bbf4c5297324fa78fbf151 102 0.09/1.00 vMB 5
707,614 707,614 0000000000000000000c101b48a819bdaa6a2d7174b5cb2a15c318a77788f4e2 2,938 0.99/1.00 vMB 12
707,613 707,613 00000000000000000004802135ff35e60b3e8010cfdde017c725e84cef08d7a8 2,436 1.00/1.00 vMB 7
707,612 707,612 0000000000000000000acbfc42456145cb0b27bd112b640fd864f772ebc05f85 3,282 1.00/1.00 vMB 9
707,611 707,611 0000000000000000000c5043e8b6aa6e58efb1a53f62c9235a10e709aab61e0a 1,254 0.44/1.00 vMB 9
707,610 707,610 0000000000000000000406439adc5b4799983a18d29efeb0c4bd74908b1ea07d 1,175 0.52/1.00 vMB 6
707,609 707,609 00000000000000000003ad892ee5fb39ef44afac00f045de77a512d19446fea7 2,654 1.00/1.00 vMB 10
707,608 707,608 00000000000000000006cea8f3654d7505c3ab4e169b28f511a4d7e03e066663 2,964 0.95/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.