Loading Tool

Explorer IconExplorer

Memory Pool

35,188 transactions
25.91 vMB
0.06814299 BTC
Random Selection Loading Transactions
Max Size: 131.68/200 MB

Candidate Block

Mining Attempt 72ff922fff4ce116eebaa005b798f976293d6a43b4ae73c8701d6030b9b80c22
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 975eee30d34f0e125eff76ac5422a9c33730442521d7e20a61322cb1798e43c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.02059630 BTC
Feerates: 250.88 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (613,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,093 301,093 00000000000000005594d85511ad6f9bdaa1c1c66d03b881aa03c2c47f0cf5e4 438 0.24/1.00 vMB 31
301,092 301,092 000000000000000066f52bbd22864fad3a773bde8c5fcac07d2a6d1903a9f670 89 0.04/1.00 vMB 32
301,091 301,091 000000000000000054e9b94fd9f3b8617d559388d578a7a3523af85cd524cd62 341 0.20/1.00 vMB 27
301,090 301,090 0000000000000000015f8c0eafe646dec2b4e5d9c5861a22f2b98857e3a6cfe7 764 0.39/1.00 vMB 35
301,089 301,089 00000000000000002d4c89a0f82ca64d18f54b26012649bd40be5f973cd54cfa 361 0.18/1.00 vMB 32
301,088 301,088 0000000000000000664cc7143defac55d6392b2139418584644b8ab565bef7af 77 0.03/1.00 vMB 34
301,087 301,087 00000000000000003c0eb50d303327cc4df34c0be57f14b8aaf4a6b061682dc3 67 0.07/1.00 vMB 7
301,086 301,086 000000000000000006c8b76e4251e832911ce0c92cba63b7bc23385ff8f91274 548 0.33/1.00 vMB 31
301,085 301,085 000000000000000010fda0e31ae7f3f5297e97a551a807753b042ee19c5aa82b 619 0.31/1.00 vMB 33
301,084 301,084 00000000000000002fb18452cb05fa74f8a3fe032424b68b8916db5a0a4bdd59 296 0.14/1.00 vMB 31
301,083 301,083 000000000000000010521b32bbde96a66c9b8e195779de28d64ce2e6abb20d8b 307 0.15/1.00 vMB 31
301,082 301,082 000000000000000041fa59846dc77e243e5f9da8ee4fb7c8902b274937ee3bc0 1,199 0.63/1.00 vMB 29
301,081 301,081 0000000000000000061e0637c8c9ba9f9938a23561ec1d8a0d69051f5096da76 64 0.03/1.00 vMB 75
301,080 301,080 000000000000000039e6596c565d693b03a64fc5741b35f2d44f669da893e2b0 82 0.03/1.00 vMB 37
301,079 301,079 000000000000000014c0481cc4b8c48beacda84e0f6bee998a24b5a8a1e25ddf 185 0.27/1.00 vMB 16
301,078 301,078 00000000000000006a55f80015b6f96fd80e79672ed842b8f722d1ec1b0545c7 593 0.35/1.00 vMB 25
301,077 301,077 0000000000000000633634f6829720785451ee93ece1610f0df0d4baba7a052a 829 0.35/1.00 vMB 34
301,076 301,076 00000000000000002f83c6701e80513909ca76e56d0cece11574d0ec1dbe4750 840 0.25/1.00 vMB 57
301,075 301,075 00000000000000001a0a936bb2b196c2ef2bae9b19330ae6ae4677e3093e8ff9 59 0.10/1.00 vMB 9
301,074 301,074 000000000000000049971a7d9f2c44462d6b9c099c39673681537f2edfa202d6 130 0.73/1.00 vMB 3
301,073 301,073 00000000000000007c012e2f5f7bbee89ea9d0f98c5e51c9e556abef9982b210 280 0.18/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.