Loading Tool

Explorer IconExplorer

Memory Pool

79,473 transactions
30.35 vMB
0.07928693 BTC
Random Selection Loading Transactions
Max Size: 184.83/200 MB

Candidate Block

Mining Attempt 27b8a3db3b98c234c52edcdb75f3532dbb703823d860e90452b0bb82ab52d7ae
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root f45ccab03b2abb7786df443d3fc3f540c981241c7ed0c44d2acef2fc9b86796e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.01126776 BTC
Feerates: 40.21 > 1.13 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (103,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,100 812,100 000000000000000000021dfb1e0756ee461f7091e4d80756687a9681a56f2e9e 3,425 1.00/1.00 vMB 12
812,099 812,099 000000000000000000019f5ce4e0ff59586b13bdf292769e75df3b3b3080b6de 1,058 1.00/1.00 vMB 5
812,098 812,098 00000000000000000001f0232acf85af196ad5f500074caa2ed2a14b59c630fa 607 1.00/1.00 vMB 2
812,097 812,097 00000000000000000003c401d03b124056fb3b71d462e9a6a83dde958e0b53a5 1,200 1.00/1.00 vMB 8
812,096 812,096 00000000000000000004e78ba4a3a1cc780aba359710b72aa06d40804e6ce218 1,579 1.00/1.00 vMB 6
812,095 812,095 000000000000000000021efbffa05769212f51ef189075bc055508ff45119a30 1,525 1.00/1.00 vMB 7
812,094 812,094 00000000000000000001f9f6853dcf590e6d60e3cbdb31999620d2d0de3d7c32 1,536 1.00/1.00 vMB 8
812,093 812,093 0000000000000000000276e9ced4b1703bbea644d8e40d3a49e9505fc3f8c425 2,987 1.00/1.00 vMB 9
812,092 812,092 00000000000000000002fd403d455f3b258b3b85b14b8233f65f53cc8f6242a0 2,229 1.00/1.00 vMB 11
812,091 812,091 00000000000000000000fbe825675bdf56c49bd4f2d9a6e7d391c7090dd40762 563 1.00/1.00 vMB 4
812,090 812,090 000000000000000000015496597e9e7c1ee0f2166f4c5f0931c4412aa4a0f7ea 295 1.00/1.00 vMB 2
812,089 812,089 00000000000000000001712a761e7a3c9677869e1ac5315362be6044a9ebff6f 2,623 1.00/1.00 vMB 9
812,088 812,088 00000000000000000000569e188210845a5e17faa59a73ea36fc5a454830874b 1,445 1.00/1.00 vMB 5
812,087 812,087 00000000000000000001540cce0cb2e54d1b43699abf6dcb824397e9df7d5f47 1,110 1.00/1.00 vMB 5
812,086 812,086 00000000000000000002308fe43bfbd43a51b5bac15537f322ce7e97556f0460 1,582 1.00/1.00 vMB 4
812,085 812,085 000000000000000000001a69cf2e7fdeca298a4415d880d8d7045edfb82c6e38 1,506 1.00/1.00 vMB 6
812,084 812,084 000000000000000000015e358c1caac0f34d1c36850c930105322e0d0651de36 1,746 1.00/1.00 vMB 13
812,083 812,083 00000000000000000000f39096fa48642d564afbc56933694ebb3fdf9e8d4780 2,451 1.00/1.00 vMB 15
812,082 812,082 000000000000000000015b228316a5cbc5c672ba761ee8f26af44f65f670a8ed 3,518 1.00/1.00 vMB 20
812,081 812,081 000000000000000000004dcc9c73b5ba78b04f3199ae0eebf2577a23b82bcd3f 2,482 1.00/1.00 vMB 24
812,080 812,080 00000000000000000002f17266ee6f601c0e6b6ce08a47cd9aa37e50d0153203 2,702 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.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: 720.82 GB
    • Received: 18.27 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.