Loading Tool

Explorer IconExplorer

Memory Pool

77,276 transactions
30.81 vMB
0.14020157 BTC
Random Selection Loading Transactions
Max Size: 177.13/200 MB

Candidate Block

Mining Attempt cf35de7a14a77247b332533f70880eb6ddcc901d34925f273e891a7b5cb19abb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 8e9a3b88ba1d276b64d46c4e528269d4c59e65bd34e900033e22c3dec538fe19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,275
Size: 1.00 vMB
Total Fees: 0.05119745 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (349,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,054 565,054 0000000000000000000813c72ada778eaa7a4d5f789897d67ec47028378b1683 2,036 1.00/1.00 vMB 16
565,053 565,053 0000000000000000001f02c17a15334d4de601adde2420d434331a2698efdc78 2,436 1.00/1.00 vMB 26
565,052 565,052 00000000000000000010eb06db5600cfa6e7d5c5993b37bba5ffac05c539f21b 787 1.00/1.00 vMB 25
565,051 565,051 0000000000000000000a77d4589bc2f81c1030f0bbc929caaa4e5113caf3f1e1 2,334 1.00/1.00 vMB 28
565,050 565,050 00000000000000000025937f077334d9909fc158b1155209a42d95fb0647bdaf 3,008 1.00/1.00 vMB 39
565,049 565,049 0000000000000000001213627f0e69bd7bec2d22611a3c18e3c3e3a5106c5f07 2,403 1.00/1.00 vMB 17
565,048 565,048 00000000000000000019accb4839617d0261f4e88fb3f98bf82d5635423a6c2e 2,540 1.00/1.00 vMB 22
565,047 565,047 00000000000000000004005eef2018c9cdf0ca1d6beafa573a3f278dfb68892b 2,939 1.00/1.00 vMB 30
565,046 565,046 0000000000000000002869f96911e122fd5f26f8c7b27c18bfd1e8673364bdf3 1,940 1.00/1.00 vMB 36
565,045 565,045 000000000000000000192466bb5953c728932b0ba426fb3c546848a888b726f7 3,277 1.00/1.00 vMB 29
565,044 565,044 000000000000000000163af793f0cbf63b8e2ad69dd9e36458054c011d15f46c 1,337 1.00/1.00 vMB 23
565,043 565,043 000000000000000000074075b1fae15b99645e34a4c3ea9e0cca7642c6201897 3,004 1.00/1.00 vMB 45
565,042 565,042 00000000000000000000287d957fdecb94b864e8725e8a28a2fe2762cd98882b 2,584 1.00/1.00 vMB 49
565,041 565,041 0000000000000000002af60c11cfe704e7bf3516b91a03b57529fbe792541683 2,457 1.00/1.00 vMB 38
565,040 565,040 00000000000000000020dd118ae7b9c92a650f6caffab0866877f2fc93aff9a8 1,835 1.00/1.00 vMB 21
565,039 565,039 0000000000000000000639dbb55a7bc162adbee19b98b74aa0ce44ed5ebf1f71 2,886 1.00/1.00 vMB 29
565,038 565,038 0000000000000000001e077424a7b568f54dde77c4874ed412c72a9ff7a8dbb6 892 1.00/1.00 vMB 81
565,037 565,037 00000000000000000021ddf2020c1b474fdf304b3932d8551aeb708c95fd6681 2,131 1.00/1.00 vMB 54
565,036 565,036 000000000000000000251d17bafbf7c77b1b1aa613180ab6eaa8bdfb406c97f5 3,067 1.00/1.00 vMB 26
565,035 565,035 0000000000000000001928c9258527e000132e03e7867bdbe5dd341c8585d8e7 2,731 1.00/1.00 vMB 46
565,034 565,034 0000000000000000001e3d97cc1100559381ee38f6af687c2bccea5b7174db74 1,840 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.