Loading Tool

Explorer IconExplorer

Memory Pool

32,439 transactions
18.52 vMB
0.07554649 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.48/200 MB

Candidate Block

Mining Attempt 337ee99e7092483f2646bc8c4e6967d00bd5e9f2be5c68a6e17d966f3bbe4d57
Version 20000000
Previous Block 000000000000000000000ef1c9db2f006859af34c284a088f4666400a52b05f3
Merkle Root aa5a8d6067883d8be35538cd03a4501387d43533795e1f42608576af4837f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,671
Size: 0.99787975 1.00 vMB
Total Fees: 0.04098862 BTC
Feerates: 526.32 > 4.11 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,864 (471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,393 913,393 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700 2,831 1.00/1.00 vMB 2
913,392 913,392 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26 3,789 1.00/1.00 vMB 3
913,391 913,391 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb 2,531 1.00/1.00 vMB 5
913,390 913,390 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528 2,006 1.00/1.00 vMB 4
913,389 913,389 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c 3,342 1.00/1.00 vMB 3
913,388 913,388 00000000000000000001c7d8e843fbb7037ca5698a8e7e6ad3e468e4618260d6 3,100 1.00/1.00 vMB 7
913,387 913,387 00000000000000000000730fac5823523238919326850aa99f3db3275329d87f 1,781 0.63/1.00 vMB 1
913,386 913,386 00000000000000000000158443ed9112c7ed88ac24c94cc6ab33b4a445289c73 3,076 1.00/1.00 vMB 4
913,385 913,385 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb 2,639 0.97/1.00 vMB 3
913,384 913,384 0000000000000000000064d22f1bdfdfe2f6b46ad3a091b40b3a4b74f4efc0f9 3,928 1.00/1.00 vMB 1
913,383 913,383 00000000000000000000edce6ae38ae0879a5f02be8c70f55701c1a69c60679c 2,150 0.68/1.00 vMB 1
913,382 913,382 000000000000000000011f98f784a9518d613900780ad0e35c0cffb98d897571 2,598 0.91/1.00 vMB 2
913,381 913,381 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934 321 0.15/1.00 vMB 2
913,380 913,380 00000000000000000001f9fb9c1b7a67141637df1aab943cfc8ff793a59724ea 3,518 1.00/1.00 vMB 1
913,379 913,379 00000000000000000001e71e68a971238cd3fcd9883e087a31d7edb24e092d01 2,779 1.00/1.00 vMB 1
913,378 913,378 0000000000000000000006314488b07310c6930047c6d0dae6242da655d7bbec 2,710 1.00/1.00 vMB 0
913,377 913,377 00000000000000000001fc9fddd21e90efc9384f2c971dcf9776acc68b21fc3f 1,599 0.63/1.00 vMB 2
913,376 913,376 000000000000000000002f31c4c91ab8d8469da80dc73cf77210e96ec4c897c2 2,976 1.00/1.00 vMB 1
913,375 913,375 00000000000000000001f9198768abbaa671c6ed08ac500ed8e169a818a88777 4,091 1.00/1.00 vMB 1
913,374 913,374 000000000000000000011bab8835206eaca3c4ef5c316158790f9562b53d7feb 2,987 1.00/1.00 vMB 1
913,373 913,373 000000000000000000009fdabed9a99eb599d310ace3239eeac6142bdcead9ef 3,888 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.37 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: 523.91 GB
    • Received: 5.01 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.