Loading Tool

Explorer IconExplorer

Memory Pool

81,543 transactions
30.49 vMB
0.11420215 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 2ed5bf60194b6e83bf0e1c18839a372b50a07bcc81ae6be720f49f056c7c2e2d
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2f667f217769d8ce4c5330c2a0c6c631f9edd5959026862ba08ae96620b6313d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.03935501 BTC
Feerates: 180.34 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (531,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,092 384,092 00000000000000000fb10dace4b2b07f7dedc0ff097e89b25627b9e0f7529107 277 0.12/1.00 vMB 29
384,091 384,091 00000000000000000681a7ebc7c225584e5b4501a499583a8cf9734248c8f3e2 1,814 0.92/1.00 vMB 36
384,090 384,090 000000000000000002ecd6c1752109bbd1e28d59f4886c47f512da136b7adffd 1,137 0.99/1.00 vMB 16
384,089 384,089 00000000000000000b14588603deabea79e5052c908bff3e86bc09cefde54ddd 2,572 1.00/1.00 vMB 43
384,088 384,088 000000000000000005757c8d74e857a8207ba061c55db45cad5ba2d23a1a374c 2,438 0.75/1.00 vMB 63
384,087 384,087 000000000000000001b968fe1bd5647339c073b1ed827e23968f76bacca98f4d 2,480 1.00/1.00 vMB 54
384,086 384,086 0000000000000000065f7ac6d3672a7b34c30a0577dc2516270d7ddf5aaeaeb7 1,565 0.88/1.00 vMB 27
384,085 384,085 00000000000000000b4324bd7a46faedc1fa4a09a3af1ab0894e7a45d8a43a28 883 0.40/1.00 vMB 30
384,084 384,084 000000000000000008cccdbd4f8ab2d3114ff263d460826673cff404fe3aa050 168 0.99/1.00 vMB 5
384,083 384,083 000000000000000009c7178a879e3ca2cbdf0ee99620c4b14a48383f8f6c6e4f 1,227 1.00/1.00 vMB 23
384,082 384,082 000000000000000008fe8eafd979cbb130d815e986574a0c341d623822baff72 1,276 0.95/1.00 vMB 16
384,081 384,081 00000000000000000b4c92c8c47edb3746d60e837cc497c25f74e4edf1b63046 2,388 0.93/1.00 vMB 42
384,080 384,080 00000000000000000f85b4732f5cccf0265efeb18e9794e261f895ddf030e1ea 1,101 0.99/1.00 vMB 17
384,079 384,079 0000000000000000079c0bb7edfaeacf2cca8c534d5d0a54e118791e99ec59ed 1,074 1.00/1.00 vMB 16
384,078 384,078 000000000000000001a3c8fbab0f4309ec8980e95f283b17d15bbfd941639daa 2,470 0.75/1.00 vMB 69
384,077 384,077 000000000000000008d807d8e45c1801663b848ca71c49dc84b19ef09ee3cea3 1,282 0.99/1.00 vMB 22
384,076 384,076 0000000000000000104509846b45221d8b6d420fe2c2d7271a1fbf490a614d08 941 0.75/1.00 vMB 20
384,075 384,075 00000000000000000c63f0dbd5af7abe595d6a47517c099ca16361bfb9999379 1,502 0.55/1.00 vMB 51
384,074 384,074 00000000000000000474d49de8c6a93b969fbb4195f99e32487274a84ab2b9fe 828 0.93/1.00 vMB 17
384,073 384,073 0000000000000000041842322a7653c1889c98aad1e33c8abea1cd33df341fc6 530 0.31/1.00 vMB 27
384,072 384,072 0000000000000000091bb9a67fa512cab251d79cfc8dfb5479e196fdd3c2707f 589 0.89/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.