Loading Tool

Explorer IconExplorer

Memory Pool

75,104 transactions
27.71 vMB
0.07551606 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 3839e56fa3ef48e0699695c38f214ff8f1e364bfe184ea24fd9af14c447b85ad
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7df38d84c71b437eb19d6c10d35adf27f7f39527d469d4e95531bbedf501cbd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,011
Size: 1.00 vMB
Total Fees: 0.01582408 BTC
Feerates: 80.55 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (52,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,488 862,488 00000000000000000002cfad6a524fd163021fb1946ab56dc782d7cc27e3a11f 2,670 1.00/1.00 vMB 4
862,487 862,487 000000000000000000014a2a28fda5fd285cc2b581d6aef78ba070182f1a8a2b 2,455 1.00/1.00 vMB 4
862,486 862,486 000000000000000000027f37ca1933a3a888b7516e34617066ce824b37f80dee 6,497 1.00/1.00 vMB 2
862,485 862,485 00000000000000000000b2f7b85f5f22015f384c2a4083e52e821a0bd93138b4 7,836 1.00/1.00 vMB 1
862,484 862,484 00000000000000000000a3d0c767af8d1a12ebec05717dc257a1e9aeac28fc18 4,066 1.00/1.00 vMB 2
862,483 862,483 0000000000000000000208c5b2f5923acbbfaea4e71871fccebd3f258da746df 3,107 1.00/1.00 vMB 6
862,482 862,482 00000000000000000002555e4a6414553d41a9d76683497d32cd085243185e93 6,656 1.00/1.00 vMB 2
862,481 862,481 00000000000000000002efc3396cfa12fc5aceae705ea4145a456ce802e5c99e 4,798 1.00/1.00 vMB 3
862,480 862,480 00000000000000000001a25dae793f88a5dda6de5c3ea6853aef99a5571c4b85 6,729 1.00/1.00 vMB 2
862,479 862,479 0000000000000000000290bda8288e6f924789579163d24887b2533d4e9e28b4 5,112 1.00/1.00 vMB 3
862,478 862,478 000000000000000000010c35fca27363353e15e8a90a66130ba5b69321ef077d 7,315 1.00/1.00 vMB 2
862,477 862,477 0000000000000000000213786b85b52b6f2233dcb34b2de682c8832fb83f0b11 5,331 1.00/1.00 vMB 2
862,476 862,476 000000000000000000001b75e7ba408dde19fe515bb6d34f21f11c7c3c7c3636 6,577 1.00/1.00 vMB 2
862,475 862,475 00000000000000000002c2c8b48877105e4dff2883952f5b0b7f503aa1aadf37 2,151 1.00/1.00 vMB 3
862,474 862,474 000000000000000000004ced1114b6aa8483550318f1b0e63275baca39ef747f 7,592 1.00/1.00 vMB 1
862,473 862,473 0000000000000000000140eff7622386adbb6f175ce3d128dcba1a3498f8cf66 6,324 1.00/1.00 vMB 2
862,472 862,472 00000000000000000001fb5453ca09a7c369c0261dc6b3c1684247bfc9e49884 5,827 1.00/1.00 vMB 3
862,471 862,471 0000000000000000000084740d53c4e4049e5c5eef67cb104849389a7b0486d0 3,141 1.00/1.00 vMB 4
862,470 862,470 000000000000000000005a65705711b35a9b662a265e9269def9318f4e8addcc 6,446 1.00/1.00 vMB 2
862,469 862,469 00000000000000000001a2243b7c3b8c9e542f63c5dfc57d785194813962abfd 3,167 1.00/1.00 vMB 3
862,468 862,468 000000000000000000019d923f21c604b5754ea23c358a4ca0e894b52159fe6a 3,115 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.