Loading Tool

Explorer IconExplorer

Memory Pool

49,618 transactions
29.98 vMB
0.09490301 BTC
Random Selection Loading Transactions
Max Size: 160.44/200 MB

Candidate Block

Mining Attempt c73735e0228684e8121fa563e40bb4d6502ed8ad85a1b80b38151d8056fbfd5f
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 38b84254a5c04b2353d27ad9590e8d1d574dad55b066a8c483d871d67e56d656
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.02790935 BTC
Feerates: 73.20 > 2.80 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (343,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,102 571,102 000000000000000000055f260398f20411a2d57391411eff0d290043267b9f4a 3,040 1.00/1.00 vMB 53
571,101 571,101 0000000000000000000ec9a1f0ae2dad7cc0cafd324d4a9e44d3b7cf81ed295e 2,920 1.00/1.00 vMB 34
571,100 571,100 00000000000000000003898b6fca0461439b7a71c5c53fefe928ce2e5f9cb183 1,882 1.00/1.00 vMB 117
571,099 571,099 000000000000000000277d8c558d82211e054be6d1432c3472dc5319b60d97ad 3,459 1.00/1.00 vMB 102
571,098 571,098 000000000000000000195b16d988f44b0b62c87bc3ad64403f0565308367f8ca 3,439 1.00/1.00 vMB 71
571,097 571,097 000000000000000000006b56e8f7261b2ef744163b561f8173c2464788a549dc 2,952 1.00/1.00 vMB 38
571,096 571,096 000000000000000000068b6977c73036b23132d0a8cd66aefd11242432ba7d1c 3,256 1.00/1.00 vMB 96
571,095 571,095 0000000000000000000f9b47f1619ded7d81a496f625499b6e2562cc7269927a 2,778 1.00/1.00 vMB 106
571,094 571,094 0000000000000000001264ea8f1fd2b5f83db86db3708fdfa5c202e65f0b2bb8 2,108 1.00/1.00 vMB 107
571,093 571,093 000000000000000000097ede52df3f6a0860094b0fc227b995aa18386a06d1ad 3,033 1.00/1.00 vMB 133
571,092 571,092 0000000000000000001141b10ebf274e2bfcb5a566ce75f15ceb92aacbb28c10 3,171 1.00/1.00 vMB 75
571,091 571,091 0000000000000000000f5502d06f93f2ae9c12ba2ab645bc6521829337b8f8cb 776 0.77/1.00 vMB 4
571,090 571,090 00000000000000000005bc5b041f616b9e35716c4daa0a82dfbc258afadf4caf 1,946 1.00/1.00 vMB 13
571,089 571,089 00000000000000000027d276df70e81e66fb6c5d2b66b72ec05362343fa31916 3,417 1.00/1.00 vMB 40
571,088 571,088 0000000000000000001d96002b130121b32b5b1d91bedbd637ae9900f1d9ce76 3,000 1.00/1.00 vMB 80
571,087 571,087 00000000000000000026181c593b6edac78c73edb226e82af7c56797011a05ba 1,087 1.00/1.00 vMB 16
571,086 571,086 00000000000000000024c3b491f4581a4b7c1e92881282d21bd8305ebc23521f 1,984 1.00/1.00 vMB 28
571,085 571,085 0000000000000000002a708bff24dc17ca63c81ec80b81c3f107cc7839794148 2,383 1.00/1.00 vMB 4
571,084 571,084 0000000000000000000b83f1a7a94a9623565ee305850b7798832ee38db4e059 3,421 1.00/1.00 vMB 19
571,083 571,083 00000000000000000016d4be41513bedd7805059d0fa1efe3f7c6d22b90124b2 3,065 1.00/1.00 vMB 98
571,082 571,082 00000000000000000013882c2ed6aac44276d8ca1c8c40d900a41cea2f4bb3a4 2,715 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.06 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: 651.09 GB
    • Received: 13.40 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.