Loading Tool

Explorer IconExplorer

Memory Pool

33,055 transactions
25.07 vMB
0.04974287 BTC
Random Selection Loading Transactions
Max Size: 127.03/200 MB

Candidate Block

Mining Attempt c21f0c991fca852b882736af5e073e698fc2d146cc1cfc8dd29c264ec50e50d8
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 4d6acf3c3b5277710e3668852de538bcf2fe27d7b63bb12299b853e12322224f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,691
Size: 1.00 vMB
Total Fees: 0.00461718 BTC
Feerates: 40.21 > 0.46 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (337,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,183 577,183 0000000000000000001168d5737424a2b53af30d8872f728669f97f5dda3a75f 2,571 1.00/1.00 vMB 153
577,182 577,182 00000000000000000008d3c8565b702c30b60d76bf93deef44e4e7d6567a18e1 2,888 1.00/1.00 vMB 137
577,181 577,181 000000000000000000123441d4b8a737444f3f89ba4c143da909c4c61d8b00f3 2,442 1.00/1.00 vMB 155
577,180 577,180 0000000000000000001172764d97670a3a88060b869949dc71b2d55290cc139d 2,615 1.00/1.00 vMB 92
577,179 577,179 0000000000000000000a9f9f97bd5cadd9b24b7559155ff4fca68325453ff41d 2,425 1.00/1.00 vMB 53
577,178 577,178 00000000000000000011909725dba0357f79e2ca4a1983d7cad00f7bfa7eb1e6 2,584 1.00/1.00 vMB 86
577,177 577,177 000000000000000000268393b9b24eacd1a21ceeeb39a471c92c5c5e4c960bc9 1,401 1.00/1.00 vMB 114
577,176 577,176 00000000000000000025a464ee3cdcc2fb0b87936c338f18f66f1c1b78987e23 1,633 1.00/1.00 vMB 120
577,175 577,175 0000000000000000000dd37d0ad3158a1021967a7320534dc3b405602780b549 1,941 1.00/1.00 vMB 140
577,174 577,174 0000000000000000000ddc10643e82fc7a24d6ec4da7115899e5859fd7325bb9 1,404 1.00/1.00 vMB 129
577,173 577,173 0000000000000000001e5401b79168d9839264d74d491e07e2a3d43b70631ca0 1,862 1.00/1.00 vMB 121
577,172 577,172 000000000000000000052db4a733eeb09b0f9e0c4d66eccea195d79cefbd6b5a 2,416 1.00/1.00 vMB 151
577,171 577,171 0000000000000000000f31245234154285c4f38b07d1f46c34cf015efb792bfb 2,019 1.00/1.00 vMB 124
577,170 577,170 00000000000000000005800278ecdab6a2caa665873faf6436f3c38ab414f9ff 2,389 1.00/1.00 vMB 171
577,169 577,169 00000000000000000003570d91bb451eb0b87c1296b9db4c6bcd19050ec6dfb7 1,968 1.00/1.00 vMB 95
577,168 577,168 00000000000000000022e2005bde2898acbb9770b906797053885961e91ada34 2,446 1.00/1.00 vMB 85
577,167 577,167 0000000000000000000f2946b5a400857e9d03003ae5d41b0a0f53cb837934dc 2,400 1.00/1.00 vMB 119
577,166 577,166 0000000000000000001598d52c08db185752f4d91622dd0f304afafcc44a1cc0 1,319 1.00/1.00 vMB 51
577,165 577,165 00000000000000000021b192d6029b5bac70bd6002df0db2e7d019d7d1a94a15 3,010 1.00/1.00 vMB 46
577,164 577,164 000000000000000000281eb9ade74769478c0ee505b5b6206cc71d373515af32 2,701 1.00/1.00 vMB 97
577,163 577,163 0000000000000000001277ed102fb17264cdd5ef8488c4245afa208b98b202cd 3,011 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.