Loading Tool

Explorer IconExplorer

Memory Pool

36,010 transactions
26.01 vMB
0.06616072 BTC
Random Selection Loading Transactions
Max Size: 133.02/200 MB

Candidate Block

Mining Attempt c77fd962cd5fdcf59ce78d100f16e1f7c750298167be8b17734c7f8b3678e85c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 3f449ecd4d0f3222b3845d8cf4f688c395b15a489afb6005ad23ff9567bfd6c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,978
Size: 1.00 vMB
Total Fees: 0.01834585 BTC
Feerates: 201.13 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (468,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,513 446,513 00000000000000000034c79dbd396e7cbb77a64d72df022be55559e52f4d2f48 2,026 1.00/1.00 vMB 116
446,512 446,512 000000000000000001ae1d63bd6e12e390257c13319eb02eff8fb08aa0011a76 2,519 1.00/1.00 vMB 184
446,511 446,511 00000000000000000010900e720a97c1ae15033dd84f9653abb148efaaba6f26 1,551 1.00/1.00 vMB 66
446,510 446,510 0000000000000000034d646f9dec27bf6200c2482bc2cc60288ecab92a03ca28 1,852 1.00/1.00 vMB 77
446,509 446,509 0000000000000000027a5a6e5c462ab8e2c8feace39b76b561b9c56f393908ac 1,354 1.00/1.00 vMB 45
446,508 446,508 00000000000000000124517013eb8e7075433eb214a776c19e3d687cd13cb2be 2,035 1.00/1.00 vMB 51
446,507 446,507 000000000000000001ebce1c2026ec4b8af0d0ea980bcdfe172d50f48b0aae04 2,294 1.00/1.00 vMB 120
446,506 446,506 000000000000000000eedd2557d48faa13bbdfc19b3fd4300267d8487a1d9f03 2,582 1.00/1.00 vMB 124
446,505 446,505 000000000000000002808efc9e4ee3b66b7091bc525a271112bb1aee34172679 2,347 1.00/1.00 vMB 101
446,504 446,504 000000000000000000045c606cf6ece24ead45356990371c63692055be15b40e 1,260 0.72/1.00 vMB 83
446,503 446,503 000000000000000000a512f72026548acfbf224a3838d5208ff8647d9bcfd131 1,899 1.00/1.00 vMB 60
446,502 446,502 00000000000000000228b21b72e82eb336cd159805c2fab95b30a0b289079d8c 1,347 0.93/1.00 vMB 63
446,501 446,501 00000000000000000289f414ffef5b89d27ee8e250a5e3a40b24242a7dbc6ed8 1,561 0.93/1.00 vMB 68
446,500 446,500 0000000000000000033424f72a7deed1bb6a6e024ea549feb51b7198321177b6 1,607 1.00/1.00 vMB 73
446,499 446,499 000000000000000001c5fd3821307c12a464ca78ae161b20462e12dec8dfb565 1,565 1.00/1.00 vMB 62
446,498 446,498 000000000000000001c77b71bed2250de88b132a9a405431750a61b0296509e2 2,812 1.00/1.00 vMB 76
446,497 446,497 000000000000000002c18b73b58b6d2234ee91e756da2655e20e749aca0a6de1 2,505 1.00/1.00 vMB 103
446,496 446,496 00000000000000000226993199a9d082f9f23688ff75aeb5f234fc476dc64f72 2,494 1.00/1.00 vMB 86
446,495 446,495 00000000000000000280bb0e9138e34f669a87c9f1625ca2a3d943d9a8fbc6df 1,880 1.00/1.00 vMB 96
446,494 446,494 000000000000000001093ff32288de251be2b3cc35e5e8ebd47e59021945b38e 2,454 1.00/1.00 vMB 124
446,493 446,493 0000000000000000020f611153eb2532671d92c8eddfe9552762a1f63b53e30e 2,539 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.36 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.