Loading Tool

Explorer IconExplorer

Memory Pool

75,920 transactions
27.98 vMB
0.07572617 BTC
Random Selection Loading Transactions
Max Size: 170.61/200 MB

Candidate Block

Mining Attempt 2fbab0deb1221db0e7e79a1f4130cde22acfc843edde549b1831e7857083de05
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root 3602d53143fb89da5e84f3c7afabc22219c1347f18765065ecebe7e9c35b372b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,992
Size: 1.00 vMB
Total Fees: 0.01571411 BTC
Feerates: 128.50 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (239,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,133 676,133 0000000000000000000ca9dc44c99fda7cd0f8da422c74da7bec1020599da11d 2,842 1.00/1.00 vMB 76
676,132 676,132 0000000000000000000851fba88173b96f596688464146470b683a6a23240d32 2,527 1.00/1.00 vMB 96
676,131 676,131 0000000000000000000a389e739de2c5c484e1412a543cbfb13d473f05b5495e 2,879 1.00/1.00 vMB 108
676,130 676,130 0000000000000000000b9fce31149d7fc491acd80522407b07d0f2abbbf2fbca 2,750 1.00/1.00 vMB 93
676,129 676,129 00000000000000000007058c8dc542ac0c84b0bb6b13b2c8a82320818cfa8da1 2,642 1.00/1.00 vMB 99
676,128 676,128 0000000000000000000c138111ebf29e062bb94d32a274b018b2c2971479a196 3,078 1.00/1.00 vMB 80
676,127 676,127 0000000000000000000094b291ff0da80a4147e15592d7b500ddd81225ca1f29 2,901 1.00/1.00 vMB 72
676,126 676,126 0000000000000000000263d94d8c5d3051ab8a10041f26ee3f64c26bc1286472 2,333 1.00/1.00 vMB 87
676,125 676,125 00000000000000000001d3b491778e1b1fcd45b496235bb3d0484e6dd8317e3a 2,762 1.00/1.00 vMB 99
676,124 676,124 0000000000000000000650b62ac46f09887664f621efac14405faaeb5be4c50e 3,063 1.00/1.00 vMB 102
676,123 676,123 000000000000000000022fe67998a6f3536c232d9c2630a05eede5df43a1ba3e 2,144 1.00/1.00 vMB 47
676,122 676,122 00000000000000000004be455dac82320df556e8d65fe052da0ed0772b40582c 2,136 1.00/1.00 vMB 64
676,121 676,121 0000000000000000000b0c067d800c7a6a5265494570d36206e1909fd5dbdada 2,540 1.00/1.00 vMB 56
676,120 676,120 000000000000000000069959f003d1d9385ef8af8e297c832a795050945c3f85 2,578 1.00/1.00 vMB 80
676,119 676,119 0000000000000000000c643d43bb23360e0bbf563edb14c4a800439db287f9cb 485 1.00/1.00 vMB 68
676,118 676,118 000000000000000000036e7b943aebd64a1abb40864c2d2bde7472a1516aafd5 1,151 1.00/1.00 vMB 72
676,117 676,117 00000000000000000005aba6a5f51205cf8f971b384428b16c0776429cc6401a 2,682 1.00/1.00 vMB 81
676,116 676,116 00000000000000000001dfd9f4ace615a6f393616a3d61cd9839854b6a1527e8 2,469 1.00/1.00 vMB 94
676,115 676,115 00000000000000000007189e5484fdb3408f38d0a917376ee8647d1dcd490579 2,495 1.00/1.00 vMB 23
676,114 676,114 0000000000000000000770ce395fc57d9efae3fce715befe0fd1460f0f14fec3 2,527 1.00/1.00 vMB 69
676,113 676,113 0000000000000000000317ffb5f6c485c2d08e4b3dbd809e5c26efd0e4bdb700 2,758 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.87 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: 713.09 GB
    • Received: 17.30 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.