Loading Tool

Explorer IconExplorer

Memory Pool

70,201 transactions
26.38 vMB
0.06084773 BTC
Random Selection Loading Transactions
Max Size: 159.67/200 MB

Candidate Block

Mining Attempt 3e63b8dc318bdf9d246a339cdfad5111af5a430b92f0f1cc860cec413aaf1002
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root f1c641297f8e1a709900b0d0fc64e5cc66ce0db163e4138a4c9eb83177a9cc04
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.00474773 BTC
Feerates: 20.68 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (681,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
234,318 234,318 000000000000002d1178d427031d3c23264c24896a139e527b7ecf9759233741 390 0.15/1.00 vMB 195
234,317 234,317 000000000000001b74ed3423506dfffd71d4a60a2f7d5c3c1d477e67d9ee20be 713 0.33/1.00 vMB 180
234,316 234,316 00000000000000f7cd86b15b6293f1bece168e3797ab8b02f3af6e003c163eaa 324 0.10/1.00 vMB 57
234,315 234,315 0000000000000109b0d792f5c1baa5a4f8b3ff54d5adb18cc33746141c7dbb88 375 0.25/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 783.19 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: 752.60 GB
    • Received: 18.89 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.