Loading Tool

Explorer IconExplorer

Memory Pool

76,176 transactions
28.79 vMB
0.07162657 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt 5f1b62ea6262afe98c8b362de5074a63311628bdb8eb115bdb3db08f31c68eb5
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 6c5e91c07955e7eb9a90d907188f0202fdaa8961f7a76659484995fd382dc6ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,102
Size: 1.00 vMB
Total Fees: 0.00884726 BTC
Feerates: 77.76 > 0.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (299,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,342 615,342 0000000000000000000092a64ff993bb7d3dcb78c66b48985025d17798a0ac1b 1,943 0.65/1.00 vMB 14
615,341 615,341 000000000000000000073ad44a18b918c1a0967545008d8688d0723d94654b14 820 0.27/1.00 vMB 16
615,340 615,340 000000000000000000068b85b79e418f0af99c9c5c4b5b0af82762de84916d03 2,541 0.73/1.00 vMB 7
615,339 615,339 000000000000000000116b7bde108cae6124f8be5e59ccf7ae5cce048dbe5032 2,301 1.00/1.00 vMB 14
615,338 615,338 0000000000000000000c25f0da439ebd89d61f2a8ca9bc8134824d61c43b8c34 2,719 1.00/1.00 vMB 17
615,337 615,337 0000000000000000000a5b2145491bfe4d7c3e3ea86df4f10ad5ad969d8d5bdb 1,437 1.00/1.00 vMB 8
615,336 615,336 00000000000000000011e469ca4152e7015860c50704710cc1d3df0d6b10f634 3,105 1.00/1.00 vMB 24
615,335 615,335 0000000000000000000d1dd8f3444f54032fc722d69278db24ee414bed98742c 475 0.22/1.00 vMB 15
615,334 615,334 0000000000000000000e66c07549cd07e3bd67f19c574984bc9c4ef126a2839c 3,431 0.95/1.00 vMB 6
615,333 615,333 0000000000000000000316c23af380fb44fc18ac08bb4e682f1d888cacd6ecdb 1,656 1.00/1.00 vMB 6
615,332 615,332 000000000000000000102224a67d051e87dc322807f26d4bc5870ca46f4b022a 3,145 1.00/1.00 vMB 25
615,331 615,331 0000000000000000000dbfba1534b8a5f5e5a528a27d7d6f0dfd925926837c19 2,739 1.00/1.00 vMB 14
615,330 615,330 00000000000000000006fa023489c7d4c06e36e8b4a794a3ead2ec77f11e7864 2,736 1.00/1.00 vMB 20
615,329 615,329 0000000000000000000519b7edb49b10b85f1fdb2afc24fb59240b9aa31a8793 3,048 1.00/1.00 vMB 7
615,328 615,328 0000000000000000000779cca1f7ecf932f567be9633eca5cf36c74831582851 2,666 1.00/1.00 vMB 5
615,327 615,327 00000000000000000002cf080f9726ce15eeea4cf33c615063b94cbc57db1504 2,548 1.00/1.00 vMB 20
615,326 615,326 00000000000000000011eb2e4f02abc4290d1b1801608ad2805c7f10cad9a3dc 2,884 1.00/1.00 vMB 19
615,325 615,325 00000000000000000002bc3d16715716a81f7721b83e34907db3b1545e55298d 3,447 1.00/1.00 vMB 22
615,324 615,324 0000000000000000001178ad3a00a33984eada2afb0616cc00c26061d8726d75 1,258 0.40/1.00 vMB 14
615,323 615,323 0000000000000000000027788c34493a1290f98f0625da165752cff45a9e294e 1,301 0.39/1.00 vMB 16
615,322 615,322 0000000000000000000396c8dff89df77cde782518c075721e3374af40a2bfe0 1,173 0.37/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.74 GB
    • Received: 17.08 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.