Loading Tool

Explorer IconExplorer

Memory Pool

46,725 transactions
28.75 vMB
0.08287402 BTC
Random Selection Loading Transactions
Max Size: 152.89/200 MB

Candidate Block

Mining Attempt 0bbc98e8982363f73c99e3066e9dad5b707524a04f49ce57c0dc80518d328b96
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root b11a593267885d2bda404463f8f8d28455c5c5602b45fdf1dc656fb4823474ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,255
Size: 1.00 vMB
Total Fees: 0.02825842 BTC
Feerates: 151.16 > 2.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (323,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,973 590,973 00000000000000000012e73e35c574a0115db9533c5a44d3e697fb0bca442f7e 2,933 1.00/1.00 vMB 47
590,972 590,972 0000000000000000001b49527be8f439a7afaf83d9fee494afdf17b86e7f94a0 2,499 1.00/1.00 vMB 67
590,971 590,971 0000000000000000000f62d61a3c8bece12707c29ae439a7e8274982f052fc53 1,358 1.00/1.00 vMB 11
590,970 590,970 0000000000000000000ce3fb29d3fea4f716a0f4e37fa2a394f34fba9b37a5d1 2,179 1.00/1.00 vMB 15
590,969 590,969 0000000000000000000c50cd74c080c025e5f8f5d7e53d2126660e87a076866a 3,048 1.00/1.00 vMB 45
590,968 590,968 0000000000000000000dd903e1e4a95b20c55f10a4c15d9830f91b190f82b517 2,491 1.00/1.00 vMB 32
590,967 590,967 000000000000000000060b525724733e74744d4be030d5de0ad75517afe56742 3,308 1.00/1.00 vMB 46
590,966 590,966 00000000000000000003e7d803e8e238f87dd6282f991cb829d16b0423084ba2 2,388 1.00/1.00 vMB 29
590,965 590,965 00000000000000000008ca934352fc908f13d486e5d08ed5edff74bf15504bb0 1,084 1.00/1.00 vMB 35
590,964 590,964 000000000000000000002b440a01d35f62617c521291730f4bb732dc7333e122 2,817 1.00/1.00 vMB 52
590,963 590,963 00000000000000000009b3f1c93d6b09a0123f86599ce84e266be13cea0f07f4 3,155 1.00/1.00 vMB 66
590,962 590,962 000000000000000000154d8a2399d405c262f4bb95e2fb67b97195a78ab04ea5 2,376 1.00/1.00 vMB 38
590,961 590,961 0000000000000000000251f1ee8e25c76e3b1c148900043d59d7d57b6197b925 1,168 1.00/1.00 vMB 49
590,960 590,960 00000000000000000001257eb622560b860e395df18681ebed4b3049efad82fe 1,375 1.00/1.00 vMB 95
590,959 590,959 00000000000000000003b3487a13766510dbd7ca33c2851cb41c88e6f97d2f00 2,455 1.00/1.00 vMB 13
590,958 590,958 00000000000000000015b1c0d588c312d58b7770bfec536c45615afb70b73150 2,259 1.00/1.00 vMB 25
590,957 590,957 00000000000000000012321665f36263312de25e5daa36c96b4e4407c9a02172 2,818 1.00/1.00 vMB 53
590,956 590,956 0000000000000000000e6c402b311740e21f79a42ed84ecf69a3ae4fe88ce882 2,632 1.00/1.00 vMB 49
590,955 590,955 000000000000000000039d2fb1b60109ded53a47534e7ae80b73a975a3af1115 2,971 1.00/1.00 vMB 31
590,954 590,954 000000000000000000044f16785c016201314e02b10f13e4471cb09269addd6e 362 0.14/1.00 vMB 4
590,953 590,953 00000000000000000003c98ef584cf56d7e211f0eda88a573df1bd79901b5f0a 2,898 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.11 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.99 GB
    • Received: 13.67 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.