Loading Tool

Explorer IconExplorer

Memory Pool

50,602 transactions
30.29 vMB
0.09035692 BTC
Random Selection Loading Transactions
Max Size: 162.42/200 MB

Candidate Block

Mining Attempt 9c5f945e3536a8f02c851ac4fa11e18b13ff73a870f61ef50f8cff586efa8769
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 8bde0f986d0ca8bb28076b30d0fac9742bc130388c2f59a12fbe15d0032ae27b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.02068923 BTC
Feerates: 100.34 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (641,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,858 272,858 000000000000000346865f6922924cfd73dd7eabed2ec89b391214bbea060662 140 0.06/1.00 vMB 47
272,857 272,857 00000000000000048a7b11f71c6ee2926bb2b91e5e20fd953446f7f2be18fb2d 194 0.13/1.00 vMB 22
272,856 272,856 0000000000000005bbb94f7614ed0d33c74d6af98d7105f58b2da6774c2f75c8 128 0.11/1.00 vMB 19
272,855 272,855 0000000000000000c4b076e29d1c3d090513a0aa2a451cb3218b90091b3a2cdb 520 0.25/1.00 vMB 48
272,854 272,854 000000000000000292a87e43463f0b843c07ddfa603622f739296a917aebc3da 761 0.25/1.00 vMB 74
272,853 272,853 000000000000000223377e3c7348ed160a7bb35781e7aa5c76fd44b48bec2ba9 384 0.16/1.00 vMB 49
272,852 272,852 00000000000000025c8f577f7a1aebecb5ff1b9325fab7cc4541915f5eebda31 91 0.04/1.00 vMB 60
272,851 272,851 00000000000000002cde2965a2a6c0dafca8d3b032a99d3b5b636cd4f91ebd52 354 0.14/1.00 vMB 57
272,850 272,850 000000000000000292ac6dfc9614cbc279d2c8c464932b8bd986b286504df091 223 0.11/1.00 vMB 32
272,849 272,849 00000000000000012d9480ee6e72d0d69fedc8f9c1e01b520fd4bcdff35b9602 329 0.16/1.00 vMB 50
272,848 272,848 000000000000000210656d02d75250fcbf0e798e87ae0c456708cc83cf1d85dc 924 0.39/1.00 vMB 54
272,847 272,847 0000000000000005cc91fa0fdeb228e598ad00b62bba85cfc39bd6cf48d89bbd 148 0.08/1.00 vMB 43
272,846 272,846 0000000000000005ae71012dc11a3ef3462c537f0e6527aaae9218b9862fd2c1 397 0.19/1.00 vMB 43
272,845 272,845 0000000000000001ea3a794c3113544648e08cc807b75482dfd76b1551c60681 16 0.01/1.00 vMB 27
272,844 272,844 0000000000000005e5670b1e28bb3ba719f20d59b592111b54e5bbdb62c05a5a 289 0.12/1.00 vMB 41
272,843 272,843 000000000000000278be80f8ae3c312538deb1915204355e7e8d06dc478585d9 64 0.02/1.00 vMB 15
272,842 272,842 00000000000000017d65b51a804cd5153ce084d7de34197e8256d18e062224a1 229 0.12/1.00 vMB 32
272,841 272,841 00000000000000035b48f4e6ed35cd3db2adcc0a3731e09404d5ae611779d8b9 28 0.04/1.00 vMB 11
272,840 272,840 00000000000000014a50602201a65aaaa2fff3976114689e78d93e3b0c419d1a 110 0.04/1.00 vMB 40
272,839 272,839 0000000000000001eb00499595ea60234d849f90fb2c2a9727fec4d2d1e76bb9 492 0.26/1.00 vMB 42
272,838 272,838 0000000000000004c51651078507d414bfa8202b2feac0a5d01af9ed2242e0e7 342 0.16/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.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.