Loading Tool

Explorer IconExplorer

Memory Pool

50,164 transactions
21.60 vMB
0.06701429 BTC
Random Selection Loading Transactions
Max Size: 123.77/200 MB

Candidate Block

Mining Attempt dc016f1e05223f7d44c17470b6f8653f3c280046bbc3184b6f12d184f80cdc22
Version 20000000
Previous Block 00000000000000000001ff6c24b4608afc9da568e5d3b91294c5b7e750a2372a
Merkle Root a97e1d983527bb5beebe2c86a1a837d0ebd24f11d518c637a69cbb0c1a669e4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,827
Size: 1.00 vMB
Total Fees: 0.02162537 BTC
Feerates: 251.14 > 2.17 > 0.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,943 (819,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,919 94,919 0000000000049aa28b44687800b7503de24176bbfa8fcf8321eb33c08907caef 1 0.00/1.00 vMB 0
94,918 94,918 00000000000241a29ae2a56d5df344a70adb579f7b4dd1a202f4a56daedc9955 4 0.00/1.00 vMB 0
94,917 94,917 000000000002521f18bc6baeccd9ff2cc79c0a8bbbf2a26282515f1ac1710f00 1 0.00/1.00 vMB 0
94,916 94,916 0000000000017273c3525575f57e09795f9c63a8450b3c05be24ceb9ecf98d15 2 0.00/1.00 vMB 0
94,915 94,915 00000000000402eb1285892ea947ee5030701d15fde4e46a6204f60cf1b1933f 5 0.00/1.00 vMB 0
94,914 94,914 0000000000032e9e28017ff2aa63199af4cd17da5191afd44282fd6bb8c49e43 2 0.00/1.00 vMB 0
94,913 94,913 00000000000146a70945ac826be2deaac296b20f1d59e8343886df9e807cf8b7 1 0.00/1.00 vMB 0
94,912 94,912 00000000000402652011b291149bfb6acee90def4e516d546469088e0536b543 3 0.00/1.00 vMB 0
94,911 94,911 000000000002d8599f41881e68e036026a5ca02fc42f8fa748d5c3cd07ebdc69 1 0.00/1.00 vMB 0
94,910 94,910 00000000000120d80158a53b734a4241e658a3a245416be99ebd4970761ab276 2 0.00/1.00 vMB 0
94,909 94,909 0000000000032d4cbadc40dc1699e3aacb56807fad20fee607b814344f5dd1da 2 0.00/1.00 vMB 0
94,908 94,908 000000000001a15e5b6f2155801baa72270dbab01a90eb49668fa12bc63bc72f 1 0.00/1.00 vMB 0
94,907 94,907 000000000004587c17a8194099e426c06db8b8bc1251daffa1fce379d4d1ce73 1 0.00/1.00 vMB 0
94,906 94,906 00000000000265e47f4f78eab1a046f84a6b27a0e52ef754bac8cb9969e33b1b 2 0.00/1.00 vMB 0
94,905 94,905 0000000000022d0d4c1f39b605ba122aa0bf2f98ae9d1aad55caca204cd5dae5 1 0.00/1.00 vMB 0
94,904 94,904 000000000005cc02a450153cb3930dd362f0c196cae9d090e06c2e8d0e9e755f 1 0.00/1.00 vMB 0
94,903 94,903 0000000000074652e6f325648b0756ccfd3c7fdbf0418516547aad5949a3dc77 1 0.00/1.00 vMB 0
94,902 94,902 000000000004cd3717e8ffc6fcec21c15718ac44085423cf517be08bba2e026b 4 0.00/1.00 vMB 0
94,901 94,901 000000000007c278402bae2ff8d81e3dbaf4764c4ea4b1b66af6b9cfd65bbee2 6 0.00/1.00 vMB 0
94,900 94,900 0000000000066e0020f4f74c274569a6c19227ccff8ab0f8459dc38f009cea56 1 0.00/1.00 vMB 0
94,899 94,899 000000000006ad796a54803ee0ac7227a6b625b86010c2ecd14b90c316e8a846 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 531.26 GB
    • Received: 5.82 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.