Loading Tool

Explorer IconExplorer

Memory Pool

80,411 transactions
30.12 vMB
0.08954415 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt 514ee06f11768bdc205494b14908b09e3ceb81b7838ed76aa116bc58538767b7
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4ce3d064eda84f3a9909a72710b7080a644941ab2e23432cae51603d3ad439ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.02794711 BTC
Feerates: 301.07 > 2.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (298,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
616,213 616,213 00000000000000000007c4df0208d0b6b75db79ff5b23d2749425dac6ecd6f1f 2,439 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.