Loading Tool

Explorer IconExplorer

Memory Pool

71,078 transactions
26.67 vMB
0.06812349 BTC
Random Selection Loading Transactions
Max Size: 161.08/200 MB

Candidate Block

Mining Attempt ca1381dfd38dc54d76d8f8722d41d846e9f1e828473afc014a461a6cc0388326
Version 20000000
Previous Block 0000000000000000000009108cad781ae4d8e37535e7563f5e6e6a71e95b6e45
Merkle Root cf2467a29e7775811e4d451db799d5ec06186040b9a063ba6822b3e0a9550945
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,902
Size: 1.00 vMB
Total Fees: 0.01121179 BTC
Feerates: 50.18 > 1.12 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,463 (643,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,594 271,594 0000000000000005d53973211e59bd9e52d37da80cb5cdc100d840c6a5c2f276 860 0.25/1.00 vMB 96
271,593 271,593 0000000000000002600b432c9db753f846ffd3db5c0d215601bcb3c61eace629 128 0.09/1.00 vMB 21
271,592 271,592 00000000000000008bcafb4b6eb2c49e2fdec9f6eebcdc3688c7732a4d98639c 776 0.25/1.00 vMB 87
271,591 271,591 00000000000000018bb30413b3ef22b31608f1bac37c7bc55181d040775e27b3 349 0.21/1.00 vMB 46
271,590 271,590 00000000000000045aca66cbd10ad3ccf484fd048fc4c23e1a87ec02b59fd325 611 0.21/1.00 vMB 209
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
Previous 10 blocks ↓
Total Size: 783.20 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: 754.08 GB
    • Received: 18.92 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.