Loading Tool

Explorer IconExplorer

Memory Pool

33,570 transactions
18.63 vMB
0.03861872 BTC
Random Selection Loading Transactions
Max Size: 101.36/200 MB

Candidate Block

Mining Attempt 61e3fb24ed35ef7d84be49c48af2c59ebf23f6667bd16c4a48f7bd2962be3ac2
Version 20000000
Previous Block 000000000000000000009a30a040b20a8a7e5927f7fb1d03cf505bb76cbef13e
Merkle Root 2d010f3bdece49eaaca04850f947abbcd781451c1cd9a24611732c85cd66bfd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,753
Size: 1.00 vMB
Total Fees: 0.00331092 BTC
Feerates: 15.62 > 0.33 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,110 (688,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,647 225,647 000000000000011fd2f6bb8fb68afd70fcf68c1d8a3fd42b88c0c663c95a81b5 341 0.20/1.00 vMB 114
225,646 225,646 0000000000000219b7e9593e894f793d5e00ef08d00eb1085fb4c3e68b50fa4e 553 0.45/1.00 vMB 114
225,645 225,645 0000000000000194ffe2cb2dfa0d469caf1da3c0d4474fe5fa16aa4ad3de2c34 347 0.25/1.00 vMB 823
225,644 225,644 00000000000001e0f286dc1f30fb3868c918a7fb68fcdee2f7d30a501ae2b8ba 695 0.25/1.00 vMB 268
225,643 225,643 00000000000002b2d6c99a1ee01537c9ba42b3c2babc2c582941b303a994272b 721 0.25/1.00 vMB 255
225,642 225,642 000000000000038a0917acb5fdff9cd3bc06259178f1bfa4d87535a864e55f09 552 0.23/1.00 vMB 179
225,641 225,641 000000000000026da45cb88d337fc6ad230418494adb868c5ebdef4cddff4e7d 222 0.09/1.00 vMB 217
225,640 225,640 0000000000000214e6fa577bf00c3e9e5c66199897bc75f07743481cf5fb42de 128 0.09/1.00 vMB 97
225,639 225,639 0000000000000260c1e00b31a07ca36a05cc1f15376798c4271377e394160b2a 525 0.23/1.00 vMB 174
225,638 225,638 00000000000002076ef30dd435c3ebfb667ae916a446640ef98e63d6f946949b 347 0.14/1.00 vMB 178
225,637 225,637 00000000000003799994d9fd8ea0fd189ff372e65fba9ebf41b880124f18bccb 136 0.08/1.00 vMB 120
225,636 225,636 000000000000032269a55cac6e8d03cf47bd25a23fdc76cdb31857bad2bea7c3 135 0.06/1.00 vMB 152
225,635 225,635 00000000000001f358e65c7c43df6a1b4074bc0b9f92a823f3641436267fbb76 341 0.14/1.00 vMB 176
225,634 225,634 00000000000001d495cc28c00cc9bc7bc80025e80dee985d68c8261ed0d5eb7d 240 0.23/1.00 vMB 92
225,633 225,633 00000000000000b072eb8ae4d52b2f9134e1b4ae0e1c513d137fd2a59e9645fe 256 0.07/1.00 vMB 225
225,632 225,632 0000000000000123b0e0896891c6750b439fee0e9e2ccc0ed25bc258ba0758db 625 0.25/1.00 vMB 199
225,631 225,631 00000000000001f75a555d75a721cb07e4a3b5d7d1e97f3e9df7a5458288b6e9 754 0.44/1.00 vMB 92
225,630 225,630 00000000000000fa26ea87d10f4e9ecccda32404f69b8596fc1cb996a9ce2ffd 619 0.25/1.00 vMB 199
225,629 225,629 00000000000000601540b7c7e17e03753a059b15bc27cb3a5b1a2ad9ca12afd9 24 0.01/1.00 vMB 125
225,628 225,628 000000000000000429cb1dec097098a2c0d86f5d5107ee0ac452279de509ebbe 112 0.06/1.00 vMB 118
225,627 225,627 00000000000000acd3a3b22a0b0d7c8c3674951a748552ee3c0c77107c58fe85 280 0.16/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

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