Loading Tool

Explorer IconExplorer

Memory Pool

51,930 transactions
29.99 vMB
0.08940467 BTC
Random Selection Loading Transactions
Max Size: 160.11/200 MB

Candidate Block

Mining Attempt f671eef7e38c4d7debb570fd427770e38bdedb43ab5e928bf7307d53bd35844e
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root 4fd709c342d248dc1e0904c90d457f25dc4d3dcbc72c443ecac8d3c603e2bf08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.02550036 BTC
Feerates: 201.13 > 2.56 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (866,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,191 48,191 000000000472d79eb8e40c95acf4442ed3249103d13de282dcfc35dc7249fbd2 1 0.00/1.00 vMB 0
48,190 48,190 000000000d1a3b4c182badfd260cce887389ded8ed31f382761b1861e3ea0430 1 0.00/1.00 vMB 0
48,189 48,189 00000000309a4bd84b8706ef82e39f5d077d6dc3ef55033dfe0c5f3950e8d07d 1 0.00/1.00 vMB 0
48,188 48,188 000000000a74138c99cdab20faeeb720eb172f4de8e6f62bfd4c995ebd9586fa 1 0.00/1.00 vMB 0
48,187 48,187 0000000002d105339c3caa462bf37e8470dd23f6e20419ba673c19acd3cd25e3 1 0.00/1.00 vMB 0
48,186 48,186 0000000034d0c42dc203fae91b387b756aeb33aff03e7debb37cd9d5cd874f64 1 0.00/1.00 vMB 0
48,185 48,185 000000001c5f45591d9354acc668512fe9bad5b8349ed19bc09c3abe4fffa136 1 0.00/1.00 vMB 0
48,184 48,184 000000002402a52599e6395ddede3d94aa5ad8a6c7871e2bf1ed3c99d5f1efd4 1 0.00/1.00 vMB 0
48,183 48,183 000000000308312d2debeb060eece76e3475bc31d5a25420e0c04f66b9eca175 1 0.00/1.00 vMB 0
48,182 48,182 000000002c85bc762dd6e2f48dff48fdbb40783967119167140421514423990d 1 0.00/1.00 vMB 0
48,181 48,181 000000000048345178721452760e76a93ca6e9d833a267413298dcfcf589f518 1 0.00/1.00 vMB 0
48,180 48,180 0000000003f4403d9249a1263e663fce5f88e96e6b5373fc9ef60c08d431764d 1 0.00/1.00 vMB 0
48,179 48,179 00000000336d8cf15662d85c241eba12cea89326fca434d14c723ea75a5a6eed 1 0.00/1.00 vMB 0
48,178 48,178 000000002b26bb60fe0c694f7f3f21e608f41d7fdc5042fd36600b489408c716 1 0.00/1.00 vMB 0
48,177 48,177 000000001dd1284fa3b43fa927963a608e75fd6cb736c2f6e45e9f5c185bcfb5 1 0.00/1.00 vMB 0
48,176 48,176 00000000128025026fd98cd011d68b008250098ce270c8c08264fbe08a1869a5 1 0.00/1.00 vMB 0
48,175 48,175 0000000030963f44fcaf5dcdf4367b137051c3ebfdb073f3a13e22b1a15bce7f 1 0.00/1.00 vMB 0
48,174 48,174 00000000133ab89f927e1ac1cb4538bb7a773cbdd4b5ed2fa3453e06805d2123 1 0.00/1.00 vMB 0
48,173 48,173 000000000dfb9d886e442daab6144ef598260d6e488bee7c8e0e9b485ae5a58b 1 0.00/1.00 vMB 0
48,172 48,172 000000001a91b93733080e9e37ff064d337d8bb58dad7f57ed59480d2b8c1e64 1 0.00/1.00 vMB 0
48,171 48,171 00000000220a4036c6b16885236e408b2197f8b357b7c97f4b8f83ca045f999a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

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