Loading Tool

Explorer IconExplorer

Memory Pool

67,091 transactions
21.60 vMB
0.05996771 BTC
Random Selection Loading Transactions
Max Size: 138.98/200 MB

Candidate Block

Mining Attempt 0f239527bac9940d01bbe73d7585e2110ab5523d7b727847926856e1bcffac86
Version 20000000
Previous Block 00000000000000000000dfc5bab94934da3b2e14f0f7c3f128239f74f3175cca
Merkle Root 0e00bdf9bd012a8aac303c3184d813b5da26895e84f4e5e8bbcc2cc7edcdcb71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.00971714 BTC
Feerates: 109.83 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,670 (699,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,010 216,010 0000000000000062ec7b979d51f010c03d4070fac9613afd72f2e80531ee2faa 623 0.23/1.00 vMB 214
216,009 216,009 00000000000000e1e8d8ecaeb16a14b0e2ca9de6cb2feb8dfc7fa20f3e4e8f05 156 0.07/1.00 vMB 150
216,008 216,008 000000000000033b19bcc2e1a326974a7e4207f538e738b5c4b703b320bdcb61 489 0.19/1.00 vMB 202
216,007 216,007 00000000000003fd43aece65fe56a634bde8da1707779c3b6aaeda05a7a42120 115 0.05/1.00 vMB 256
216,006 216,006 000000000000011efe95f87ee51c25cb2ec43949fd10e100a26df257e5fdf780 467 0.46/1.00 vMB 68
216,005 216,005 00000000000001eceedb199680bfe508c555e1ad3d9d93d648ff0f0204edb02d 254 0.11/1.00 vMB 191
216,004 216,004 00000000000002a834c8266054772a7d50826e1168c6064e1587ea5c3edbc936 367 0.15/1.00 vMB 169
216,003 216,003 000000000000046850a57214582ca3b1f4a97a73a58ba57ffdc1c0c890ba2a29 96 0.04/1.00 vMB 175
216,002 216,002 0000000000000345c05c9fefa276385bbd5ed698d8cb1eab9db9786b3e7b4e9e 116 0.07/1.00 vMB 204
216,001 216,001 00000000000002b5171738a006b7d9a3157990e13427e29da9a0172e3cfd51aa 560 0.23/1.00 vMB 178
216,000 216,000 00000000000001f79a2db15d0ec6d951729e044749372caf504679bba5b1e65e 265 0.12/1.00 vMB 147
215,999 215,999 0000000000000283515eb70ce43d95a11f3acdbb25433f64e32844ebf3106eee 142 0.13/1.00 vMB 80
215,998 215,998 0000000000000343d52ab60f9c04cd128b2e8a6b1204bbb1783fbf6034038890 648 0.20/1.00 vMB 253
215,997 215,997 00000000000000c88305e9cc991238d01441f171b6294d827b131adbb18bd878 44 0.01/1.00 vMB 191
215,996 215,996 00000000000003a5aca5673236dd16080a8e86d84c4b206d621e9d0f043b3b0f 142 0.06/1.00 vMB 304
215,995 215,995 0000000000000465edc00396725591c5af512b0a34ab360cb001c7da5d4644c2 438 0.20/1.00 vMB 233
215,994 215,994 00000000000002660198708bfa4d5f9d59b89226f6fa0b08f3c5a97ab9ac04bf 660 0.29/1.00 vMB 205
215,993 215,993 000000000000018d052a9e3ee6b1b8da5a96d414e787c0bb6ec4d4785f88b654 479 0.19/1.00 vMB 208
215,992 215,992 000000000000005c2b87a9772b339b5d5ff36c512e5cbac9d5b1c144a5322775 150 0.06/1.00 vMB 195
215,991 215,991 000000000000013feb509278e94d9e3254b8e3434d0f079b897dc65612a18275 107 0.05/1.00 vMB 99
215,990 215,990 000000000000047b747fbdcef2196188c9f464dac1de5625aa70f017c2721bfd 367 0.16/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 783.55 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: 774.03 GB
    • Received: 20.64 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.