Loading Tool

Explorer IconExplorer

Memory Pool

76,131 transactions
30.13 vMB
0.10031918 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt 315b8dd4fa3e9f572053eee51e96a98c26bcb7da48661ea62f31811fd1efef4f
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 1554de3e58b54b1980b2337244fe3fdf5543cdb6934c43b00810066cdd085406
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,480
Size: 1.00 vMB
Total Fees: 0.02556476 BTC
Feerates: 100.00 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (681,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,339 234,339 0000000000000054685afe8c7e4227abdd884f3d3e66fd5c97c0ee369dfe1d87 700 0.25/1.00 vMB 200
234,338 234,338 00000000000001291756f85b2b11278828ab059a7666b4007757c8c1c767d074 68 0.15/1.00 vMB 23
234,337 234,337 000000000000004eb3025d46d5aded1728b5205e8efa5e79900a9a1abc0a1c45 223 0.11/1.00 vMB 151
234,336 234,336 000000000000009b175c987b780f2f710e6cac9e5433faad05bb7aa4b423a4dc 298 0.16/1.00 vMB 128
234,335 234,335 000000000000018f0bce538b08f01b50a8f81b721586e7f26010d64aa558609b 539 0.25/1.00 vMB 167
234,334 234,334 0000000000000137835f1d60791724f271f6dd5ced2c3e10fc929175b1190d88 733 0.25/1.00 vMB 218
234,333 234,333 00000000000000ae370034a61c23d87d6804513b0465a0de1673b4a5169477d8 28 0.01/1.00 vMB 174
234,332 234,332 00000000000000ccc9ae1bce3ef237b8c1c20cbdd4f017124c5ce8f001823490 49 0.15/1.00 vMB 20
234,331 234,331 000000000000009de9f87c5cc742f0c6440c76ff80e9032a2d23f8e3ab1c11d6 581 0.27/1.00 vMB 159
234,330 234,330 0000000000000139498aeaeb7c4023753dff3999abb0678fc0a4c7223ef9ccaf 288 0.15/1.00 vMB 150
234,329 234,329 00000000000001314c98bb6106e7efa85c428acdf74ba0a27353e10f37a445e3 473 0.23/1.00 vMB 156
234,328 234,328 0000000000000011f3f1b15b37098434dc02b8af7c8e1c4dc98b2896068fe39c 396 0.18/1.00 vMB 147
234,327 234,327 000000000000016debed5114453968431574fdb0395bd6a4d566b98e5a4bb7af 295 0.15/1.00 vMB 116
234,326 234,326 000000000000017c07d90087af5eaa9a9a33cfe1db22c5e26b1b9c264ed6cb79 5 0.00/1.00 vMB 46
234,325 234,325 000000000000005c170157f167c7aad562eea69db86f8aeb81d9c1dfc8d6b10f 540 0.39/1.00 vMB 116
234,324 234,324 00000000000000e50b0670a79d6de4be7b70d17a3225d53a255b5ee033c9fe1c 983 0.47/1.00 vMB 1,871
234,323 234,323 000000000000000c5f5bc13ea2235709b83aa1dc3dc91ae18509dba534d97f4c 231 0.11/1.00 vMB 202
234,322 234,322 00000000000000ad94416ce430db254aece44475a2159948c807ecd002bd2ed0 354 0.21/1.00 vMB 137
234,321 234,321 000000000000011783b381d68f9421e33599812638df968bf9ee7daa07b1b5a3 314 0.10/1.00 vMB 40
234,320 234,320 0000000000000039d5d6be0425beb36448dc39f4608129d81440cacbf066ecec 162 0.08/1.00 vMB 110
234,319 234,319 0000000000000000f853cbbd99b479dd58bf7a6b8bf25230526b86f1a4f7fea1 256 0.12/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 783.17 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: 749.36 GB
    • Received: 18.82 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.