Loading Tool

Explorer IconExplorer

Memory Pool

79,671 transactions
29.26 vMB
0.07630449 BTC
Random Selection Loading Transactions
Max Size: 177.88/200 MB

Candidate Block

Mining Attempt 5067b4e3a47f0ed6d56b8b32593ead9e68adba481db66cbed357203b2c1fba62
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 97f6fdfa30a24ef86b0e43df66d0dd72f455714696fb940b5cd3903b7c5bb8c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.01503397 BTC
Feerates: 74.86 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (172,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,363 742,363 00000000000000000008f4b53a01c6e3bdfc7b2348fbff59b2a5c0df9da62e83 619 1.00/1.00 vMB 8
742,362 742,362 000000000000000000021f8e910738dcd8588ddac826a51b0b9dc9e3e0f83af4 773 1.00/1.00 vMB 5
742,361 742,361 0000000000000000000657f79cd4bd46d9ff8c723a912edcb5b774152f8d638b 670 1.00/1.00 vMB 5
742,360 742,360 0000000000000000000237cac2b02dc2a4f07f3fe9bc6c51ebd7e7b44150e62d 462 1.00/1.00 vMB 4
742,359 742,359 000000000000000000057e0134e686bfeaf6160c6fe7f2d238ab4adf61e317e6 676 1.00/1.00 vMB 5
742,358 742,358 000000000000000000028b5fcf2178a2fd82b8dbdf1b1f6f34c91287fb8d829c 2,387 1.00/1.00 vMB 17
742,357 742,357 000000000000000000001cb9f80b306cbcc3961857ee41ca6e185fb8c52b2d50 2,048 1.00/1.00 vMB 24
742,356 742,356 00000000000000000000fcee82d8b4a65c215aa1af87561670453591c669e143 2,319 1.00/1.00 vMB 16
742,355 742,355 000000000000000000032151eded4980b064f6bb6f0126a9ced43d2ed7cf15b5 1,331 1.00/1.00 vMB 9
742,354 742,354 0000000000000000000848dfc8ffb7ddee0d87a771937d794ea9b4fb03cade85 2,391 1.00/1.00 vMB 26
742,353 742,353 00000000000000000002ecb2d15aed60644aa45629e741905cddc6c2993a2b77 267 1.00/1.00 vMB 1
742,352 742,352 00000000000000000004bd279401f05ec4498741e41a00d920a175775cfc0f4b 1,190 1.00/1.00 vMB 6
742,351 742,351 000000000000000000014d55ffe515f915ef79f3a23fb61f15f2212050c055bb 1,178 1.00/1.00 vMB 9
742,350 742,350 00000000000000000001f627dd8e2b31f19a1c28bfd35a8d5a89d9d71e09adf1 1,379 1.00/1.00 vMB 8
742,349 742,349 00000000000000000006d68936be24c9eb5fbaa9bf88305ad6f862e96c3b0fbe 707 1.00/1.00 vMB 2
742,348 742,348 0000000000000000000377d4e984f2e023f471aa604ee5dde4ee83285455b3e3 1,114 1.00/1.00 vMB 2
742,347 742,347 000000000000000000030a64650c824ba6f37bc5371b4947b8c2dcf4c5c7fd39 878 1.00/1.00 vMB 15
742,346 742,346 0000000000000000000216a50be3ad88b30dc20f1e56e5b695c86cf2d78cec00 1,489 1.00/1.00 vMB 11
742,345 742,345 0000000000000000000349b0fffb651d91633d9a0de466ee3523db6648708340 744 1.00/1.00 vMB 2
742,344 742,344 00000000000000000004737604c06119b149380891991807ff77280189dbb1ff 1,012 1.00/1.00 vMB 3
742,343 742,343 000000000000000000001c1f97d3de5ba5b4dbec20ae615116d68130c88da561 1,075 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.