Loading Tool

Explorer IconExplorer

Memory Pool

82,423 transactions
31.20 vMB
0.11091323 BTC
Random Selection Loading Transactions
Max Size: 189.23/200 MB

Candidate Block

Mining Attempt 8a3f07c2f631957efd55d3f9abbcfc6e4c5c6b8c7c8484b12314255c57eb4efc
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 5c5a901dc2ed0093c5edb2eac03afa8b8303cf46f21ad16f1b68afed4c569414
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.03560604 BTC
Feerates: 803.65 > 3.57 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (440,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,612 474,612 0000000000000000015a5f726cb489f7dd64982da183a2bbad5f808614b5cc5a 350 1.00/1.00 vMB 15
474,611 474,611 00000000000000000149abb9392f1c39156d9cccdded0d93d48da1ff4e502077 1,008 1.00/1.00 vMB 84
474,610 474,610 0000000000000000008dfd8643f898ba68e8b51a3efd05e7782b68455c625106 126 0.09/1.00 vMB 141
474,609 474,609 000000000000000001151d023b50fae6331c9c606814c1dd53219ac61de1be10 2,126 1.00/1.00 vMB 75
474,608 474,608 000000000000000000c3aeb9e46846ca9d4b34397aa67610990c884c9604aab0 1,765 1.00/1.00 vMB 116
474,607 474,607 000000000000000001272b7fa5209650dfaf6ed6b3b5dfbf4b3923ff3347df36 1,701 1.00/1.00 vMB 38
474,606 474,606 000000000000000000cb1487274d32f0e63016b59bf2444c292a22ae54d62beb 2,356 1.00/1.00 vMB 262
474,605 474,605 000000000000000000074409e436f92694e286df6a78549921483bff243f67b0 1,613 1.00/1.00 vMB 171
474,604 474,604 00000000000000000084b479e5aa2c980bafaf20a739aa2a9701e9594ffc5336 1,779 1.00/1.00 vMB 246
474,603 474,603 0000000000000000008e92aff68384539afada3f93005ace46d63bcb7e6e0259 2,138 1.00/1.00 vMB 305
474,602 474,602 0000000000000000006560456b35348cac096aa078b9922ba71c09fa8c9532c2 1,981 1.00/1.00 vMB 177
474,601 474,601 000000000000000000aeb073795fb331d90ebe217aef1b741941e7d56ae931a4 1,941 0.99/1.00 vMB 315
474,600 474,600 000000000000000000a6b46aba1d44a3471188b7b29180a5b8ab1b5e6f90e162 1,654 1.00/1.00 vMB 168
474,599 474,599 0000000000000000008f5565a215455ec2e3295440d54d462cefa4aa87dcb32a 1,118 0.93/1.00 vMB 97
474,598 474,598 0000000000000000005a85ce7ce758bae8bfebc80fe68c28bac974e5a195536e 1,093 1.00/1.00 vMB 58
474,597 474,597 0000000000000000010bc80efddf4d2f3fb729139ceb106c3a790f1ef586e234 2,083 1.00/1.00 vMB 117
474,596 474,596 000000000000000001685f5c095b2af7f0ab23caffba12cbf52f0588e5438697 1,684 1.00/1.00 vMB 238
474,595 474,595 000000000000000000b63c9d920c117bbfe4ec9065d09f3c16371e358638cf16 1,595 1.00/1.00 vMB 287
474,594 474,594 0000000000000000013964c3efd554055d1247afc5b0b62d1eacf652444f7a16 782 1.00/1.00 vMB 61
474,593 474,593 00000000000000000136800ad7a6b84684b67a63933eeb13fff3d22516820511 1,511 1.00/1.00 vMB 124
474,592 474,592 0000000000000000010a0f8b9f49b61b9c9779774ab172c565c6e0e8bf6e09dd 294 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.