Loading Tool

Explorer IconExplorer

Memory Pool

74,583 transactions
27.49 vMB
0.06557936 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 03fceabf56f5e8448d7d96856945e5e973657c559aa7b72e7bff79087f5b0245
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root a86ba4380daf31129136963f8b157c51bb342c49feb2307b4b1a2527e3ee85b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,954
Size: 1.00 vMB
Total Fees: 0.00698947 BTC
Feerates: 50.34 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (98,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,930 816,930 0000000000000000000131c383591e57d442992e691477ba8cc9445f97b46b3c 4,756 1.00/1.00 vMB 126
816,929 816,929 000000000000000000034c531ba6cf88c9cc5918fa89a25234c79bb7a49314a6 1 0.00/1.00 vMB 0
816,928 816,928 00000000000000000001f4f27e97ff5571d057e8616b124a3e964c12a2dfeb64 2,935 1.00/1.00 vMB 117
816,927 816,927 000000000000000000041f4091e3d449d0d0ac7840d8739ec3afcf275e93b918 3,996 1.00/1.00 vMB 143
816,926 816,926 0000000000000000000259f897b68ae2752cb3caf0a23ff457b7f368a701b8cb 3,660 1.00/1.00 vMB 132
816,925 816,925 00000000000000000002d0b1df5486d42fba00cca4aa130cac474828e161b294 3,156 1.00/1.00 vMB 168
816,924 816,924 00000000000000000000ac4eac54d64e92ac3c90f7ce492b11b49b3e21e84c25 3,367 1.00/1.00 vMB 156
816,923 816,923 0000000000000000000057b80bae77d6a3a8cfdc7722f60541102f5fc5b1b871 4,344 1.00/1.00 vMB 133
816,922 816,922 000000000000000000037c92c1a18ab52e4791ea931c1f55e93faf998747fe89 3,443 1.00/1.00 vMB 155
816,921 816,921 00000000000000000000eb2e80d6e7f9e6dd6526fc6c01fbead47f542bbcb146 3,387 1.00/1.00 vMB 135
816,920 816,920 000000000000000000039d8a99c9143c36621da70a85c0d1e0281650d412141f 4,110 1.00/1.00 vMB 122
816,919 816,919 00000000000000000002a09fc3508921724037096da4cf8277e7b5b1bccafadf 4,367 1.00/1.00 vMB 116
816,918 816,918 0000000000000000000383d0ac10624b1241295d8645c5e22e5b8e58bf80de4d 4,414 1.00/1.00 vMB 140
816,917 816,917 000000000000000000021b4be809d4cc0247124c40e5ad31b2dd2a0dd69c4682 5,419 1.00/1.00 vMB 134
816,916 816,916 0000000000000000000191a4d209dbc8887f6ff4a912467624673245ba7dc832 3,779 1.00/1.00 vMB 138
816,915 816,915 00000000000000000002d824b8118c1d63c425d4a179c305c5bdb1068c5a33cb 5,227 1.00/1.00 vMB 120
816,914 816,914 000000000000000000031f4c6b8ada24ccb8d41def9cd62427cbaa65732691bc 4,184 1.00/1.00 vMB 120
816,913 816,913 0000000000000000000082a592198e4cb3e2b028403392c44bc9d2d242842e0e 4,364 1.00/1.00 vMB 132
816,912 816,912 0000000000000000000008f0b237ea2ba0259d43254da2898662aacd74aea6f3 5,083 1.00/1.00 vMB 127
816,911 816,911 00000000000000000002e793d7ae6c9aa6514febbd9f78b5a6bf2ab614fc47d0 4,363 1.00/1.00 vMB 139
816,910 816,910 000000000000000000002fe53c048367e1a457ee0df6c19e55a441556c4ecf10 3,328 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.