Loading Tool

Explorer IconExplorer

Memory Pool

78,554 transactions
29.12 vMB
0.11726943 BTC
Random Selection Loading Transactions
Max Size: 175.66/200 MB

Candidate Block

Mining Attempt 4699e7d90e66bec15d91cf10a83872fa1a630aa78d1fb3cc2d714e5ebb858402
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1ba7a3cdb43d8577f630e431be399b3e5d02705cdc32753f0fe00f09231fb393
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,121
Size: 1.00 vMB
Total Fees: 0.04223947 BTC
Feerates: 150.80 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (375,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,177 540,177 000000000000000000050d251d126760fed79cb022a96dd20922e708a457313b 2,587 1.00/1.00 vMB 35
540,176 540,176 00000000000000000002d2561bd05625cf8cf0014071e899b60c91c5568aaaed 1,345 0.61/1.00 vMB 19
540,175 540,175 0000000000000000000dfe6d4834302b703bd5d78d9f14b7a593c8347982446a 63 0.02/1.00 vMB 14
540,174 540,174 00000000000000000012c6e8935afc22ab3d117374d9fde5cf8dccbb9f06db3b 2,284 0.99/1.00 vMB 13
540,173 540,173 0000000000000000001fbf83ee6b89218ceff536bcff7e225dec37d0050c897b 1,972 1.00/1.00 vMB 13
540,172 540,172 00000000000000000028b1ad245411f1a0bf409f753f1cde14dd6ebf5b90d56a 2,061 1.00/1.00 vMB 34
540,171 540,171 0000000000000000000c0d2e1fe92b33e6d227a569beb40620d49ffc98ffe7e9 1,885 1.00/1.00 vMB 12
540,170 540,170 0000000000000000000d0f4994cf6138ffd4a8df14e6ab6a84001d8c025adef9 2,032 1.00/1.00 vMB 39
540,169 540,169 0000000000000000000c12279fce298cc79dc64ca858a6597a6bc0f0ed85917a 2,073 1.00/1.00 vMB 18
540,168 540,168 00000000000000000021993abf96bd21cf1879fdf48423a0579cce3339981b0f 2,538 1.00/1.00 vMB 58
540,167 540,167 000000000000000000170b3da1e60f139c603e659b378753023c96c275169eea 1,346 0.64/1.00 vMB 2
540,166 540,166 000000000000000000027852a5105eb4a7735f2c08c9e9f40bd6b3c3020afe86 2,038 1.00/1.00 vMB 3
540,165 540,165 0000000000000000000a02514aa087f0ed4812dbd33bae959a911a9938571cc8 2,354 1.00/1.00 vMB 9
540,164 540,164 000000000000000000283eba916b96652743f45281614fc1158a2cf69dc3a7c1 2,468 1.00/1.00 vMB 13
540,163 540,163 0000000000000000000ff632b149f97298e269d95bb37e29d6627fd6743ea378 2,016 1.00/1.00 vMB 40
540,162 540,162 00000000000000000018c128c93f11a2da19820ac111a3b1ff78669ef2238369 2,458 1.00/1.00 vMB 38
540,161 540,161 00000000000000000014b133b3ca0dc97754cdbd82d5b7a43fe357aff7d76dbb 2,470 1.00/1.00 vMB 25
540,160 540,160 0000000000000000000a0abdf98a8d03911ebfe0bb8d48076331e4e4025f600c 2,755 1.00/1.00 vMB 65
540,159 540,159 000000000000000000299a27b3aedc16db07780cf4336ece4252b0b523107caf 1,938 1.00/1.00 vMB 39
540,158 540,158 00000000000000000015a28885aadaecca9114341649ae9d19e505012d2972ed 1,712 1.00/1.00 vMB 20
540,157 540,157 0000000000000000000914948b096336c30e3db58cd0f64a5872a7e3d64568df 2,875 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.85 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: 712.77 GB
    • Received: 17.21 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.