Loading Tool

Explorer IconExplorer

Memory Pool

77,728 transactions
28.85 vMB
0.07306255 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt ec9a87f7940ed8324b4b082a05c7f1b96f6370916c1d50beda0ced1a90dfbe2c
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root d886f972dcfd1356dd134530c0b2ac16da66a97fde1818f2240b358491f1ef36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.01285084 BTC
Feerates: 299.43 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (306,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,371 608,371 000000000000000000104f19f82dc063c86d52208344bd4384891d19623a135b 2,430 1.00/1.00 vMB 46
608,370 608,370 0000000000000000000c8af0bf16c6e6dc0ddbbf69d19228cdc63a7c9bfca794 2,986 1.00/1.00 vMB 28
608,369 608,369 000000000000000000075644574a7b984c25808c8fe96c988c2e7816a162bb23 3,236 1.00/1.00 vMB 17
608,368 608,368 000000000000000000000729e0e67812a73073a0ed98a619faa6d9f77a6a36bc 1,609 1.00/1.00 vMB 22
608,367 608,367 0000000000000000000ac94c60df8bfb61840d57799c655c9b41c9da58eea212 2,590 1.00/1.00 vMB 27
608,366 608,366 00000000000000000013c8f254c7044ceea86b2a390a3e1a9da2d982905a9b67 2,835 1.00/1.00 vMB 37
608,365 608,365 00000000000000000009269437cb1db4b803698f540ded22cbcbdd5d9818afff 2,180 1.00/1.00 vMB 13
608,364 608,364 0000000000000000000c8cc83531bed5df318f0948dbeb0fdf0dbee6e415d7ac 1,745 1.00/1.00 vMB 24
608,363 608,363 000000000000000000080f12fdc3bdfc3f011e73903bcf69b6ad93f86dd07584 984 1.00/1.00 vMB 61
608,362 608,362 0000000000000000000c4d83c3dedf6cd7b5a29e0f17f14736045dbce47f3b6f 2,369 1.00/1.00 vMB 26
608,361 608,361 0000000000000000000ba7c1f4768471e36564b7d31fcd344370982dfb44f402 408 0.13/1.00 vMB 14
608,360 608,360 0000000000000000001168048e4bdc0efcceb779e2951a5c77e2f0dc90276c52 1,315 0.77/1.00 vMB 6
608,359 608,359 0000000000000000000dafc2b5c3d105ada0b18b01348a5e5abcfaea9de7049c 499 1.00/1.00 vMB 5
608,358 608,358 0000000000000000000c251f5ad5125a3bb420851d70e537cd17aa4d3383597e 2,074 1.00/1.00 vMB 10
608,357 608,357 00000000000000000007ccae4b593c7da68af8d225959b391715b7659c995e2e 1,680 1.00/1.00 vMB 11
608,356 608,356 00000000000000000003ded966a601d3240f7705f60533b8af78d7a0fc082143 2,004 1.00/1.00 vMB 8
608,355 608,355 0000000000000000000194594e2a29761b26bb9261dba2c17fe24467fe161a71 2,281 1.00/1.00 vMB 13
608,354 608,354 000000000000000000041eaf7dcabaff5c227c5b61200597f887c9482e2ba85a 2,720 1.00/1.00 vMB 16
608,353 608,353 00000000000000000008427ad2f95af484df5ab0dfd858bb93dc37cfcbdc7208 1,427 1.00/1.00 vMB 11
608,352 608,352 0000000000000000001421b8e5910fbdbf6522724cd5f5a70d49996a17956a0d 1,831 1.00/1.00 vMB 5
608,351 608,351 00000000000000000007cb1eb03c24303e5e9cf968e821f8379cf06efaae4851 2,136 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.