Loading Tool

Explorer IconExplorer

Memory Pool

81,400 transactions
31.24 vMB
0.09989401 BTC
Random Selection Loading Transactions
Max Size: 188.95/200 MB

Candidate Block

Mining Attempt 02f208a746e08c4cb40f9e4838c8442dc64d96a880bad91fe6b25cda857ba6a8
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root fcc565c30c944e4be1099df5b42d1fe3e411f003ba970edf6a8c11b9fec8c685
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02292258 BTC
Feerates: 106.51 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (97,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,776 817,776 00000000000000000001c07fde708d1a51f5165e7db62d2243c964675d2f42e6 3,525 1.00/1.00 vMB 141
817,775 817,775 000000000000000000036bdb858a8eb128b7653694855fc48d345c331c83f931 4,755 1.00/1.00 vMB 100
817,774 817,774 00000000000000000002f7f8bb5fa808b2cfb5c559899e68f7eab3080bacea0f 3,907 1.00/1.00 vMB 112
817,773 817,773 0000000000000000000443b10f8adf7e16956017f41bd224a4b7718b555bbf90 4,184 1.00/1.00 vMB 153
817,772 817,772 000000000000000000017d7e4c15dfb9d04a7f50a8519804bea03ebfc2d91717 3,736 1.00/1.00 vMB 114
817,771 817,771 00000000000000000002cc4e0833932bf278852d3dd5e0be7bbcbc98148f4d26 4,224 1.00/1.00 vMB 90
817,770 817,770 00000000000000000000e230001d5f15509c96e8767011ff0dff9d19cc0a4df5 3,953 1.00/1.00 vMB 106
817,769 817,769 00000000000000000000ae672366c0984318a2f5f66847a5a2074d33e665b707 3,938 1.00/1.00 vMB 159
817,768 817,768 000000000000000000042a2fb60a9f9a224551c5b1b2c1f91f0b2bb518b709d6 3,525 1.00/1.00 vMB 95
817,767 817,767 000000000000000000011bc779ae7eb4b47bee9bcaccfbbc8ed61d0a097b36c8 4,274 1.00/1.00 vMB 117
817,766 817,766 000000000000000000028c80cdba6e25acb44c868938d6d8a240a12c0b47b168 3,271 1.00/1.00 vMB 92
817,765 817,765 00000000000000000002960cb5dd85bcc3853cc5001b7a51d61134f94ca4f74b 3,744 1.00/1.00 vMB 174
817,764 817,764 000000000000000000003ff52e8a3ce8fcfc7c5a2aa0f5cf2cd2b48c7aaa70f6 3,885 1.00/1.00 vMB 72
817,763 817,763 000000000000000000041af56ef9e075cef3c7d5e9d966fe174542ce7a73106c 4,558 1.00/1.00 vMB 106
817,762 817,762 000000000000000000008e932b0b787981cf35ee4b1bb27fc99d6d9e62ea4af7 4,034 1.00/1.00 vMB 102
817,761 817,761 000000000000000000010dc32b8ea3733affa9ca55513d6fe56c4b23d3cbb3f2 4,068 1.00/1.00 vMB 72
817,760 817,760 00000000000000000002065b8c49a12ca3f648abedf9fc6ed15a707856e2c277 4,381 1.00/1.00 vMB 95
817,759 817,759 000000000000000000025d0dbbd1e542e0f403a7841bb3177882b70daef9ddfa 3,802 1.00/1.00 vMB 92
817,758 817,758 000000000000000000009381d97cd74e135afe0ba86560e08020f3ccddb1d022 4,473 1.00/1.00 vMB 107
817,757 817,757 0000000000000000000020efcb87f1a060445ad11f0af3dbe89cd5a11e157ec2 4,123 1.00/1.00 vMB 112
817,756 817,756 0000000000000000000297d99b77b34a539813ac2872cb35b445c43a59ff6de3 4,489 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.