Loading Tool

Explorer IconExplorer

Memory Pool

45,023 transactions
29.79 vMB
0.09065404 BTC
Random Selection Loading Transactions
Max Size: 153.83/200 MB

Candidate Block

Mining Attempt b4aa4afb6d5473cb6c9ea751b40523f570311d5b56a62f9f9b2596c131593ba7
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e6625c228fd0be4dd9a119652b3b4a85af4147738fd0bea9a4c1c3abb1c3dee6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03095484 BTC
Feerates: 477.45 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (832,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,282 82,282 00000000001d3c6a91569d58d64ca3c654f8bc521062dacdbbbb1d88f6c5886a 5 0.00/1.00 vMB 0
82,281 82,281 00000000002c5cd9a509b3f138dbd7d62ff1ba69062a3419c50cc95cf912aacb 4 0.00/1.00 vMB 0
82,280 82,280 00000000002125ff31f6947f36018693c2a6ab735906731362a65462d06f2aa3 14 0.00/1.00 vMB 0
82,279 82,279 000000000043e23cae4e4dcfb8f865c0a7a145aa5ec264452f4cc2edbb27533f 8 0.00/1.00 vMB 0
82,278 82,278 00000000001f2d3e07f11b3c275cb446b633092f2be423680e4df23a2f38a0b7 3 0.00/1.00 vMB 0
82,277 82,277 00000000000b0e5f9ff8f833df801abfb6163035f9f72bc5f1a535303f335fc2 11 0.00/1.00 vMB 0
82,276 82,276 0000000000380695c675cd2eaec964e3cac37c6544b502c3c3649123b2f4a227 1 0.00/1.00 vMB 0
82,275 82,275 000000000029361ffdc27577c2d199db80761046441fed41b35101716b9d3fff 3 0.00/1.00 vMB 0
82,274 82,274 000000000015e4acc129b7bb904ef95e073c5e19d847180c7fd1224163a32071 7 0.00/1.00 vMB 0
82,273 82,273 0000000000344240308f54ded700542571b3df9efe05fab92e669099e20e0d92 4 0.00/1.00 vMB 0
82,272 82,272 0000000000226204e1caf15084365a4b0970b34d6882d6786016c9a922f6aa0f 5 0.00/1.00 vMB 0
82,271 82,271 000000000042646a357e8f799fd77896886325acd2426be15e730fb22bf301cd 2 0.00/1.00 vMB 0
82,270 82,270 00000000003eb2740335c4030e72a1a4629e40453dc8924e5cd27d003ae8736d 9 0.00/1.00 vMB 0
82,269 82,269 000000000027e649c16c907a39d1ec66d92863583457dfae7bc077cba26c9c82 6 0.00/1.00 vMB 0
82,268 82,268 00000000003ff367c080a4b2be0d3c07e08695fd4b1846857e9c84c2c3d3f38f 8 0.00/1.00 vMB 0
82,267 82,267 00000000001b2b04f1ddb57a326c8aab873d2231bfeb298f7c97068752c7040e 3 0.00/1.00 vMB 0
82,266 82,266 000000000003bea0f20964bd5e1c95b09c74b0c047822d8781a935c2ad3ca1c0 2 0.00/1.00 vMB 0
82,265 82,265 0000000000472086522539a542e9342a22b38e54adb64efd30161c611f2701ea 3 0.00/1.00 vMB 0
82,264 82,264 00000000002606114a21a849212c2caf7ef3d9618d99193b2f68b46e83cc1eae 3 0.00/1.00 vMB 0
82,263 82,263 000000000020bf85f7bbcdab3da6f130d4d7402b1a433486f0ee63f52b66676a 1 0.00/1.00 vMB 0
82,262 82,262 000000000027bc97297937665938d96d82fd2156530bd82ec72015734bdd2f41 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.