Loading Tool

Explorer IconExplorer

Memory Pool

50,987 transactions
30.45 vMB
0.09616527 BTC
Random Selection Loading Transactions
Max Size: 163.35/200 MB

Candidate Block

Mining Attempt 2977d2a819dd06b7aa43f81197a07bf7df1c5f6b6f0bca12f2cf83aa17ea910c
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root dadcf99531a4c3a2adb5f7a673774ddd5c749fc9062476d9eb1f95656d49b8ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.02443816 BTC
Feerates: 202.16 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (325,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,770 589,770 0000000000000000001415e0eb69954e59cda4c15ec73cd937fb92e4884bbe7e 2,890 1.00/1.00 vMB 35
589,769 589,769 00000000000000000010760b754a05520463b3a8f0243fe0505f6330a3fe8c71 3,037 1.00/1.00 vMB 68
589,768 589,768 0000000000000000000535dda54e729bf8b3d3363dac0911df39efd95cddd083 3,087 1.00/1.00 vMB 72
589,767 589,767 00000000000000000013d8562b20afe039c9569be3741e9d8ca320077499b23a 3,129 1.00/1.00 vMB 61
589,766 589,766 000000000000000000156e5c1806982538621f2e23ebfaad2cc256caecef02ef 2,647 1.00/1.00 vMB 47
589,765 589,765 0000000000000000000fba6e33308c14c3d68d05079b2ff931b9fdeddd4fd7ab 2,055 1.00/1.00 vMB 43
589,764 589,764 0000000000000000000df7630a53e8469b4e58ce4b6b472604f120b44c6e4323 2,262 1.00/1.00 vMB 59
589,763 589,763 00000000000000000012906327913ac668bb4005cf7d0589338e958c67edaf0d 1,793 1.00/1.00 vMB 64
589,762 589,762 0000000000000000000a48dab7dc2a11d2a1c1c2a9cd4c6e32f4458e2f993706 2,588 1.00/1.00 vMB 96
589,761 589,761 0000000000000000001839a26ebbd4b54f29b28eefecf40b1e8174546c99f315 2,031 1.00/1.00 vMB 23
589,760 589,760 0000000000000000000af9aabdeeaa28b24f5128e56c55b5a28609935520afdb 2,780 1.00/1.00 vMB 35
589,759 589,759 0000000000000000000e9d60bc13fee0dc652783d4e71ad13b28c2e27b68a358 1,872 0.58/1.00 vMB 5
589,758 589,758 0000000000000000001ab8b3d043cded6503f9458fc47f6b734bd66ab279baca 2,810 1.00/1.00 vMB 34
589,757 589,757 00000000000000000016c058439698a9df4ebc529a5706eba142502d3c81087e 1,587 0.59/1.00 vMB 23
589,756 589,756 0000000000000000000fc5620b729f2b76eb74f0fa2f38cf01488171215be1aa 428 0.13/1.00 vMB 31
589,755 589,755 00000000000000000018c32d87e7139253c25a1870eaf1d2e701c40c4251e155 610 0.27/1.00 vMB 21
589,754 589,754 000000000000000000148dd07e6af93505118f42a5f158f17f01257f5cd506bf 1,689 0.59/1.00 vMB 22
589,753 589,753 000000000000000000166f6a038cbb5ecd8b935acb2263c5527b5f6b8724ee38 2,334 1.00/1.00 vMB 23
589,752 589,752 00000000000000000010c4ef5efb9f67f1fe95cba0db63df7dce2d18b90c540e 1,532 0.59/1.00 vMB 23
589,751 589,751 000000000000000000019606d5616cc1658b022ad12acdce3da3b17087f82d87 2,673 0.90/1.00 vMB 13
589,750 589,750 0000000000000000000308c9f5fd1d595ad964e04c982b5d6cbe80f0f6882445 2,392 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.