Loading Tool

Explorer IconExplorer

Memory Pool

82,565 transactions
32.37 vMB
0.07103695 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 168a2ae854a5fa9b9038d5480455356e9d407783670e20eca35cd01ed9900a6a
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root a23b39e20107756d8ca3811489cc7ea89b5043fc21b52ce1436908a8687641b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,149
Size: 1.00 vMB
Total Fees: 0.00713204 BTC
Feerates: 203.60 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (282,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,657 632,657 00000000000000000005f2a2613df33f1087965f8a36e15d470bc44234844e32 2,456 1.00/1.00 vMB 107
632,656 632,656 0000000000000000000cb1b81fb7449b45288e641f0cc2f75b84ed72bb9506a6 2,767 1.00/1.00 vMB 32
632,655 632,655 0000000000000000000cfd5d8f396df31e85af44a0b9c5839c4930dd5c007a7d 2,479 1.00/1.00 vMB 33
632,654 632,654 000000000000000000033b8f8ac7ea0097bd5d650dc6d4c5cad9c7bdb121ef45 2,734 1.00/1.00 vMB 21
632,653 632,653 0000000000000000000b302040ac31dd090c1fd7d34104fcb31ec9950f0c0bf3 2,963 1.00/1.00 vMB 40
632,652 632,652 000000000000000000002f1678ad258c0e07c8e227e46c6496f3286697e04e6f 3,061 1.00/1.00 vMB 115
632,651 632,651 000000000000000000052a023b11e5a0828d8a182752ff41ec4288b200c84f2f 2,468 1.00/1.00 vMB 27
632,650 632,650 0000000000000000000e61de72026f65bbf9da3f6f9f64330ae3695184ddbfe5 2,581 1.00/1.00 vMB 36
632,649 632,649 0000000000000000000f10e21e23e7fcdd75f761cb54248ff0c3706a36e6fbfc 2,750 1.00/1.00 vMB 23
632,648 632,648 000000000000000000113dccce3d3dafdcce06bbe4e8c14633d18777715317d2 2,633 1.00/1.00 vMB 90
632,647 632,647 0000000000000000000c25d6c1fc7376b06f69155a7b4b03431991c1d01963b7 2,697 1.00/1.00 vMB 19
632,646 632,646 0000000000000000000ac2a5f1523015b31dbbc5cc1a119536c9f696f290a56c 2,958 1.00/1.00 vMB 79
632,645 632,645 000000000000000000026c404307eb477a0e1754a4c48a812ffe48c3e53cb33b 3,008 1.00/1.00 vMB 79
632,644 632,644 000000000000000000033b1537af2345e15c7f74f127e8207504ae3c2cfbc4d8 2,880 1.00/1.00 vMB 36
632,643 632,643 0000000000000000000398d4a52962ab47f8b8ac4d36eec5ed7bcef33e8b1b3a 2,422 1.00/1.00 vMB 80
632,642 632,642 00000000000000000005a6baee53946e78e4a5f2c416829c35a52b628bca1700 2,847 1.00/1.00 vMB 60
632,641 632,641 0000000000000000000939d845788a39e9d135619f36ade4ecb91473f659231c 2,986 1.00/1.00 vMB 77
632,640 632,640 0000000000000000000966e87d5d21389fd7625e8c435b65e791b37320613d2a 3,060 1.00/1.00 vMB 52
632,639 632,639 00000000000000000009019c7acfcedbddb2a2a2a06e25d52aae003317bec309 3,051 1.00/1.00 vMB 97
632,638 632,638 0000000000000000000f30b0923b93714d5ba4ab7d9dfcd3fbb62edbbbd70bb4 2,667 1.00/1.00 vMB 70
632,637 632,637 000000000000000000019a9529fe992e58532f52e3feab162d59f5720b2de408 2,337 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.