Loading Tool

Explorer IconExplorer

Memory Pool

40,443 transactions
29.13 vMB
0.07975523 BTC
Random Selection Loading Transactions
Max Size: 147.94/200 MB

Candidate Block

Mining Attempt 063cbe9a9facff00ebf1df2f23474cc8da7a5f984d89a2f855f71dc37a57b0b3
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 451ccc47158991a43397babcce0e0843ad7c443fefd2762d5f3844fd192e9fa4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,163
Size: 1.00 vMB
Total Fees: 0.02289740 BTC
Feerates: 101.86 > 2.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (836,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,323 78,323 00000000003576139b9c20ba7d101b05065fa630769e9332039f7c93e5982056 1 0.00/1.00 vMB 0
78,322 78,322 00000000003ab0164a1d25273e9559a3e68f9cabd321048903f22a5bbf3bc3cb 6 0.00/1.00 vMB 0
78,321 78,321 00000000002c0cb010e89498a934de98781443d8a229e8f5457b7646cbee9d7c 1 0.00/1.00 vMB 0
78,320 78,320 00000000002ebbef4f5f3fea4104a283e0613f74bbea6602524a4cc8dd04f675 2 0.00/1.00 vMB 0
78,319 78,319 00000000003dabf697210467fd9ecd90bd59912ba3361ccbc2401ca1c0b3751a 2 0.00/1.00 vMB 0
78,318 78,318 000000000054ccdfc228501f5ab1092c1a62f1a4cfc4a6b29c0e40e11bf1c8b3 7 0.00/1.00 vMB 0
78,317 78,317 00000000004ef03f7e4e8e02abeddda0323e671a6ec4d994e5d99130f87f1532 4 0.00/1.00 vMB 0
78,316 78,316 0000000000120a5e55919c9fac411b83110ff68a764155dfef13d178feccc0bf 1 0.00/1.00 vMB 0
78,315 78,315 000000000043e96222ab6a8fd2e15e83e1ca6d85840ba14629d62e9313acd68d 1 0.00/1.00 vMB 0
78,314 78,314 000000000002ded4c7c2acd7e205d76bb328f12bb1997a206b008b0751a628c3 1 0.00/1.00 vMB 0
78,313 78,313 0000000000039fbb1febb1c8af00cb5cea19b20e525282efc388befaed0e1cda 2 0.00/1.00 vMB 0
78,312 78,312 00000000003069f21f00664e759b85f005f96459d48105ed480540263ed474dd 1 0.00/1.00 vMB 0
78,311 78,311 00000000003637e6eda887b94ad7a08c556aa06b084c0f00e47ff9a7167385d5 1 0.00/1.00 vMB 0
78,310 78,310 0000000000397a0f406a8f82dac929d91c2dba228403ec435b5edef5fc0b5566 2 0.00/1.00 vMB 0
78,309 78,309 0000000000068608ade2c2fe338b81ec7ed642e7cf0424f6d112e85f2122a186 1 0.00/1.00 vMB 0
78,308 78,308 0000000000392d70d39676d6456840c28ab544529408aa57e9e240574b30e6f5 5 0.00/1.00 vMB 0
78,307 78,307 0000000000116074ff8167d16507e2804a814fd7512659727f9f041c157bb0b2 1 0.00/1.00 vMB 0
78,306 78,306 00000000003de3d8e8815e98a8aa967ccff45bf7795f9feeeb38ca0d37f4a21d 3 0.00/1.00 vMB 0
78,305 78,305 0000000000227b5cfb10295df758cc20872bd1762704e9ef8c2e9760399b8a32 1 0.00/1.00 vMB 0
78,304 78,304 000000000061d35558906b6d6e05b66f1b759cb7095b99e76aeb8981e55f21f5 1 0.00/1.00 vMB 0
78,303 78,303 00000000005e3c970941853d850ab269f2943e56ce19cf6423c3a651fdb2356b 1 0.00/1.00 vMB 0
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.16 GB
    • Received: 11.43 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.