Loading Tool

Explorer IconExplorer

Memory Pool

78,748 transactions
29.80 vMB
0.07342882 BTC
Random Selection Loading Transactions
Max Size: 182.22/200 MB

Candidate Block

Mining Attempt 67c32c82ab3a76ba829da43b9f10afd38b8cc53b1c302541fd8b4f3943a3aeb4
Version 20000000
Previous Block 00000000000000000001dbc5c80c6919ec91b35e05b36c1c7f9844aa1a20e02f
Merkle Root 9b7bd4723b8136f8621de9ec8773f86656ab616ac6fbcedcc47e8a871b7c8059
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,353
Size: 1.00 vMB
Total Fees: 0.00751498 BTC
Feerates: 146.36 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,370 (451,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,440 463,440 000000000000000000ad511c679ff49e259a11e68e10592c0a6148d4236f4a64 1,203 1.00/1.00 vMB 146
463,439 463,439 00000000000000000074fc6ca3af613c04f14e43e69cacb72526fa60027686ec 2,211 1.00/1.00 vMB 159
463,438 463,438 0000000000000000020eb54fc5f9d684634efe0e8b957564c52e40902a34ec49 2,345 1.00/1.00 vMB 183
463,437 463,437 000000000000000000265076b35b62eb8eb167f04835eda70f1139df579b6cde 1,313 1.00/1.00 vMB 153
463,436 463,436 000000000000000001929244b37394fc59a0bd378dab564a7794472dab409270 2,992 0.99/1.00 vMB 293
463,435 463,435 00000000000000000177734ba29d894b6ef409981971550b3b26cb1e5da4f7e8 1,769 1.00/1.00 vMB 328
463,434 463,434 0000000000000000017801388a87de2e58ad2194f06fdf0a0a58f9f8bc0662f3 2,290 1.00/1.00 vMB 213
463,433 463,433 000000000000000001b86fb650e15e0848aa3466c87baa9e72d72d6f9131559c 3,344 1.00/1.00 vMB 151
463,432 463,432 0000000000000000015bfe3126bc9dc834be080dae6b1b6c5d5b348332626335 2,467 1.00/1.00 vMB 141
463,431 463,431 00000000000000000072505a32c83d0d167f46a4ac7eca9054b695fdaede2692 1,747 1.00/1.00 vMB 179
463,430 463,430 0000000000000000011a82dd2b528ecf4a561b5cdae4bd6a4c8839b5edb95b30 2,008 1.00/1.00 vMB 138
463,429 463,429 00000000000000000179fb23e72086f0cc3ee3405bfab80f610b857f1e316327 1,799 1.00/1.00 vMB 138
463,428 463,428 000000000000000000b50ab1cf56d30406cbb3402ad4e071b35fdbc6265189b5 2,262 1.00/1.00 vMB 215
463,427 463,427 00000000000000000124f3a0af4466b565ba9f1cda341331c4c40197b2056f0c 1,623 1.00/1.00 vMB 181
463,426 463,426 000000000000000001e967c7589596f3fac5fe9440bbfdae50a1daf5797d54e1 1,610 1.00/1.00 vMB 136
463,425 463,425 00000000000000000010a33e25cae2b9f47d4a6e407507881c75f6aee45d4c95 2,013 1.00/1.00 vMB 170
463,424 463,424 00000000000000000053935abd948cb0d0e39f15b82046785f39d8af8d681d7b 1,843 1.00/1.00 vMB 172
463,423 463,423 000000000000000001bd384f8c613c8cfc51408ee2368439a22dc8439206058d 2,024 1.00/1.00 vMB 375
463,422 463,422 000000000000000001455fdd4433d57ceef05d07afa1d7bad3dfba119a944527 1,630 1.00/1.00 vMB 235
463,421 463,421 000000000000000000e8f149787389cdf605a6d497b115636f4d368f7cf2d563 1,266 1.00/1.00 vMB 172
463,420 463,420 000000000000000000a7c06f0101109dc3075888cf00c3c2a361ec8f012804eb 1,299 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 783.03 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: 719.60 GB
    • Received: 18.10 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.