Loading Tool

Explorer IconExplorer

Memory Pool

35,833 transactions
19.23 vMB
0.05390074 BTC
Random Selection Loading Transactions
Max Size: 104.81/200 MB

Candidate Block

Mining Attempt 905f2c566164a84ce31cd22fd63a19d6d842c73efccd3c238aeba89a32fc7110
Version 20000000
Previous Block 000000000000000000003672b12e5e3079262800dc2d8b0a70379246e2c1deb7
Merkle Root e28480bfbb13bdf0c755c5a28a9affb0587f5a78f0e8b2dcae19a51f7b4f50c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,156
Size: 1.00 vMB
Total Fees: 0.01672091 BTC
Feerates: 150.93 > 1.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,919 (773,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,765 140,765 00000000000001597d1893483d76eff31f6748d28654158bb807671ad2effbec 101 0.04/1.00 vMB 229
140,764 140,764 00000000000004c2307ae451ec132c4f7833dfd796fb8337bb45db67292b9187 69 0.03/1.00 vMB 193
140,763 140,763 000000000000073cdd1e1cb1cba8de3688382a02efc66c6eb35ee83e4178405c 49 0.02/1.00 vMB 470
140,762 140,762 000000000000035851bc2eb619dfa6708f269c1737d2cbd283dd706eabecd6d5 22 0.01/1.00 vMB 278
140,761 140,761 0000000000000655d6fbf65de7b6e2a9122a8bbc32ea4fd8083bb93aa2327df1 94 0.03/1.00 vMB 218
140,760 140,760 0000000000000797ec369d11585aa26b48e534bb192f91135d03564492ceb466 7 0.00/1.00 vMB 322
140,759 140,759 00000000000004243d28daedeae002a632718f5559a012f6aca144644936e0a5 11 0.00/1.00 vMB 34
140,758 140,758 00000000000007f2ea1a5e801470b44d7b89233ac3cf26e0ed12a8c0eaadedb9 67 0.03/1.00 vMB 144
140,757 140,757 000000000000024a037d19d8eca9a3bb135c2e5ccab96348e7c4cbe012f520a5 114 0.05/1.00 vMB 100
140,756 140,756 00000000000000ad01f513e60ad5e6a4b8c3fbb023c3f75c67bc45c080b6e3c6 94 0.03/1.00 vMB 87
140,755 140,755 000000000000021daf70a63ffdcfa7266712fc4184f702bdf484409247806332 41 0.02/1.00 vMB 438
140,754 140,754 0000000000000835f86ffd1d25d200a68540e75b2980e782e84ed1d8d0d75b42 96 0.05/1.00 vMB 118
140,753 140,753 000000000000062b9252c1824f0bcc7bf6bac21e1c901bd64ea6e8c799f33dc2 125 0.05/1.00 vMB 102
140,752 140,752 00000000000008276885e63d30d3686f5d59462c4f58d4497a5c3fa704ef157f 15 0.01/1.00 vMB 1,023
140,751 140,751 00000000000007644c681ce9e83368542e461ab5f821f955b21478ced373dce3 9 0.00/1.00 vMB 630
140,750 140,750 000000000000088c716ce46ebfb1d3480b54e961f97b05b95ef0d80f463533c6 47 0.02/1.00 vMB 458
140,749 140,749 00000000000005f7e6a7cec62453873f1e3b0bd70c238a725340f0a65ea4b4d3 56 0.01/1.00 vMB 204
140,748 140,748 00000000000004f42c655afaaee9a8b72aa10013aa8252274d96a5a8f99a8a2d 132 0.05/1.00 vMB 196
140,747 140,747 00000000000001db43a74e82720afd078367141add45ef514865aa9ea5d50ed2 52 0.02/1.00 vMB 384
140,746 140,746 000000000000025d8e7835a286e82e7c7224cf8320323ed3c79c886af63ba5e7 29 0.01/1.00 vMB 257
140,745 140,745 000000000000058a14487e84d1f9773d59020ed9b02e8ec0afda17404a0ebe0c 7 0.00/1.00 vMB 1,530
Previous 10 blocks ↓
Total Size: 780.47 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: 528.05 GB
    • Received: 5.58 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.