Loading Tool

Explorer IconExplorer

Memory Pool

55,559 transactions
32.51 vMB
0.16661874 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt 76cf9f8b4899c0596da796749c0e2b40ca6107c4424233daaf6c01dd22bf109a
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root f2f5fa42e59306a26f76fa309ca08260ec7982caac64f4aed3c580dfef7ad41a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,501
Size: 1.00 vMB
Total Fees: 0.05683185 BTC
Feerates: 301.66 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (643,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,589 271,589 00000000000000058c4547da106d0e24f857d5d5dc6d865e084b6c8259288490 889 0.49/1.00 vMB 52
271,588 271,588 00000000000000066a0ea303a51b31651cafe005a31d7f6e67629b234d18a0fd 738 0.25/1.00 vMB 35
271,587 271,587 000000000000000675568a10023cfb51b0505e13b0099d30d1b69520cd8bb023 529 0.25/1.00 vMB 141
271,586 271,586 0000000000000005254da920fcbd7d5db6cedb4c925c182c6b7bf72033db2686 46 0.02/1.00 vMB 64
271,585 271,585 0000000000000002d470af4faf748d10c9632e95c3a415a68bb09e9c19008a45 309 0.14/1.00 vMB 46
271,584 271,584 0000000000000000e7f2cfaa56de07388a03bb590735603fd98b3a45baf340a1 299 0.10/1.00 vMB 178
271,583 271,583 00000000000000050a6c0a499a20cc134fa07c168c9a108972032e2edf638d85 466 0.25/1.00 vMB 42
271,582 271,582 0000000000000005bebf365791980dcb537c8a3b8e2e0a5a8a0efdcdaac1dd89 826 0.25/1.00 vMB 127
271,581 271,581 0000000000000002d095352b51d6e71c112eb4d2a6d13dd1ef8bd60401cf4b7a 351 0.15/1.00 vMB 192
271,580 271,580 00000000000000023ccf57c15c78ad56dd1ab4be6d33223f5060b31ec8e8ea25 752 0.49/1.00 vMB 45
271,579 271,579 0000000000000005b1e0eac89009357048deef57eaed9c45ba1a714dffa9078b 789 0.38/1.00 vMB 72
271,578 271,578 0000000000000001bbfbcedc7f63239265e776d1f743f5f6c556f8942806ef19 920 0.35/1.00 vMB 61
271,577 271,577 0000000000000006103b8c9b6fd04c4556eb4ce188a84ae687e65ab59d1de9e4 819 0.25/1.00 vMB 179
271,576 271,576 00000000000000008f68367d03f3c910c89c93bd8ef7c7f972bc2bebdbb3496b 169 0.13/1.00 vMB 27
271,575 271,575 0000000000000002d9e0b9e5aa7fe6c3f7efd4efba5b7ad58f7caa00d0d0bf5f 402 0.25/1.00 vMB 31
271,574 271,574 0000000000000002ad56839cdc56e0e62a37f47bf50a9c153ec3861ee29f3cb0 762 0.25/1.00 vMB 47
271,573 271,573 0000000000000002958ff34d4bf4d30cbf214cdcb1b9d2e81b5c9885ad91bdc3 517 0.25/1.00 vMB 149
271,572 271,572 0000000000000006aff1eb8e3166ec96a70d114d081b10fa4619250a2c515680 591 0.24/1.00 vMB 68
271,571 271,571 0000000000000005eb0b6ec7d5c25eaff884091d65eef23c900b3c0bf6892af9 1,543 0.65/1.00 vMB 76
271,570 271,570 00000000000000023cbaf3010056a9f1994b00ec0ef5c3751acf97cf5f092438 105 0.05/1.00 vMB 20
271,569 271,569 0000000000000006987478863011457bad34c1783f4aa5673d3b21d226385300 409 0.20/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.07 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: 651.27 GB
    • Received: 13.52 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.