Loading Tool

Explorer IconExplorer

Memory Pool

49,510 transactions
29.79 vMB
0.22102388 BTC
Random Selection Loading Transactions
Max Size: 156.49/200 MB

Candidate Block

Mining Attempt c23aea3688a3e0947964c3be20f92d814d2c98b4fdc6705bdcf39bbba907f037
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 1dd835254fa38e7d7ad370a05118aa7c65d99e517984d2d5e7f2e6a995aaa73b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.08451281 BTC
Feerates: 150.67 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (598,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,425 316,425 0000000000000000098c29ca0b87966c2437fc5a295e7b31f7b8b4290a3c1155 43 0.04/1.00 vMB 20
316,424 316,424 0000000000000000096c06366eeb97ecfda0d2f7204830e4b39e54dc8c2a3e37 14 0.02/1.00 vMB 15
316,423 316,423 000000000000000011e7eb16ed6fc1686b28f512e44b3dfbde8be3a03e3797ee 229 0.12/1.00 vMB 26
316,422 316,422 00000000000000002dd8741d20c10c70662e9311b0ced4c39fb481d1ddf4161f 338 0.18/1.00 vMB 25
316,421 316,421 000000000000000033b659ec36fa4638520510373c9d82a80c15086ba2d0ac6f 275 0.15/1.00 vMB 24
316,420 316,420 00000000000000001e3b6dd9d1edd9ae11990cd4515d112f17d3583dcf4e44c0 246 0.15/1.00 vMB 24
316,419 316,419 00000000000000002979dced2d02ea29822df1fce913d998184e80d370d756e9 34 0.03/1.00 vMB 13
316,418 316,418 000000000000000028c6f1eb543c21c0c715f89decea4b875dfc3393836b3050 512 0.36/1.00 vMB 24
316,417 316,417 0000000000000000336c36871aeb09b86a640e0b49ebf5c04e208e511840b6d8 230 0.18/1.00 vMB 25
316,416 316,416 00000000000000002bc0acc6c945e2e028220b1e3c0600d4885c50a57d4a5be7 210 0.11/1.00 vMB 24
316,415 316,415 0000000000000000074b84f66b52839c4d4fbff8d5e8be01e4cebeb14e6bedf9 305 0.19/1.00 vMB 27
316,414 316,414 000000000000000004dfda2c24466d53cf9a85b482372e9f9e27415b75086480 78 0.04/1.00 vMB 10
316,413 316,413 0000000000000000039db1e9f7eb9e5b5e0749e0244b861a5a04f147878bd2c7 616 0.41/1.00 vMB 23
316,412 316,412 0000000000000000076f830667c9df190e4b1e4651e179afaa553a0e8e0a4167 954 0.51/1.00 vMB 29
316,411 316,411 000000000000000023134aa227a9af8e4de70dca425ddecc571601855d87f78d 691 0.41/1.00 vMB 26
316,410 316,410 000000000000000018e75a019ddacfdb7ffbba1bd53c2bc4a81d2c0ada105502 711 0.35/1.00 vMB 29
316,409 316,409 0000000000000000223b0fd81fc6e63492028f272f772e5daad131feef4377be 29 0.02/1.00 vMB 21
316,408 316,408 0000000000000000083c43f6ff47653633f6464033e6a9707b6102b986275fa6 310 0.20/1.00 vMB 26
316,407 316,407 000000000000000009fa44b2a3c2093acf6af5f424d9dfac92b10f294aba9ecc 48 0.02/1.00 vMB 34
316,406 316,406 000000000000000004d323d5924a78b1f1c58f5f6b3d301a3721407477f5991b 143 0.07/1.00 vMB 24
316,405 316,405 00000000000000000d1040d60197fcf0c114b2db05c0f4a4277918482f37c5f6 816 0.44/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.