Loading Tool

Explorer IconExplorer

Memory Pool

42,027 transactions
28.71 vMB
0.07236536 BTC
Random Selection Loading Transactions
Max Size: 146.76/200 MB

Candidate Block

Mining Attempt d0f846fd4be378a10109a01a7ed1908df9a4e4370bcc0278bac2d940ca0a12ad
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 4c97a537f9616d5b3464f6b4859ab6aac2375f96836538166452ead1710329ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.01661451 BTC
Feerates: 104.56 > 1.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (243,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,365 671,365 0000000000000000000a7a34120b60e3551d16f2545e97c4c0bee6e6e8a5f447 2,934 1.00/1.00 vMB 143
671,364 671,364 0000000000000000000bb76b08d5232524f87fcf833bdc5474e10a974d232a16 2,839 1.00/1.00 vMB 80
671,363 671,363 0000000000000000000622dcf790d22e55dc4996af4a3ed482d7d68427eacec0 1,410 1.00/1.00 vMB 117
671,362 671,362 0000000000000000000c515348c3efd009e1762366e94e7d0c85e7a66687bd32 1,860 1.00/1.00 vMB 123
671,361 671,361 00000000000000000009de573d5b12c79af38e06876686af1837fd900e626632 2,292 1.00/1.00 vMB 129
671,360 671,360 0000000000000000000cccc08798876806a845b60f63b4f7c1d2dbcb28d41625 3,045 1.00/1.00 vMB 90
671,359 671,359 0000000000000000000034f6b916ce27fa0bff7df2433893557c5c20dc92a8d5 1,437 1.00/1.00 vMB 100
671,358 671,358 0000000000000000000a78b3a8c678f5771f5e77b692b6a7b92832538d9d6cb5 2,209 1.00/1.00 vMB 129
671,357 671,357 00000000000000000001842c20074e4400992df03283cd63c5eefbbdf33ce70d 1,929 1.00/1.00 vMB 127
671,356 671,356 0000000000000000000a3f94052c85010fd406adb9949eda3a1321f8ec3e45d1 1,472 1.00/1.00 vMB 110
671,355 671,355 0000000000000000000ad114560a80f8bcbae3eaada219949ebf26123ae28509 1,245 1.00/1.00 vMB 98
671,354 671,354 0000000000000000000b32eacb152cf9d2ffa947aab5392c8f7b58b280d93006 1,513 1.00/1.00 vMB 127
671,353 671,353 0000000000000000000826dddfbb5af894ef40723c8127a0efbb580e89aed852 997 1.00/1.00 vMB 123
671,352 671,352 0000000000000000000271062ead82b0b15cdbca682ca84ccf87c48d37c1279f 2,749 1.00/1.00 vMB 139
671,351 671,351 00000000000000000008acce00dda0644194e32e61e4e5fa8204ca657bb2b783 2,295 1.00/1.00 vMB 90
671,350 671,350 00000000000000000001c74ed98e430e54420acd380b2fe704007cfa2819c5da 2,120 1.00/1.00 vMB 115
671,349 671,349 00000000000000000000df47a27e8c32ec501c3068b72fd29dff27ca99ad850a 1,228 1.00/1.00 vMB 97
671,348 671,348 000000000000000000042683b81f1ca1ff7542ce85027ae60f108a03afc2cdbe 2,475 1.00/1.00 vMB 117
671,347 671,347 0000000000000000000999dfa7c7c79167e4750c1d015c0c86a7fad2c70a7a8b 2,628 1.00/1.00 vMB 132
671,346 671,346 000000000000000000007ab58cf71ddde5293e0b645bce44d2ab841d7ee31e09 1,694 1.00/1.00 vMB 118
671,345 671,345 0000000000000000000abf4029cf330d4827fa60cfb73cfd740c660c045eb002 1,702 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.