Loading Tool

Explorer IconExplorer

Memory Pool

79,307 transactions
30.73 vMB
0.10765920 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt e1bbfe491d7fcb6a5af65f7108293d727b62156f407b0efd86acf9ece870910a
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root cec55b54827ce7b05dae084f3355530c2cdca50fef3e6c587525a85f12bcd769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.03425674 BTC
Feerates: 201.36 > 3.43 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (420,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,181 494,181 00000000000000000085de1b10fa3ae72a593d368035a5d4969de08cde0e8064 2,160 1.00/1.00 vMB 453
494,180 494,180 00000000000000000076747fabdea27da2fa5352bb5d1dc32b89d80390e44064 1,988 1.00/1.00 vMB 541
494,179 494,179 000000000000000000aa61bc22f3fd577af8dd3d9709508aede9f4bce3050dff 1,920 1.00/1.00 vMB 296
494,178 494,178 00000000000000000049ea0a96e2af555e11421e836b1af1a4cc71475ac6e549 2,056 1.00/1.00 vMB 329
494,177 494,177 0000000000000000004bcb5928ddc433eb1680d14844c29ac664409b14c61d0a 2,266 1.00/1.00 vMB 651
494,176 494,176 000000000000000000866a6282b60e7b34d29e1130918e51ee04943b3e1afa14 2,300 1.00/1.00 vMB 623
494,175 494,175 000000000000000000c0c152e678de65f0b5596f9b0bcf3c724e58dadd9e3006 2,167 1.00/1.00 vMB 675
494,174 494,174 00000000000000000032013f2f0ea282601401ff74cdc29c7f5de40514ef78de 1,958 1.00/1.00 vMB 376
494,173 494,173 000000000000000000c6995337ca9f91155e648978e58177083dff9f71a4a07a 2,407 1.00/1.00 vMB 418
494,172 494,172 0000000000000000007eefa64cba1de4dcaca548af7b47cb4d573ba04711bef1 1,685 1.00/1.00 vMB 579
494,171 494,171 000000000000000000b089914cbc2ebb15af1a9619f29e1d793f71702eec537f 2,872 1.00/1.00 vMB 812
494,170 494,170 00000000000000000019a2d805b5391282b84bcb21cb705e5545f21b9d35de6d 1,273 1.00/1.00 vMB 365
494,169 494,169 00000000000000000034942f97689d665b1cd9b93db4e312aa21721a3752ebef 1,972 1.00/1.00 vMB 704
494,168 494,168 0000000000000000005fce7a21124f0202128b9eebceb00dbeac7abdd4f8a749 1,672 1.00/1.00 vMB 472
494,167 494,167 0000000000000000004fd5eb907336686a36851f1d4c49afff41f017afc23811 1,528 1.00/1.00 vMB 382
494,166 494,166 000000000000000000ba5bdaa2e124533a69e3a97ec2545b2866833529037e82 1,858 1.00/1.00 vMB 426
494,165 494,165 000000000000000000abfae6c22be4dc98129396bc2dcf5bd0e42da0160484e8 2,346 1.00/1.00 vMB 492
494,164 494,164 0000000000000000007e6260d9480953127ffd2a03ef41b24e26d682cf7d5581 2,012 1.00/1.00 vMB 763
494,163 494,163 000000000000000000392c6ef0e3d5e4b1a15bd1e942db13581d565bf00c6e76 1,976 1.00/1.00 vMB 488
494,162 494,162 00000000000000000091e11dd10d5fa9be73287e6a1b0e896beef572fbd960d4 2,824 1.00/1.00 vMB 383
494,161 494,161 000000000000000000a4d2946975d32f63cdb0bed3229addb9b9b5f01d4a6ea3 2,124 1.00/1.00 vMB 589
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.