Loading Tool

Explorer IconExplorer

Memory Pool

47,352 transactions
28.44 vMB
0.11353888 BTC
Random Selection Loading Transactions
Max Size: 148.87/200 MB

Candidate Block

Mining Attempt b17fd66321186744f7d5c509247eeff7f077fd0db3f80a2945c9ca6d7d56d33f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 8d7529dc4dbad38343056d638170a19fa13e4970cafdb3c23f388a174b724882
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.04623114 BTC
Feerates: 150.77 > 4.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (120,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,870 794,870 00000000000000000001a5233a0b1a9c068680640af1360e860c1e2521bc6fb1 3,518 1.00/1.00 vMB 26
794,869 794,869 00000000000000000005405cd3a2573174e7eb60abf2732c800b49d959891ecd 3,143 1.00/1.00 vMB 43
794,868 794,868 000000000000000000046944f397899b6dd1f93cfae7d15bb10a1ea8347a02b7 2,877 1.00/1.00 vMB 19
794,867 794,867 000000000000000000011c27ce81199b4627b62decbeec0f358bcfe3f3befe21 3,370 1.00/1.00 vMB 26
794,866 794,866 000000000000000000033b8d674813767b2d1a7f6bb0568bdbdebd2273b08647 1,143 1.00/1.00 vMB 13
794,865 794,865 000000000000000000020829bed823b32eade137a54db0918effb018b2cadbec 1,179 1.00/1.00 vMB 13
794,864 794,864 0000000000000000000243856db5163ccfe7619d7b660d34985d16147727ac7d 1,225 1.00/1.00 vMB 15
794,863 794,863 00000000000000000003369fa7d3835c6f28e03ef44f94577714076f1e74fd1a 1,972 1.00/1.00 vMB 20
794,862 794,862 00000000000000000000964fa04420023fdaa5c4ba0547a4d6bbb0fb4bd9e1d3 1,437 1.00/1.00 vMB 17
794,861 794,861 000000000000000000055cb60cdbbc3796893df47c3b33cb2934a851f4a41368 2,961 1.00/1.00 vMB 28
794,860 794,860 000000000000000000045f4d7f01a96f440b05c81efc586389bfdf4c3f631c76 2,038 1.00/1.00 vMB 17
794,859 794,859 000000000000000000017eb780c86f1d29c2bc92ade32f4ae091cbd79f058b30 1,618 1.00/1.00 vMB 18
794,858 794,858 00000000000000000002e338d40c7414e2835b1df04b7e0f8cdd32a4a1e2a24b 4,140 1.00/1.00 vMB 20
794,857 794,857 000000000000000000039c55172a63f4c6c283082ec707d24e94df22848bcf2f 1,151 1.00/1.00 vMB 13
794,856 794,856 00000000000000000005364864a7cee7bdfde1f05c357113914377c0570dd6a7 2,828 1.00/1.00 vMB 20
794,855 794,855 00000000000000000001d2cbdffd1c2ed1c1bcfa8c2a629ed09dde3bbed448a6 3,112 1.00/1.00 vMB 36
794,854 794,854 0000000000000000000474adec14d1c26e6f618a6ef5ca10e3dc7d3486b1097a 2,750 1.00/1.00 vMB 23
794,853 794,853 0000000000000000000161750569dfe8b56f9507c9871c62f2cc46e3e02aa196 3,398 1.00/1.00 vMB 23
794,852 794,852 000000000000000000013d0254c7c06994c20d6a20060653cffd4661137a88e0 2,865 1.00/1.00 vMB 25
794,851 794,851 000000000000000000040e90d0bb704dc53f6d54b250b584b38c66fce3e3468a 3,849 1.00/1.00 vMB 20
794,850 794,850 0000000000000000000034fb3c0b9d37833958e2b34b5a81275175f8e8b5f7d2 2,311 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.18 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.68 GB
    • Received: 14.01 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.