Loading Tool

Explorer IconExplorer

Memory Pool

38,491 transactions
28.52 vMB
0.06155750 BTC
Random Selection Loading Transactions
Max Size: 144.37/200 MB

Candidate Block

Mining Attempt b67f976e10f4629e9a2027fd9bfaf6678e9681aef5dd5d4e82edae53a435efd0
Version 20000000
Previous Block 00000000000000000001659f472bf43e57cce14a016f81dd7be28b928d4206dc
Merkle Root aa500a2a5edc84e5b30c2c0a2b0f29823187d4f5fc02c8e1b59c4afdde994dd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,526
Size: 1.00 vMB
Total Fees: 0.00647991 BTC
Feerates: 201.79 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,553 (682,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,441 232,441 00000000000001aecd35ba261bfcb557a0b2e7f193d05987997bddfa64f32fb7 426 0.20/1.00 vMB 149
232,440 232,440 00000000000000578d662ccb67636db61ab7264dcc194fb9afb31e4cf1c44c50 608 0.25/1.00 vMB 181
232,439 232,439 00000000000001ca60c92b66ebab7530fd0302b5ba522c64eb54b3e5c48c44ee 1 0.00/1.00 vMB 0
232,438 232,438 00000000000000f06bfdb08d85eacf56d8e7bcf01dae7187af3e131ab9f2bfec 112 0.05/1.00 vMB 209
232,437 232,437 000000000000005323df301e5f74c8dd0e2d79e841566c88595d849b2619964c 418 0.19/1.00 vMB 160
232,436 232,436 000000000000000de734c716f7c33856263ad8a02afaa873c87386d6c0564cf8 12 0.36/1.00 vMB 150
232,435 232,435 00000000000001772fc0fbb11f09c1a75ae1469ff194cf5761baa4a7d745d513 421 0.21/1.00 vMB 133
232,434 232,434 00000000000000e15b737504ef9c51d46e9ea645b7a58fa08d249ee1d10d06af 470 0.25/1.00 vMB 143
232,433 232,433 00000000000000b352e008a4110d569296cef6ab6df67cf2a519e291315a2aeb 133 0.06/1.00 vMB 202
232,432 232,432 00000000000000a6ea631753a4f78ed65397de19aa7a2e0dfe44ba14ceaaf54e 155 0.11/1.00 vMB 86
232,431 232,431 00000000000001677cb8673ffa97581c02b1504cbbd0d30b637baba13291e684 491 0.25/1.00 vMB 142
232,430 232,430 000000000000016bcbeeed34b7c9f7622c067bf3ea735c01b64b8284b850a3d2 4 0.00/1.00 vMB 467
232,429 232,429 00000000000001c78b3e72a0f99462ed9ca6531845489f0e40b307206f134b61 275 0.11/1.00 vMB 214
232,428 232,428 000000000000017a7c1af1049019cbc7402444ecf07e9f9a036352cd160f3ae2 439 0.22/1.00 vMB 147
232,427 232,427 0000000000000029c13d97cbe69fab33dc3df58cdcb10e90aaf6b63f2d52426a 213 0.10/1.00 vMB 154
232,426 232,426 000000000000013a3212b5efc39b3b68a2e7f3e04c19b5309deee68cb6d3d9cf 400 0.20/1.00 vMB 138
232,425 232,425 000000000000019758ad1597983a1c899210a94b7d56c504a2bce23dbc60fc08 1 0.00/1.00 vMB 0
232,424 232,424 00000000000001c9f88aa30f5da59fc57ed0a0c65ddec049ba9d006dd351eda0 288 0.24/1.00 vMB 86
232,423 232,423 00000000000000507008a7f682723acaacca289c63b795c7d9c4e4132de660f7 174 0.08/1.00 vMB 142
232,422 232,422 000000000000006b2f1b44bb31c2bb52d0986c22794a3fe9c8e104ea4ba34863 311 0.12/1.00 vMB 158
232,421 232,421 000000000000002223fc418a758995937cdd1b1ed8bee478df24d06ec1700f72 383 0.19/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.28 GB
    • Received: 11.44 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.