Loading Tool

Explorer IconExplorer

Memory Pool

53,670 transactions
31.63 vMB
0.18994323 BTC
Random Selection Loading Transactions
Max Size: 170.07/200 MB

Candidate Block

Mining Attempt 6ccf3542710733dda982a7271713dee150a26c1e8fad843d8caf1c8ffd67083b
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 690542623ce25f04e97755885b0c5106bfb6050084ef828ba4b9cfbcb4730979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.10117222 BTC
Feerates: 477.45 > 10.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (249,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,326 665,326 00000000000000000009617534d22d9d32e7e72ec73cb6812200490823ce22a4 2,938 1.00/1.00 vMB 32
665,325 665,325 00000000000000000002f03956dda2f7a3f382a2664411be524527a16ec21812 2,655 1.00/1.00 vMB 94
665,324 665,324 0000000000000000000b6ce97dc6f3f7133c0763162d5f3cb14f995c2390a2e8 3,012 1.00/1.00 vMB 48
665,323 665,323 00000000000000000000e7f692996d702284aa4c13e84ca4977e7eec7e0abb1f 3,090 1.00/1.00 vMB 85
665,322 665,322 00000000000000000007fc98b36b1f5a07ba3c89cb584460b9343b4d26322014 2,409 1.00/1.00 vMB 50
665,321 665,321 0000000000000000000b50cb3cf533334b50a62cb4a936a510a92e5d93b57125 1,142 1.00/1.00 vMB 91
665,320 665,320 000000000000000000019988db5e710916f7fd8cbae11c969e6a035569780d18 3,004 1.00/1.00 vMB 40
665,319 665,319 0000000000000000000d5de02c30786604a52e1888a9536d04c6a9635d161c1f 2,838 1.00/1.00 vMB 70
665,318 665,318 000000000000000000023a99ad2c797e17b3637d3f33c4591cff3847f85e8494 3,015 1.00/1.00 vMB 114
665,317 665,317 00000000000000000001eb0dc4d4263ab5e78710d3f6953e64caeabecbb09b3d 2,382 1.00/1.00 vMB 43
665,316 665,316 00000000000000000006d4021e0ed2f8f08720e826e5260563a6bea24156e10e 3,288 1.00/1.00 vMB 56
665,315 665,315 0000000000000000000970e063c43c2a92cb9cf33500a0fe6a2f1a4dd6162530 2,998 1.00/1.00 vMB 95
665,314 665,314 0000000000000000000abb087c2c1598264c3f05ccd2ccdd792a690da65d8459 2,689 1.00/1.00 vMB 102
665,313 665,313 0000000000000000000b9e1c8531ca827a4afe5b98f57ffec34bcfcfe797be47 2,790 1.00/1.00 vMB 96
665,312 665,312 00000000000000000005bacefc27b5960fdd85e1590c75b82454f6c14558975f 1 0.00/1.00 vMB 0
665,311 665,311 00000000000000000008093d43ceb62ac2722189506b7a10b5446fc00e7320c0 3,100 1.00/1.00 vMB 89
665,310 665,310 00000000000000000005f03ffa1ce2a9e9d0ce2277c41485f34023472c1356b7 3,391 1.00/1.00 vMB 67
665,309 665,309 0000000000000000000a467c1314ce4bed2eca72ec3e92f164fe33c2c43cd5be 3,059 1.00/1.00 vMB 90
665,308 665,308 00000000000000000006526adc0dbf8d83b3decb1ca8951f5db5eb239da17ebf 1,649 1.00/1.00 vMB 104
665,307 665,307 0000000000000000000d65275ad51192aef4afad0fff7611c2764a3eb6574203 2,816 1.00/1.00 vMB 100
665,306 665,306 00000000000000000001e66ad20e29ac4675d3ef0ab166bd402c01f26a5cc562 3,081 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.