Loading Tool

Explorer IconExplorer

Memory Pool

82,239 transactions
31.04 vMB
0.11680943 BTC
Random Selection Loading Transactions
Max Size: 182.64/200 MB

Candidate Block

Mining Attempt 726beddea154519002da6d74b09a9efe9bd67e8f5afe7140269d624ef82b1305
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b49e99d7fe55320906cec378ce54c7997bc0ebadbdd31528d53764233265ee36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.03923769 BTC
Feerates: 150.77 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (345,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,316 569,316 000000000000000000273954328e712cd84846534c0c07237eb25efa226b6b40 1,928 1.00/1.00 vMB 44
569,315 569,315 00000000000000000001a41e44efd9c2f4e0e3abe684de701c65aeece578d1c0 3,140 1.00/1.00 vMB 59
569,314 569,314 0000000000000000000ed0b654679f13845aecb3a11373f5542eac70a3b662d1 2,723 1.00/1.00 vMB 53
569,313 569,313 0000000000000000001163b229d57d4eef23652b7a47f8a4259b912f39fdfdc6 2,152 1.00/1.00 vMB 36
569,312 569,312 00000000000000000025a670c34f912e09f74da0220de84de1e5887373d56652 1,935 1.00/1.00 vMB 40
569,311 569,311 00000000000000000025aeecda42a546fbc57106cc3c13ef87678ae83adbfe8b 2,984 1.00/1.00 vMB 56
569,310 569,310 0000000000000000001f1b59bd59f34f100cc1f959295a6e67b05ad011ac0905 2,744 1.00/1.00 vMB 50
569,309 569,309 00000000000000000025a2e2edd9a421d8690b89649a6aaf4439c70a9742866e 2,286 1.00/1.00 vMB 45
569,308 569,308 000000000000000000112affaacc8ef593efdbd81748b9581c69138d7d5fcba1 2,334 1.00/1.00 vMB 44
569,307 569,307 0000000000000000001cf4dd0da5904edf54f9c05a55b8e8a0eaa9434de8cd17 1,910 1.00/1.00 vMB 48
569,306 569,306 0000000000000000001466f602bbf7b1b5d29607b27482d8403f65b7bd8640f1 2,842 1.00/1.00 vMB 71
569,305 569,305 00000000000000000021de4277972567c004b119adfa73f8ce4af7ba046ebe57 2,751 1.00/1.00 vMB 40
569,304 569,304 0000000000000000001164f2f939fdc7ab1485771e60eae077f20a8810b814e9 2,561 1.00/1.00 vMB 86
569,303 569,303 0000000000000000001d1e10846e8be3c367de33eb2e9367d0652824f4fa0967 262 1.00/1.00 vMB 195
569,302 569,302 0000000000000000001707d4e1e1736b0c3a3bc7d5d6a00b641bd2e8fe08e947 982 1.00/1.00 vMB 159
569,301 569,301 000000000000000000264defc1b115e5be22d5b09b39f0277e53999444c1eaeb 1,852 1.00/1.00 vMB 76
569,300 569,300 00000000000000000007ec8e91580311c4f5e204f1c2d6a74d04c5e5b2aaaebc 2,716 1.00/1.00 vMB 20
569,299 569,299 000000000000000000207f549b765370cc7567abb6dccff8285ddbb17827fbc0 2,502 1.00/1.00 vMB 35
569,298 569,298 00000000000000000007eaf8f177390621b7bd1185dbd6e19ee5d423c7a12c64 1,810 1.00/1.00 vMB 93
569,297 569,297 0000000000000000000dab77ada7a9bde24e0d8360d8551b14a06629a0954d29 2,791 1.00/1.00 vMB 22
569,296 569,296 000000000000000000101b193deff2b38e1e3f5dec201f4de7ad6857dc6692f5 407 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.52 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.77 GB
    • Received: 15.57 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.