Loading Tool

Explorer IconExplorer

Memory Pool

81,558 transactions
30.31 vMB
0.07598719 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt dfba72b1a22e86b4ecc603958897caf511f0fde3045e5547f00d3eaba16b49ac
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root fae4ae606eff7aadf47144eee4601333d45822f8ccf2c7c0e9b9d2ad949374fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,844
Size: 1.00 vMB
Total Fees: 0.00861203 BTC
Feerates: 150.77 > 0.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (138,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,338 776,338 000000000000000000012aa14a1412e302b435be21c9ec3970145a0c1bd8111e 2,448 1.00/1.00 vMB 8
776,337 776,337 0000000000000000000360e33ae6d66315a91ad5f2aba7f11051a2d25937cc6a 1,757 1.00/1.00 vMB 13
776,336 776,336 000000000000000000041cd4f5743da3fc3ad14f16427ad37c71353390741ba7 2,856 1.00/1.00 vMB 17
776,335 776,335 00000000000000000001b493e3b0d14f53087728f6bdbb88e8cfc39f3901ff61 3,530 1.00/1.00 vMB 26
776,334 776,334 000000000000000000058d81e8e449dd23b1e4cef3ec71c7c0683242b7a1bb26 3,194 1.00/1.00 vMB 20
776,333 776,333 0000000000000000000086adab188ecf19ab52e4b510b77e0cd2a5dd5f9cbf80 1,981 1.00/1.00 vMB 13
776,332 776,332 00000000000000000005022ffd9c067ef255666b0c200a89f21d25d299f8563f 1,832 1.00/1.00 vMB 10
776,331 776,331 00000000000000000001fb389f0443dd71d76cbc1191f422dfd93c84c9e3a93d 786 1.00/1.00 vMB 7
776,330 776,330 000000000000000000036d5f377816d96dec5e2321593eb08e433edfa27daa2c 1,774 1.00/1.00 vMB 9
776,329 776,329 000000000000000000008fa8544435d72ceddd5ec5a07a16cbf9eec6bbccdb21 2,813 1.00/1.00 vMB 14
776,328 776,328 000000000000000000000b53ebb52657e45f7153b170b92f1d295928c404ae3c 1,897 1.00/1.00 vMB 18
776,327 776,327 000000000000000000071ad93246df5b11ad4d2701d0c5f2ce8f25045d557c50 1,905 1.00/1.00 vMB 20
776,326 776,326 00000000000000000001ffad5afd030457b4b5f70fae28cd95768eb7a0f3244b 613 1.00/1.00 vMB 4
776,325 776,325 0000000000000000000155e616b99873a9b1e0c28764617efb15442fecbd7a18 491 1.00/1.00 vMB 5
776,324 776,324 00000000000000000001e0abed2114b5dcb2b3e0245a14aaf0bfee750d57e6a0 1,704 1.00/1.00 vMB 11
776,323 776,323 00000000000000000003c265720ffd9daebd80054a8c56d83af4a3c50cf106f3 1,065 1.00/1.00 vMB 7
776,322 776,322 000000000000000000067ae874084ec1984ee4d5ef24aa80448b6156ce3452eb 944 1.00/1.00 vMB 9
776,321 776,321 000000000000000000017fd6ce16a09ca81be7e64fd5893dbca17c259d1b886f 1,093 1.00/1.00 vMB 10
776,320 776,320 000000000000000000057405d968a444ba8489074619e4d01c3ad925756fb462 2,405 1.00/1.00 vMB 16
776,319 776,319 00000000000000000002a78ab5b81c885b93da96e6bc7cf9fef8f2a76fdf2f25 425 1.00/1.00 vMB 7
776,318 776,318 00000000000000000004932424d55563fdd2bfbb437f6abe89633485e9c435cc 1,533 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.