Loading Tool

Explorer IconExplorer

Memory Pool

47,422 transactions
28.97 vMB
0.08921027 BTC
Random Selection Loading Transactions
Max Size: 154.18/200 MB

Candidate Block

Mining Attempt 0a9013aff76abbaabcb4e2891dc21d656ad2fee63d9a6860eae970aca03a4208
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root f31136749e495bfd4f21a70e969f0cfe1a401c65f2e95e93281917b11fe2d513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.03324783 BTC
Feerates: 151.16 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (460,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,401 454,401 000000000000000000908f73f23383ab6c5d8acee4049be795e76f858a73ab54 1,990 1.00/1.00 vMB 160
454,400 454,400 00000000000000000238e0d0d098cb12dd0eddbfc0ba917bb78f1b834bf1c3b8 2,795 1.00/1.00 vMB 169
454,399 454,399 0000000000000000023c5beff7ba7c9ce358573c2715cf4d3a19bd3d2c66501c 572 1.00/1.00 vMB 184
454,398 454,398 00000000000000000042f183356893c656f276d0575cbcd90a5279c2b1cf9d56 1,874 1.00/1.00 vMB 212
454,397 454,397 0000000000000000020f5cc359c0977a1ef6a2cbda8eb6665ae97fe19c14ee02 2,616 1.00/1.00 vMB 157
454,396 454,396 000000000000000001b7d0ecd49566b63ce268444d91693b1d3f4591c3325c44 1,975 1.00/1.00 vMB 138
454,395 454,395 0000000000000000006eb7c1aeed4c44232e517e0ab801271b29ee18cce8adb5 3,128 1.00/1.00 vMB 191
454,394 454,394 00000000000000000198a3da35305c172276309059d42fb3d9b73fe1c239b6b9 2,785 1.00/1.00 vMB 199
454,393 454,393 000000000000000001eb04b147468c20e4853daf6e87e6c45b07ecdb518abec6 2,663 0.99/1.00 vMB 180
454,392 454,392 000000000000000000b1a96b3213542908c5b62256bec1f9aee820d8fbbc1662 3,208 1.00/1.00 vMB 96
454,391 454,391 000000000000000000cce92efddb251b92727a75fd5947fd3a3653551fa53ad4 3,078 1.00/1.00 vMB 109
454,390 454,390 000000000000000000b47f9b93a97b8e9742f6d921a7a3e7e7f7026c8d168c00 2,842 1.00/1.00 vMB 82
454,389 454,389 0000000000000000015c578e23d2de27e6e0cf13f7a2c024bf3890c31ba7f100 2,762 1.00/1.00 vMB 167
454,388 454,388 0000000000000000015545fb99322179f1a05a2277d574a5e539a6a004eb2402 2,289 1.00/1.00 vMB 189
454,387 454,387 0000000000000000015f605251cb7ca31ee6c526fb52e5fab571dad9dfaa8d93 2,015 0.86/1.00 vMB 142
454,386 454,386 00000000000000000277687f4bb078425478ae3a81e845802ee8cd466d142952 2,505 1.00/1.00 vMB 176
454,385 454,385 000000000000000001f10defd779c0f7ef3566c5e98f52fe0b95a6e7adeef432 2,432 1.00/1.00 vMB 124
454,384 454,384 0000000000000000005dfee1c71e5840b97acbe736147b03fff3b39255c3253c 1,715 1.00/1.00 vMB 86
454,383 454,383 000000000000000000ed80486a015e0b0f48e7e4ad60c4eb5d6eee76cdc6d531 2,503 1.00/1.00 vMB 107
454,382 454,382 0000000000000000021d283b778b4d419925ceffad0f32d88cd539f71a323a4c 2,352 0.86/1.00 vMB 154
454,381 454,381 0000000000000000011192bfc623b8499b7c4fea44d3291c045216c7fc940446 2,175 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.11 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: 651.99 GB
    • Received: 13.67 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.