Loading Tool

Explorer IconExplorer

Memory Pool

40,306 transactions
27.32 vMB
0.06280455 BTC
Random Selection Loading Transactions
Max Size: 142.79/200 MB

Candidate Block

Mining Attempt 67a08407e1fb841d4bbb2ed17c37c8dfb93ca6d82f9f650a30830a42d514e82e
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root f2a242852ddcee573086f9094d1fbd602de58c71719c516fc4fbd1b73df68aa9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.01199090 BTC
Feerates: 150.88 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (315,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,934 598,934 00000000000000000000e57457f6817ab1544c8931fb24702c028c0e13e9adfa 2,169 0.84/1.00 vMB 5
598,933 598,933 00000000000000000013e0c8a5e3611114fdf57b4c453b17f511bad059d36d98 2,344 1.00/1.00 vMB 33
598,932 598,932 000000000000000000021f3e8edbf6ddab58049f2d1b035914bdc814d02099a0 1,624 0.43/1.00 vMB 16
598,931 598,931 000000000000000000105cc19fed28473f1b1a694a7ce035311b1992a4191205 2,798 1.00/1.00 vMB 13
598,930 598,930 0000000000000000000063e5f0585125542f5c9691eaf6f7f54e67d59faf6ef3 3,016 1.00/1.00 vMB 24
598,929 598,929 00000000000000000007473669b62cf2576ef4e88ceca454c8f7997181bfad25 2,857 1.00/1.00 vMB 14
598,928 598,928 000000000000000000127cb416a6038477fcfaf98d50db099168cea1b43f5cf1 2,763 1.00/1.00 vMB 40
598,927 598,927 00000000000000000003c3d655b13910c9bd7260a0e08f1c83fb97cf924dec79 1,676 1.00/1.00 vMB 22
598,926 598,926 00000000000000000005f831d37153aa74c2e85d548c6cba9bce3cd4f48a7f95 1,930 0.57/1.00 vMB 21
598,925 598,925 00000000000000000015694fd7d0d95d6153baa85a13b36905db250b8d5ac26a 863 0.20/1.00 vMB 1
598,924 598,924 000000000000000000148416909bc46a4a7929c15176aa7e36f2c8c6aab1e75d 2,536 1.00/1.00 vMB 11
598,923 598,923 0000000000000000000f78b11ba397fb6373c9da996b6aab3e405fe1ea974f01 1,635 1.00/1.00 vMB 11
598,922 598,922 000000000000000000098b79a18f36e04325513236e23e28615e6d08541749e4 1,894 1.00/1.00 vMB 15
598,921 598,921 0000000000000000000e2d123300c7e649c9d8cde6493172756c4d624ffa3ebf 1,699 1.00/1.00 vMB 18
598,920 598,920 0000000000000000000d23933de96427aa28e09d2507b7b86d6a786503dd21d8 1,984 1.00/1.00 vMB 20
598,919 598,919 00000000000000000002af9912fbb242fee3cbd9ad0ca4b84d89894f03d9c5f0 2,742 1.00/1.00 vMB 42
598,918 598,918 000000000000000000046942c8acddaf7d6ce230850d389e7bbbcc0b8e6be413 1,513 1.00/1.00 vMB 34
598,917 598,917 000000000000000000019a2d235f5d2e42b0d3972948b564d5c69ee8b47eea76 770 1.00/1.00 vMB 72
598,916 598,916 0000000000000000000a0f1483611479d1bf4f9db37f8f34b19df21c6224887f 1,118 0.38/1.00 vMB 18
598,915 598,915 0000000000000000000485ea912f590a5576fd9b43fdd656f2721b61e6700d7b 1,077 0.34/1.00 vMB 18
598,914 598,914 0000000000000000000b660f42f3c5c2cdd8a068f3e511bce374f800eb7c15a9 1,907 0.62/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.