Loading Tool

Explorer IconExplorer

Memory Pool

47,571 transactions
27.63 vMB
0.05655713 BTC
Random Selection Loading Transactions
Max Size: 147.66/200 MB

Candidate Block

Mining Attempt 7cf92795f4d5083c52d5487c7e804521db942bfe471c8dc26394a46d388add7f
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 9ec972054ba25e0aba80cee23de28f92710d8e6ec5e706f6dca4096ffd05e2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.00461524 BTC
Feerates: 100.00 > 0.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (292,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,852 621,852 0000000000000000000297229f137ea9281cfb89a26818ffffee7a5f29b41e89 2,829 1.00/1.00 vMB 71
621,851 621,851 00000000000000000009ea607cd81085365ee807593c551633ebf2b5928cd499 2,049 1.00/1.00 vMB 96
621,850 621,850 00000000000000000010cd756a043911c023a0e85ef257dd9d986b2936621374 2,758 1.00/1.00 vMB 38
621,849 621,849 0000000000000000000eb86a6456e9224e8d06a39f87bccfc65bef779a3c5e16 2,473 1.00/1.00 vMB 33
621,848 621,848 0000000000000000000bdcb3eeafa581b2f6f0de0b927e6b8dce427ef35cb985 2,473 1.00/1.00 vMB 36
621,847 621,847 000000000000000000045bcdd57822062f92ac51e83f105ac78bdc5bdf78c094 2,824 1.00/1.00 vMB 59
621,846 621,846 00000000000000000010b1d2687648c0a669b9a895b06f4385aea2346892f450 3,039 1.00/1.00 vMB 55
621,845 621,845 000000000000000000060bbc9faebfbea7fd17e7a383f8300bc9c73053983575 2,561 1.00/1.00 vMB 76
621,844 621,844 00000000000000000000f20e8c938b1883f367ed1836830c436cfb953eeeb82a 2,012 1.00/1.00 vMB 70
621,843 621,843 0000000000000000000aaebd6935a516a340de559a059c09db2075101d1dc0bf 2,440 1.00/1.00 vMB 84
621,842 621,842 0000000000000000000eea371c27fd3e0aea894e24cac8f966238e007ccf750c 2,470 1.00/1.00 vMB 76
621,841 621,841 00000000000000000008df7975049cba8b64325f6855b8f73afd0965b15c2cd8 2,203 1.00/1.00 vMB 53
621,840 621,840 0000000000000000000f2b40efa0ea6bdbdc1ea9d4d960f97a420a5726a58c37 2,287 1.00/1.00 vMB 72
621,839 621,839 0000000000000000000021077e071a360fbdcbbf97bcc8ec76acc444a851ec83 2,775 1.00/1.00 vMB 89
621,838 621,838 00000000000000000003a3c0578b9040ca29748811bc12478d0531220a4c1345 1,914 1.00/1.00 vMB 69
621,837 621,837 0000000000000000000dd72f81f5f5f84c4a882a49f89a31eacc80b9fe80692a 2,893 1.00/1.00 vMB 37
621,836 621,836 0000000000000000000cd15301dab26e3a7da202cb08f822c8249487253453bd 2,342 1.00/1.00 vMB 21
621,835 621,835 00000000000000000001f7ffc6e501788c3ebd98bb929b85c8241b032e4e6faf 545 1.00/1.00 vMB 10
621,834 621,834 0000000000000000000d4e0589ef7a0acceddb7b4f2cdf5e3c803132d84036ec 2,072 1.00/1.00 vMB 43
621,833 621,833 0000000000000000000fd6f2389f7b371ae4c3c181d7c7a957e14ba5ae6da1ec 2,597 1.00/1.00 vMB 24
621,832 621,832 0000000000000000000b236c120528e1fd9986d8e2e7829057db9fd38f7e0b9c 2,181 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.24 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.