Loading Tool

Explorer IconExplorer

Memory Pool

28,244 transactions
11.30 vMB
0.03959834 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.47/200 MB

Candidate Block

Mining Attempt cec61a615335607c6cf7e80e8136ffdd70871130a2ea71dc4233e1e89c035d9b
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root d06133a885af6f8ed1117f62599556a017c7a2b15a456cbfbb35a3a88cf8ee76
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,301
Size: 1.00 vMB
Total Fees: 0.02044245 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (681,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,889 231,889 000000000000000a0788d262ae47c225c85ff3339a10befd552c691a3916b9b3 679 0.21 vMB 199
231,888 231,888 00000000000000fc9dcad8309e553b3283e332a03b63e452edc7e8cd30a5f339 605 0.25 vMB 159
231,887 231,887 0000000000000076494e14b876294f02f8d9989c9e60618856d49e8234a6cf3b 253 0.25 vMB 81
231,886 231,886 0000000000000130b8e6cb9809a691cafca9607815749ad46ff725bb5a1ffd85 551 0.29 vMB 156
231,885 231,885 0000000000000017bcdf3736eda37ed11f1bda61d44a0ba83c03b73d22f2c8d6 25 0.01 vMB 255
231,884 231,884 0000000000000131bab10da47962f16c41e4dd4040d117645f625162cafacae1 448 0.20 vMB 194
231,883 231,883 00000000000001c3b432855400c8514101744d3734df60f3cb9f4a178af9b297 594 0.25 vMB 187
231,882 231,882 00000000000000b2de93d130f945456465a315b3d950140fc6d5dc7eeaaa255d 447 0.19 vMB 263
231,881 231,881 00000000000000554019937304ed60fbac9204d4e418de05cf7e8fe63a91f789 256 0.11 vMB 598
231,880 231,880 000000000000005b25050342e4718b3c258a4538b68eedb1b9075a68f912d3c4 234 0.25 vMB 74
231,879 231,879 000000000000009f8f83807b8797c80715988154cd056b0f26c2dadfcb22d8f3 468 0.25 vMB 133
231,878 231,878 000000000000012a906d5e0ed3138aca45da5c489815b37344aaf2eee1f05663 794 0.25 vMB 246
231,877 231,877 000000000000003edf49fb01c490d88b1c805a7547e8f4b92501b734f6fed176 705 0.30 vMB 164
231,876 231,876 000000000000000af87e74b8192456e76229c10a2223c9d214acc2062deb71c0 15 0.00 vMB 67
231,875 231,875 0000000000000175dc3d3432754d17adbe072561c0602081fcede4837f2f6849 324 0.16 vMB 169
231,874 231,874 000000000000019a37e3a92de21742042d82f6c0b9d46a097e54b371303b7eac 482 0.25 vMB 147
231,873 231,873 000000000000011361bf8bd18bd20641b296423cc6de1f707d8e4316f6f69562 402 0.37 vMB 107
231,872 231,872 00000000000001101ff0c218f16fe38b027b9987f1b9ea7b6ecca4c602de213f 854 0.47 vMB 126
231,871 231,871 00000000000000bf66a2e9f28c1a09e4a8250cf4b72d249d7bcc160596f740f0 374 0.31 vMB 119
231,870 231,870 00000000000001022d10ec737b4da9b6359a8586e998adff8fda7ca483c06d1f 1,146 0.47 vMB 145
231,869 231,869 0000000000000051c36d3ac8e7fb85cd23376530750d656b17a072dd842064a2 939 0.25 vMB 308
Previous 10 blocks ↓
Total Size: 779.81 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: 414.12 GB
    • Received: 2.21 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.