Loading Tool

Explorer IconExplorer

Memory Pool

78,993 transactions
29.59 vMB
0.07350376 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 2ac930371f48703a555f7b2cae3eddb5e9fbe524a7388c7e9df7dde5d374f7ec
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (298,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,234 616,234 0000000000000000000104eb04fe40b6463abf1805a59a5fd60ec63c21875dd3 2,612 1.00/1.00 vMB 25
616,233 616,233 00000000000000000008d5e00b0bcf5c4151668f3397d5ced9f1c812efc800f5 1,878 1.00/1.00 vMB 5
616,232 616,232 0000000000000000000ee6a98d2cc0a9371dbacdc3e0da1ecdc3dfb94f027304 2,690 1.00/1.00 vMB 6
616,231 616,231 000000000000000000046135ed10cf00528eabf9b7fd2bb2670b61bfd993f60b 2,841 1.00/1.00 vMB 19
616,230 616,230 00000000000000000001b51104936e13d4a133d17b5343131059d455f49210b4 3,362 1.00/1.00 vMB 18
616,229 616,229 0000000000000000000900c3d3ea464de231611ff2950729d381b7e5a6c31e87 2,552 1.00/1.00 vMB 38
616,228 616,228 0000000000000000000ccf8cb3b9db06bd7c69e1107046654750e34ae814f4ff 1,463 1.00/1.00 vMB 8
616,227 616,227 0000000000000000000b9525b81c25aab53e6a13553cae571bf1d7fef6bec285 1,806 1.00/1.00 vMB 12
616,226 616,226 0000000000000000000288b50a3519d1ac5b09b2aef61c59bf0fa71b71e369a6 729 1.00/1.00 vMB 6
616,225 616,225 00000000000000000006baa62d4318a8f9ac4153ba1fd1ca08b41943158c74e4 497 1.00/1.00 vMB 3
616,224 616,224 00000000000000000002766bd2f1cd4295293051db3dcd4964846b6decedecfe 1,101 1.00/1.00 vMB 6
616,223 616,223 0000000000000000000d71faac6f32355555ca36036647ac94f8d1b4ec821dc0 1,890 1.00/1.00 vMB 9
616,222 616,222 0000000000000000000d57267fc69da06b462c3d269806ddef480dcc24197ea4 738 1.00/1.00 vMB 1
616,221 616,221 00000000000000000008e44482ae6c9c5a51bfb3f8eb47dc1af3a4235c06b371 3,022 1.00/1.00 vMB 9
616,220 616,220 000000000000000000028938d765726529c9dc2593157611dc215465c8063037 2,488 1.00/1.00 vMB 18
616,219 616,219 00000000000000000008c876cfdae5d2c4aeb50fe1357ada033f07a807b89cd4 2,985 1.00/1.00 vMB 18
616,218 616,218 0000000000000000000df8c6580716de59f9034fea24f77e0b6757ee7d467682 2,853 1.00/1.00 vMB 15
616,217 616,217 0000000000000000000359f2fe8b9524ef9ad0111dd492ca6077bcb4e5a9e80a 2,084 1.00/1.00 vMB 12
616,216 616,216 000000000000000000063e95ba763a51a7be6b5aea922c2537044a86e53ac054 2,893 1.00/1.00 vMB 29
616,215 616,215 0000000000000000000d4a67d3e314b71e37bf3eff0def565b8422927137aea7 2,634 1.00/1.00 vMB 28
616,214 616,214 0000000000000000000fccae351ec8a1835058d0072f69df7564e9331c6c4afc 2,506 0.85/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.