Loading Tool

Explorer IconExplorer

Memory Pool

41,273 transactions
27.85 vMB
0.07760412 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt d3efae7e466f683311cf475b9896cdb9b4da272883137aec6d0ff0a89a53115d
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root eaf81f763ceb01fc4ceadc58876b3ec01be40047941c5009e9b731fc075b5b8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.02386855 BTC
Feerates: 193.01 > 2.39 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (313,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,109 601,109 00000000000000000004cf4fe24ffcf2b44fe7abb583f1e976e4f11ff76ac869 2,525 0.89/1.00 vMB 25
601,108 601,108 0000000000000000000d468f9f57a70e2a9e5e47f4e809f59ebe42e2274e471b 1,857 0.74/1.00 vMB 22
601,107 601,107 000000000000000000060c7a922494a7ae56b5b0f5a4e1ff4d8f24eb0d35634c 624 0.31/1.00 vMB 24
601,106 601,106 0000000000000000000faf594a3a28811d63f98bb2e5852e1c7c716c909b45e2 1,951 0.84/1.00 vMB 24
601,105 601,105 00000000000000000012d74f7c75e4d127a88a25016acf05552fba2b8b4c453a 1,903 1.00/1.00 vMB 8
601,104 601,104 0000000000000000000613940ae9d039ba70db34ec0bd814876a8469591b0d28 2,283 1.00/1.00 vMB 27
601,103 601,103 0000000000000000000f1bc2c4d5359a9e8496cecb2e79808796bdd1930b0061 1,428 1.00/1.00 vMB 11
601,102 601,102 00000000000000000011eac661a1df15f87e66a81ca3bf973a47f7227b56c5b6 2,026 1.00/1.00 vMB 25
601,101 601,101 00000000000000000008f09830ecabb11cd27d6d5f130524fd2a7d6c570b36a9 2,020 1.00/1.00 vMB 27
601,100 601,100 00000000000000000003b48d8b27f0573008657f392979bf55ef32d4f175bf40 1,762 1.00/1.00 vMB 7
601,099 601,099 00000000000000000008c05071b847b49f9db6dcee82ee89343bad70afa19ab9 2,142 1.00/1.00 vMB 39
601,098 601,098 000000000000000000036140db3ae85b490a5c712efb73e9848574b00c8b9299 703 1.00/1.00 vMB 2
601,097 601,097 0000000000000000000afbc19c8254d8301499781e9f3aa806adcc97bcd5896b 2,457 1.00/1.00 vMB 25
601,096 601,096 000000000000000000099d1e2dff380328e5e4e5402ec1f195ba9174014ad074 1,151 1.00/1.00 vMB 4
601,095 601,095 00000000000000000001990b1a755bf64c4a5b16ff8c8f82601d602d4a5c0882 1,829 1.00/1.00 vMB 10
601,094 601,094 0000000000000000000cfd4b16c779a01ab665bf35f3bd9ea198bec50c269f8c 1,863 1.00/1.00 vMB 22
601,093 601,093 0000000000000000000d165e7f5f91513666eeb07f817806fe58b116e3fa3aaf 2,034 1.00/1.00 vMB 4
601,092 601,092 00000000000000000006fb53d14311d5d6de35e3632bd5313f416f02204068a7 2,173 1.00/1.00 vMB 14
601,091 601,091 0000000000000000000549800794b27ab10d5e16ac6ad16a7c4a13dae756f80d 2,206 1.00/1.00 vMB 19
601,090 601,090 0000000000000000000cb81fffeebbc47c6cab77a4ba588c7593b2da2cb56d48 2,056 1.00/1.00 vMB 31
601,089 601,089 00000000000000000011ba36bb7d9ad083e2baeeb09c3a335492a1ed11e6d5a9 2,237 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.77 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: 632.86 GB
    • Received: 12.16 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.