Loading Tool

Explorer IconExplorer

Memory Pool

84,306 transactions
32.66 vMB
0.07979435 BTC
Random Selection Loading Transactions
Max Size: 193.56/200 MB

Candidate Block

Mining Attempt 077018515506c7487eee90d9d4e0df29ff3fa5069dbb63f23813d93d1b62d5ea
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 26d494b3e2899b548f4934fe7dbe7cf74cdf6e118f3ddbce4cb2a4ee736cb732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01518401 BTC
Feerates: 100.53 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (497,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,930 417,930 00000000000000000512e7726f800cc45ead292da81bf20c83d35331d3b56bb3 2,096 1.00/1.00 vMB 57
417,929 417,929 000000000000000002984fb4200d5451db6fc7fd7209e844c92c2f3510484cbe 636 1.00/1.00 vMB 17
417,928 417,928 0000000000000000028102b0f812c6efe1ddd7835796f7f78e6e8b25d6ad8f6e 2,379 1.00/1.00 vMB 77
417,927 417,927 0000000000000000001412a1eb0bee6912760673a0215b07e804038eca6a0046 1,788 1.00/1.00 vMB 47
417,926 417,926 0000000000000000037a7b03e5526083db5a2f9e7874603073407c76ad5634a9 560 1.00/1.00 vMB 17
417,925 417,925 0000000000000000035f040298422cc41bb2ed483ac629d59d3ba42a83a57771 1,907 1.00/1.00 vMB 49
417,924 417,924 000000000000000003142a6fc5d9d609d2559a15dbbf349670a278946a44d99d 2,151 1.00/1.00 vMB 48
417,923 417,923 00000000000000000030c075e86f37b70f0601d2853582a56e463b62a4f96444 2,158 1.00/1.00 vMB 52
417,922 417,922 000000000000000002be74d052b51f459d39201aaaea224b83d7a8f9b1650a6c 2,186 1.00/1.00 vMB 65
417,921 417,921 0000000000000000017cfe8bf2cc718964e9f5b78eec93654fe4b9d99ab5e9c8 2,572 1.00/1.00 vMB 98
417,920 417,920 0000000000000000007545b287c15d823a9dc3ec6699717efe7c9ebd7625b163 1,050 1.00/1.00 vMB 22
417,919 417,919 000000000000000001b1582246b1e884baabe1ba2c6ff9872bfb7735ba6a5780 2,468 1.00/1.00 vMB 45
417,918 417,918 000000000000000003e8f5255088006c1ff0660bb74f1b2c20ce07e814de22ab 2,262 1.00/1.00 vMB 65
417,917 417,917 0000000000000000016743419de8278bc5127368b1ea5eb1401c0506588421e2 2,955 1.00/1.00 vMB 106
417,916 417,916 000000000000000003e132a9d4e5d105c17039239c49c137096a448603410229 799 1.00/1.00 vMB 23
417,915 417,915 00000000000000000288837b94a799cad695407030df1c52dd9a6be26035ebf8 1 0.00/1.00 vMB 0
417,914 417,914 0000000000000000035ef2485664a6efcb573dfd3cab4305723c660477dbde4c 1,876 1.00/1.00 vMB 45
417,913 417,913 00000000000000000377ed932d3f5d6e08f575e98ac40a070a89627bb9faa1fd 2,461 1.00/1.00 vMB 64
417,912 417,912 000000000000000003852d9fb541de527d9f3b9212cd5e037d7ae3b5e7b82d78 2,834 1.00/1.00 vMB 82
417,911 417,911 000000000000000002646b01b17e8e028c46bba78b28684b16da2016a1d238ce 726 1.00/1.00 vMB 23
417,910 417,910 00000000000000000500fa0b8948cb8704b4b9531ccbc1ff13e648b59fd37849 2,617 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.