Loading Tool

Explorer IconExplorer

Memory Pool

52,304 transactions
30.41 vMB
0.26765755 BTC
Random Selection Loading Transactions
Max Size: 160.53/200 MB

Candidate Block

Mining Attempt f4d601410f07d16149fab3b8a39c9c61a79cbcb67445139ea15a8c06de7fd9f7
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root f2da0ab41f2cfb4bd4b9b8ce195796edd4f4a34702f345a836497e203b3c840e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.08431555 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (427,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,596 487,596 000000000000000000e25dd93abca9c86fb0bb1ed21b8d084ae7645712fe6d3e 496 0.25/1.00 vMB 110
487,595 487,595 0000000000000000004260d660247c71ecee6826c6768f16ebe0c0ae8c722ff0 219 0.07/1.00 vMB 86
487,594 487,594 000000000000000000e3d951f50fb85737ecc4680565afc7e163e2fe73e34d80 1,549 0.66/1.00 vMB 97
487,593 487,593 00000000000000000063208cf606b96b9186c5f3d47f0340428fd58465ddfb93 58 0.02/1.00 vMB 102
487,592 487,592 000000000000000000d29f78570f900c4376d0a38952b74d556eb9989960045a 161 0.06/1.00 vMB 86
487,591 487,591 0000000000000000003e0877a41b51f10673ec9c2e504e852fa3719997a521b7 2,018 0.79/1.00 vMB 85
487,590 487,590 000000000000000000821b774ca14fcaca5311b6a2ce849e6ac0dac20815b79f 26 0.01/1.00 vMB 388
487,589 487,589 000000000000000000bf63fd114220c2928ae39292a36def6ef3ad4e244eea36 237 0.08/1.00 vMB 91
487,588 487,588 0000000000000000000f34b159774dcc5515a6083ce262b3d7adde09076c7a19 1,084 0.51/1.00 vMB 99
487,587 487,587 000000000000000000b3bb93c8f04063557f035853ee777eeb4915e94e88826c 796 0.37/1.00 vMB 69
487,586 487,586 000000000000000000e62a28300a0dfc60645081131ae522bc49740b619ddfd7 2,237 1.00/1.00 vMB 47
487,585 487,585 000000000000000000d73c7727e69ef1e861ea7303e3abe5edd033cfc5b4aaa6 2,154 1.00/1.00 vMB 27
487,584 487,584 000000000000000000ce8d3940f279837e6ffd09edf89411cfed2e0fc6c4afbe 2,669 1.00/1.00 vMB 142
487,583 487,583 000000000000000000aaad4829d7e781db0d15fd0dbaadcf17494fad44e8dc94 2,043 0.95/1.00 vMB 82
487,582 487,582 0000000000000000003a0c0be21b9610aadf87f2ecfa2e66e18a86ce94c79b01 2,823 1.00/1.00 vMB 160
487,581 487,581 000000000000000000b57fd52b7de3c94f54af947ae148070aad67c80005732a 1,897 0.78/1.00 vMB 137
487,580 487,580 0000000000000000009906150299c397ee6c08e3da5097aaaac9ece2b1870e17 1,149 0.67/1.00 vMB 12
487,579 487,579 000000000000000000c98b6545fb4999d9e66e6925459914fe03a9819a0f8c33 1,674 0.97/1.00 vMB 60
487,578 487,578 00000000000000000054d1485cf10b1f67d772f84c4d34156a8994f99c2fba5a 591 0.29/1.00 vMB 63
487,577 487,577 0000000000000000002d20d31a1a6b9287df3057451601f3e88a21cdcb3553ff 1,829 1.00/1.00 vMB 97
487,576 487,576 000000000000000000df908ede1c68292dc4a04699fa6f2c37c1dc05cd251b0c 1,864 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.