Loading Tool

Explorer IconExplorer

Memory Pool

80,378 transactions
29.57 vMB
0.09673252 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt d8f596a1be3c26ffcdd621a140c97ec7d2b1bcc048a0a6057807166ad9cfc294
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 1bf5dd06f8b8a4f4a8f3df9c9fd7ba9c0917465ed515ac6da74080b86628703f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.03415254 BTC
Feerates: 146.36 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (164,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,471 750,471 000000000000000000069809e5cd9d01d2694209d48ca0f64bf074dcf4772677 2,387 1.00/1.00 vMB 10
750,470 750,470 00000000000000000009e98c756e9cf4a47345f8302cbd6dbc29719ea5dc2ef6 3,515 1.00/1.00 vMB 16
750,469 750,469 0000000000000000000049fae95e592bed69238e379af3699e680db233fd01d6 3,213 1.00/1.00 vMB 16
750,468 750,468 00000000000000000008fc27fec9e75d2d87c23ec47b68393611edb9e273e3c5 2,159 1.00/1.00 vMB 7
750,467 750,467 000000000000000000094b581d1d7740bacb1a969dafcb351c694ad65adab2c7 893 1.00/1.00 vMB 8
750,466 750,466 00000000000000000000c42d617df7b41ab6e4d7ca3918a58f2d1afd39fc30fd 2,793 1.00/1.00 vMB 12
750,465 750,465 000000000000000000017d9a8b3d1c3216a5bbe6e1052b4415068e0a144bcc3e 663 1.00/1.00 vMB 1
750,464 750,464 00000000000000000009bf7fa29635b5d638d46c27bac1ab554fdc4ae9fadb7f 2,079 1.00/1.00 vMB 5
750,463 750,463 00000000000000000000a3689d8c9edba6d5bd454cba0f02d0aa0e83ec7788e0 2,819 1.00/1.00 vMB 5
750,462 750,462 0000000000000000000223cebfffe1c280768c86ca886189106a3941e4265758 2,017 1.00/1.00 vMB 10
750,461 750,461 000000000000000000016ca73c78a49768a99b81f9d57a4c09040b861d675a2f 3,177 1.00/1.00 vMB 10
750,460 750,460 00000000000000000007ffaeff6a901ef36ed537498cb7583f60a72dcb8fa276 2,399 1.00/1.00 vMB 17
750,459 750,459 0000000000000000000676e44e61be7c3ade6eae6d75683cf48bff57c408b3a7 1,635 1.00/1.00 vMB 3
750,458 750,458 00000000000000000000d78e9ba3f80671c0cb88b38f7eeb710c8b003953a8a6 1,864 1.00/1.00 vMB 5
750,457 750,457 000000000000000000055694a7f4b7431873f26df267edae4cb3a95a5bec3ad8 2,732 1.00/1.00 vMB 5
750,456 750,456 0000000000000000000644af10e9ff49cb8869caf034b9a467c879ceae7b5f5c 2,859 1.00/1.00 vMB 17
750,455 750,455 00000000000000000005160bff22c6d6887235ef330313fb4b5c12a1404ab42f 1,594 1.00/1.00 vMB 6
750,454 750,454 000000000000000000098f4557761b04e379219ae6c3add046c83768a49ec0cb 2,092 1.00/1.00 vMB 10
750,453 750,453 0000000000000000000445aa2c9b67f280fad7a1d629dd69bc7b081f499d01b6 2,928 1.00/1.00 vMB 16
750,452 750,452 0000000000000000000420d2e347f016f63d9045b7895589e5eff33893cf833f 2,428 1.00/1.00 vMB 17
750,451 750,451 000000000000000000084d88e5ac59edd7c34c20d6b5addf18aae6f1040ac215 1,982 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.58 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: 671.28 GB
    • Received: 15.90 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.