Loading Tool

Explorer IconExplorer

Memory Pool

84,227 transactions
31.98 vMB
0.08921562 BTC
Random Selection Loading Transactions
Max Size: 194.56/200 MB

Candidate Block

Mining Attempt 6b0b50d57aeb39e159d07eeac5ad57281a82da4ab43a0dcd2365fd8c71d77c77
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 9ed4a918a95468bcd491d6617fa0b7ec6580e5e1852354c4fe55eba1a66d5db0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.01929026 BTC
Feerates: 179.53 > 1.93 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (450,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,764 464,764 0000000000000000005b0278dbeb44c600fddac519ae3a81075d812493563255 867 1.00/1.00 vMB 149
464,763 464,763 000000000000000001a1c91874b72bbece374d594c7e87862f44fb3cb17a4faa 2,039 1.00/1.00 vMB 159
464,762 464,762 000000000000000001de9bdc574cb350b813d19132659d3763a1f133fc6ec088 1,351 1.00/1.00 vMB 153
464,761 464,761 000000000000000001d0f23d1b8527ec5b7c036c3c1db385aa38729098dc8a0a 826 0.36/1.00 vMB 148
464,760 464,760 0000000000000000017f72d565099f023b5193b9a6c933ea9e2cfc82e718891e 2,012 1.00/1.00 vMB 150
464,759 464,759 000000000000000000305a98d02b52f266642a8f8e0b7dbd87328a7c841e8248 3,800 1.00/1.00 vMB 155
464,758 464,758 0000000000000000016c75e64fdb480f0a7053ab68e0eac3dbdc66ffe911ba9c 3,160 1.00/1.00 vMB 168
464,757 464,757 00000000000000000216bc9b7a2b6c8406139a7dad374519048b9f57afe203c6 2,457 1.00/1.00 vMB 170
464,756 464,756 0000000000000000016ca95a58fd12a67450e27d6da5fb22c7549f3c72c40837 1,776 1.00/1.00 vMB 202
464,755 464,755 000000000000000000efb00a71dd3bf8541fb99aba387ff261638b6c0fcc6aa3 2,229 1.00/1.00 vMB 212
464,754 464,754 00000000000000000102144ad297dff31712355ea2099d8c0cb0e6a663a06e95 1,358 1.00/1.00 vMB 151
464,753 464,753 0000000000000000018794e329187529d0298e06dc303f9998bd8aa833cc9258 2,104 1.00/1.00 vMB 366
464,752 464,752 00000000000000000140db532bedcafc0f2ef6ddeba70261df5e204a7d0e3b3d 1,520 1.00/1.00 vMB 171
464,751 464,751 0000000000000000017ac85787afd58dba9f23b296b52ddfac1d1b15c3437515 2,395 1.00/1.00 vMB 264
464,750 464,750 000000000000000001e4c5d5903c9a76db5edae8132f52a7a155dd003d8ebbc3 2,841 1.00/1.00 vMB 232
464,749 464,749 000000000000000000b12654e38401e9060164b00e337b4ae4a82dcd471a227f 2,044 1.00/1.00 vMB 184
464,748 464,748 0000000000000000009a782986cc46f7a1e5f724ca05f0d0a500574e97545467 2,187 1.00/1.00 vMB 123
464,747 464,747 0000000000000000008b7bbc0131170ae2420a0b205dd25adc40ac39a0281690 2,131 1.00/1.00 vMB 171
464,746 464,746 00000000000000000177361f3a0cb81fe20c20fe7130b2b79688c9d95a47db98 1,491 0.93/1.00 vMB 166
464,745 464,745 000000000000000000a20de73c35cff9797b3d6c6523bafea2d1aee5783712fb 1,298 1.00/1.00 vMB 141
464,744 464,744 0000000000000000005154effa0c0c67a8c5cf23bfe521fbe42278065d91ff85 2,039 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.