Loading Tool

Explorer IconExplorer

Memory Pool

80,148 transactions
30.19 vMB
0.07956015 BTC
Random Selection Loading Transactions
Max Size: 184.55/200 MB

Candidate Block

Mining Attempt b5c301105cfbccd8eae87631f8aaf9f1efad7387bbf5424bb370f5169037e9b6
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 9aef9c27b507acd5cbf7c2bf934c1594ab4fa6d26b91859559a7ee1fbe7e62bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.01224978 BTC
Feerates: 150.92 > 1.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (488,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,087 427,087 00000000000000000336fd8ec18249de597c1c41e1859fca05b0cf000e8cc5e7 1,016 0.74/1.00 vMB 35
427,086 427,086 0000000000000000001bda03d2982ea0fadf6bf21335057034b10acd89343260 1,232 0.72/1.00 vMB 60
427,085 427,085 0000000000000000023c2ad9a0547e6ccec6ba14b8f619eed1a4bc1513293a89 549 0.31/1.00 vMB 50
427,084 427,084 00000000000000000013dd0617558ff7fb91a2cffaccc1890c0698352cb1b7f9 2,213 0.97/1.00 vMB 41
427,083 427,083 000000000000000002ece0fea87a08bf1d2815cf5cd011d252baf684d958c2c6 3,013 1.00/1.00 vMB 108
427,082 427,082 0000000000000000049b91d896b2f7cb4d942358d18a296eb1283439205fa5f7 1,636 0.68/1.00 vMB 69
427,081 427,081 000000000000000004369b0ff88729100de1c0038f7b743a20dc8976480eda09 974 1.00/1.00 vMB 25
427,080 427,080 0000000000000000016ad64a1c51dd75b2282d4634e9801a8fb9b079f9a2fd48 902 0.35/1.00 vMB 67
427,079 427,079 000000000000000003bd59103d437fe5cf2e046a1955dd0f970f2f413da2f67f 1,078 0.52/1.00 vMB 55
427,078 427,078 000000000000000004711de1d67fc2f77fbc52b9f468aa6c1c19d66a06fe922e 2,410 1.00/1.00 vMB 70
427,077 427,077 0000000000000000029f166a97c8b106e1aad6f1d727315dd317509e4983bbb3 102 0.04/1.00 vMB 101
427,076 427,076 00000000000000000264959bf4e0fa6744bdad14f38fd047b8f2a314edb94dec 29 0.01/1.00 vMB 61
427,075 427,075 0000000000000000009e7c0f12f2f1398ef70e47b1520dcb3c748d2e8a89cddf 2,062 0.77/1.00 vMB 67
427,074 427,074 000000000000000002675a0d65564a3fa1af17f2578d29d1830c499f5673e790 635 0.23/1.00 vMB 72
427,073 427,073 0000000000000000031f911246356e8d55e1ab7588b986c4126871a707599e19 78 0.03/1.00 vMB 72
427,072 427,072 000000000000000003e72cb26688fffd4c7d055191ad94cb9fc18a0d9a8edc10 403 0.21/1.00 vMB 51
427,071 427,071 000000000000000001d9ec46051b4307e7798acbbc7732d9066c458e0e0a02e5 1,921 0.99/1.00 vMB 44
427,070 427,070 0000000000000000034793baeb3c9cd0f20926440211407c0e58e118974adbfb 1,757 0.99/1.00 vMB 38
427,069 427,069 0000000000000000049911d7ab08c2d33763f63a4db7ad49d2bfb53b81a12339 2,867 1.00/1.00 vMB 96
427,068 427,068 000000000000000000a2ebc1e7b01e9d5bfe449633474c23f03ef2c26253cb35 1,622 1.00/1.00 vMB 55
427,067 427,067 00000000000000000168d17bfc4f699831ae72bb11a71c578e0a7ff892bd553b 2,980 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.