Loading Tool

Explorer IconExplorer

Memory Pool

78,466 transactions
29.34 vMB
0.06297947 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt a7708826abda1f20ebf8fd006a040007a815bb6841ecd89cfdb9799f6148508a
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root 3536727215117af5f6c0c71511ffc800dc777d9f54ffd9b263e6a558c8c22548
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,847
Size: 1.00 vMB
Total Fees: 0.01471006 BTC
Feerates: 241.10 > 1.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (646,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,892 268,892 0000000000000005d9df0a04758d7159360d5062555411a43fa40955be6bf4b0 224 0.18/1.00 vMB 28
268,891 268,891 00000000000000016f0f410166ff5e8dc8a2dae4f99de134c3676c9366e58ee4 641 0.25/1.00 vMB 50
268,890 268,890 0000000000000000038a47b7ce75d7cc93bbcd2c1833bd8fba9aebe8de869084 510 0.25/1.00 vMB 121
268,889 268,889 0000000000000002ca7dd82f1ab971275dbf846bd53613ef57f8d4a759a6ad1f 338 0.20/1.00 vMB 57
268,888 268,888 000000000000000055abf36f36d3b8b6e7c861f3654162cda6a675e28b36c915 611 0.26/1.00 vMB 73
268,887 268,887 00000000000000040e02e614ffc6a0caea0e3a305893a9b9e85a47c4cb709653 718 0.31/1.00 vMB 57
268,886 268,886 0000000000000000785ae93d5cc8938ebb9fc74f2182a57d48d189d9f0815354 843 0.40/1.00 vMB 59
268,885 268,885 00000000000000028260e5f55c078c69568044e34361ab50c115a6956a78c6c4 507 0.20/1.00 vMB 93
268,884 268,884 0000000000000007d64b33f04f95af327c9151bb72d25d59ebe7f6f199ecbda0 35 0.01/1.00 vMB 75
268,883 268,883 0000000000000005506b55b9c38cc00c76343854b46e8f9e40467f084cbf98a3 20 0.01/1.00 vMB 62
268,882 268,882 000000000000000730c9062af43ca6ce1d91f13893c5ddb1129de35b2334f573 97 0.04/1.00 vMB 68
268,881 268,881 0000000000000002f39a32a4be8d3b5f77206ef5eb7bdc65e6743429a84f707c 141 0.06/1.00 vMB 60
268,880 268,880 0000000000000003d63eee320c70dba42b75c5d7de1798c509c7bead107f20bc 72 0.05/1.00 vMB 53
268,879 268,879 0000000000000004bed85933df7d19abba680d5191de9ea428c0c1ad6fb15aa2 379 0.21/1.00 vMB 76
268,878 268,878 000000000000000411d5d9203854a847656fce13ede8c47c1536a3ae5e5cde08 1 0.00/1.00 vMB 0
268,877 268,877 00000000000000026ab452a4c602e8c7b3d6bff1155bf801a44612ce9d51c896 5 0.00/1.00 vMB 10
268,876 268,876 0000000000000003c0011a3edb5684a01bdaa168007d2b7e1c1a88b6095e9215 153 0.06/1.00 vMB 125
268,875 268,875 0000000000000004a1f1444bc8e41e44d92be7f93a9e962dce46de2ee7cdc80d 185 0.10/1.00 vMB 20
268,874 268,874 00000000000000061db3021b7c7f5301bf56a8dcd0d96d435f54266df51c9ef4 632 0.25/1.00 vMB 82
268,873 268,873 0000000000000004c95805fcb3038f5fa94b6d4b9b60017202c7b4a39674804b 259 0.15/1.00 vMB 63
268,872 268,872 0000000000000002cfbc254558e8aea3eab620b6a0f7296d76e298811aa213d8 396 0.19/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.38 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: 664.24 GB
    • Received: 14.96 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.