Loading Tool

Explorer IconExplorer

Memory Pool

26,709 transactions
25.55 vMB
0.03841999 BTC
Random Selection Loading Transactions
Max Size: 139.45/200 MB

Candidate Block

Mining Attempt 559dcf99c9a71d22c0fe559447bb23065f699cf5be3fd8e637e1f3ea29168715
Version 20000000
Previous Block 000000000000000000003cedee277ae61d02c98d6d8df747f12d0113540e9bf9
Merkle Root 2cfd5f98f7f4de602d324a63b1b5aa9206f9b29a5da578e2147a73c403d79b00
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,199
Size: 1.00 vMB
Total Fees: 0.01013067 BTC
Feerates: 60.09 > 1.02 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,553 (742,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,560 196,560 000000000000048b169ee06f6f71f0a5d82cdf79523eaffaf84e7bff4c8eb512 256 0.08/1.00 vMB 271
196,559 196,559 00000000000001facc2c6a458fe6ba544cb7ae9d6e9af4e36f57bfb2265e41df 521 0.25/1.00 vMB 276
196,558 196,558 000000000000002efa96db4fd543284c4b8bdc21daaac75c9f311af6312da87d 152 0.05/1.00 vMB 101
196,557 196,557 000000000000026bf669c4057d92d979ca341646b1743505b5461019f9eefbab 555 0.25/1.00 vMB 139
196,556 196,556 000000000000011923b4b030d5537f3450f25ac517681cec2666926c400acb88 133 0.05/1.00 vMB 172
196,555 196,555 0000000000000243fc7c7b482dfbbabe443246667cabe13db6d478d7dec5d87b 10 0.00/1.00 vMB 2
196,554 196,554 00000000000002f1267791915f6d7a371061c69a56d3066ebb4fd8d410403a04 132 0.05/1.00 vMB 139
196,553 196,553 0000000000000588499d333c0b342ff11b9e177e77c128f3ea4c479eee6b4223 130 0.05/1.00 vMB 166
196,552 196,552 00000000000006a8126bfa303340738cecdd2906fff6dc4cf9ba5d925835a4f1 145 0.05/1.00 vMB 132
196,551 196,551 000000000000055847eaec63cedf81da8cf484d5e1a24daf296d81ff2a54998c 228 0.11/1.00 vMB 117
196,550 196,550 000000000000039a6ce6a7e4d2dc0d677250e624472ddfbbfbaa14e5611b5a24 220 0.07/1.00 vMB 547
196,549 196,549 00000000000001b878133f329561e6304809d9e590435d6f9348ddd39e081408 238 0.10/1.00 vMB 103
196,548 196,548 000000000000064451a0d560d1c3d6a3a2dbe592b4d835217940170b529deb15 1,037 0.39/1.00 vMB 387
196,547 196,547 00000000000005e0baa714c3c53cd52a762f80ab9338815a199db3c6f46fce33 10 0.00/1.00 vMB 172
196,546 196,546 00000000000001df35f56b8b6b3911e799a622f3f5456b653dc65cfdcdac9c9e 512 0.18/1.00 vMB 84
196,545 196,545 00000000000004088ec5ebad489c968da0e773ddf2eebc0e7573a963e6d6e897 626 0.22/1.00 vMB 219
196,544 196,544 00000000000002b60d3e80df302c5fa4d79e40a4352262297bb46fdac6455251 131 0.05/1.00 vMB 285
196,543 196,543 0000000000000086cc92f31c3d7e602f8d31b7886346d188303e925bcb7ff45d 183 0.05/1.00 vMB 126
196,542 196,542 00000000000001856526c7c271bcf6170e86d9cdb0b7d55255ed2f8492517639 396 0.26/1.00 vMB 337
196,541 196,541 00000000000004ae4117d7a043151441cdaad6f00dd625bae5bbe2a69aabe25f 4 0.00/1.00 vMB 39
196,540 196,540 000000000000039904af3906b7b276c768a2c07d5db7c6eeb5f526523055e5af 679 0.25/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 825.92 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: 4,271.83 GB
    • Received: 235.68 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.