Loading Tool

Explorer IconExplorer

Memory Pool

44,250 transactions
27.29 vMB
0.07041571 BTC
Random Selection Loading Transactions
Max Size: 143.80/200 MB

Candidate Block

Mining Attempt ce3bc46bad93843162c59d2799a4a4830e0d6a51fe0b8eea5acd66a8463793c3
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 69b5098763bc2dabbab12f7f230023251126b081249f34ea77a1090c7056297c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.01933107 BTC
Feerates: 192.02 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (216,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,479 698,479 000000000000000000060be40ac50eafdf0de302f4a90c71b4e201b6db2188e9 2,718 1.00/1.00 vMB 15
698,478 698,478 0000000000000000000b7108a12d8a701eacad842216f700b6122353bda460f5 2,702 1.00/1.00 vMB 7
698,477 698,477 00000000000000000007b7fbedf6b98e4da77a5974cfeb0a6b9bcdf5d7c03c6a 2,684 1.00/1.00 vMB 9
698,476 698,476 0000000000000000000be3eaf649bcc26618cbbcff2ab70c2cdf56a6dba29fd9 1,305 1.00/1.00 vMB 6
698,475 698,475 0000000000000000000368223c7939de0ea646c97194471ed8d32d87e3b4672c 1,912 1.00/1.00 vMB 9
698,474 698,474 000000000000000000089ab0977c69237b8f16c88ebe89f516563488edc8438e 2,454 1.00/1.00 vMB 14
698,473 698,473 0000000000000000000d3a559eff1cdcce29100e543bc2732b7b71fc041ba061 2,324 1.00/1.00 vMB 17
698,472 698,472 0000000000000000000f8d60d6afc7b87c0e476b915973f29a47d932a0b64b18 2,782 1.00/1.00 vMB 56
698,471 698,471 000000000000000000051ff443e671d21610db719c81034e62bd350e7fc6fc25 2,125 1.00/1.00 vMB 9
698,470 698,470 000000000000000000016b2d418aa5abd26f5eacba6c658183588e383b59a4dc 2,610 1.00/1.00 vMB 15
698,469 698,469 000000000000000000083bbf481aba8347322201fb4c13c41336ca749d11a15b 2,680 1.00/1.00 vMB 10
698,468 698,468 0000000000000000000e8cd658413cb5e7d75fe9a46026ae8316de3e993ed061 1,676 1.00/1.00 vMB 5
698,467 698,467 0000000000000000000d3276f4cc1c8fc77b51c5de2eb2efa631b393ea3def70 4,064 1.00/1.00 vMB 5
698,466 698,466 0000000000000000000dbc9b8e706c9be523db8feb36e15450b10b7315c1a976 2,598 1.00/1.00 vMB 12
698,465 698,465 0000000000000000000b7a4e747e2ec904dd91aea7ee4e0de4fa186c8f76656a 1,622 1.00/1.00 vMB 7
698,464 698,464 000000000000000000054548c7847824a21218710fee1fdf94e1beb7e999206e 1,527 1.00/1.00 vMB 4
698,463 698,463 000000000000000000015cf9492c49856a645c1e79516fc1b07f104933a09e2f 1,510 1.00/1.00 vMB 10
698,462 698,462 000000000000000000038c57685ad05ec09f3f400b6c9484adc5d1b28f4297bc 2,558 1.00/1.00 vMB 15
698,461 698,461 0000000000000000000a6e51e054e06c27315bdb8d2dfe7feb5b3a90e6c77821 3,311 1.00/1.00 vMB 8
698,460 698,460 00000000000000000007ab14b4a5ab04c0879f49f49f633f18c27f1961c3bf23 5,417 1.00/1.00 vMB 5
698,459 698,459 00000000000000000001b2b8d46a8d623100ad56f9eeab0a4cd4114c72e0cc0c 2,295 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.