Loading Tool

Explorer IconExplorer

Memory Pool

49,772 transactions
29.98 vMB
0.10203366 BTC
Random Selection Loading Transactions
Max Size: 159.87/200 MB

Candidate Block

Mining Attempt 31a8ac0bc29ca7ca95d9ceadcad93156acfaf68eda2246eaeca84cffdc88c8d9
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1f7bb1a0fbedc818c132eef92ff699f0e9ab15afd61169530242ff91fa994021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.03644164 BTC
Feerates: 150.68 > 3.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (456,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,895 457,895 000000000000000001fd7255ef4bb95aa2dfee142f63ef0aae0d7f152c4bfc58 1,428 1.00/1.00 vMB 135
457,894 457,894 000000000000000000049f14b237d379f99ee440f3a2a029c6befcc5f7faa497 2,600 1.00/1.00 vMB 170
457,893 457,893 000000000000000001184ff14bf10010001b2e0a9c84f70a40c5a6b587fc682e 1,766 1.00/1.00 vMB 148
457,892 457,892 000000000000000000ce1d63cbd6cd87b5e367f1ce3e2402a3b2fc91a386b42b 1,997 1.00/1.00 vMB 153
457,891 457,891 0000000000000000002db8cc91a1deb0876f37505220f4d9a0a077f1045b0aab 2,507 1.00/1.00 vMB 168
457,890 457,890 0000000000000000012f5528c1e969b47c47795edd8735a6f1be2b50bc610b81 2,263 1.00/1.00 vMB 186
457,889 457,889 000000000000000001046149992a28c72887b458755969b861a9a6f43b76accc 1,473 1.00/1.00 vMB 153
457,888 457,888 0000000000000000003b677066c70177724b4f015601f7bf2c4d1ad496a84d00 2,505 1.00/1.00 vMB 123
457,887 457,887 000000000000000001673be03a847f54e67947d49f14a7b39b048d18474cf2ee 2,395 1.00/1.00 vMB 148
457,886 457,886 00000000000000000058ec8ce3a33b5064296a3b239fed733e6fd9713755d135 2,268 1.00/1.00 vMB 122
457,885 457,885 0000000000000000021701c364b9491fe9c4c19bd81916b3501e25aa5a4ca408 1,984 1.00/1.00 vMB 140
457,884 457,884 000000000000000001509e2b8445ea8efbe397a083497e412737e73be013d509 2,524 1.00/1.00 vMB 176
457,883 457,883 00000000000000000084f71051a45c91f966391e087cb5d6e6de33e5f11412ce 1,885 1.00/1.00 vMB 181
457,882 457,882 00000000000000000202270baf21f6b59659bad7c02f2b285fd6b3d71fc2bd01 2,029 1.00/1.00 vMB 189
457,881 457,881 0000000000000000016bdb41b5127708b5e5a1689fde28518031ed88f64f9542 2,314 1.00/1.00 vMB 209
457,880 457,880 0000000000000000004fcc2c3f5654f3100c000368d334ca3334206312ed3401 1,628 1.00/1.00 vMB 170
457,879 457,879 000000000000000001cbc8699e6efb7c8e890a6abe659e60847dd9d7880ff4d5 2,316 1.00/1.00 vMB 230
457,878 457,878 000000000000000001e5d8bc514f6bdbc215aee1c29d1271f98bbb9797529516 2,853 1.00/1.00 vMB 239
457,877 457,877 0000000000000000008828b9858c3458598e324224ac2443445733e5a40aa931 2,532 1.00/1.00 vMB 223
457,876 457,876 000000000000000001c20b000803fc77db744ffb4bef766b8b3490359bddf34e 2,513 1.00/1.00 vMB 231
457,875 457,875 0000000000000000009f8a0937e606ab7fa7fdb7da4d7c50bbab733641cd1832 1,723 1.00/1.00 vMB 233
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.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.