Loading Tool

Explorer IconExplorer

Memory Pool

28,024 transactions
14.34 vMB
0.06612737 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.29/200 MB

Candidate Block

Mining Attempt 26f764a82888afa554148ea8cc3f59a3316e92f1e8b988702680502baa751dbe
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root cc7f85ff30cfa8f35b08bb6fefd01da1fdd89b240fbf3fb39cfef1b73ab5da35
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03118346 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (687,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,598 225,598 00000000000001e56e87c200a2c820b99611b4824a545471289005a99536a2ee 128 0.08 vMB 118
225,597 225,597 000000000000012b46751df912a8b47b941954212a867802be47080210c705a7 257 0.10 vMB 232
225,596 225,596 00000000000002e0f55c09c62334af09a24848db6f653f8f620d65effc9270c1 41 0.03 vMB 159
225,595 225,595 000000000000036b8cb7c1a7ed401cee2f65743ec48d0ac665a4b32a1c2a7b05 93 0.04 vMB 189
225,594 225,594 000000000000007c238c53680138c2ed5767af7721c1793926936aa472f3b82f 156 0.07 vMB 225
225,593 225,593 000000000000019d7ea4d3a93d7582b775a97a10b4200f8cb2160175323263ff 21 0.01 vMB 229
225,592 225,592 00000000000001bf4398ee04b7d214e03c09d0adba597291002f45c085e2e6d0 129 0.07 vMB 163
225,591 225,591 000000000000002ef342483973cc991ef5d244c9a0f9c94df3383bf66060cdb6 493 0.21 vMB 189
225,590 225,590 000000000000033532f0c90fd6b8ba7dfd7a3dd257f0053dda37ec5d1f12c2ba 418 0.16 vMB 277
225,589 225,589 00000000000001dd37241e1df56f6e0407f6b37cae920f2f7e797112a833f708 223 0.32 vMB 62
225,588 225,588 000000000000008e823ab5dc9fa79ad4a032a80fcfef922460e3135a78cbd999 372 0.22 vMB 130
225,587 225,587 000000000000024e032fd740760e377bc9e1c9397a7274e584ab0889f60e95e2 562 0.25 vMB 215
225,586 225,586 00000000000002f0b8cc09398b267664d426627f64960542274399d294989f5c 615 0.25 vMB 245
225,585 225,585 00000000000000f2e4d4f2b4d0dc1e7ac323d560cdffbb7a344fa48174b35b83 343 0.17 vMB 190
225,584 225,584 000000000000004547630d8d157ab6a692582563a0838b2a60e69e29c40bc78a 120 0.10 vMB 91
225,583 225,583 00000000000000e06a9eb82ea283ed29263e8ed1172bbfb59f16e06536605c86 652 0.25 vMB 206
225,582 225,582 000000000000037b56c7771b23db9c37f7cd92bb313bd2b31f919c1329059862 616 0.25 vMB 207
225,581 225,581 000000000000037d1e500588eb20497b8ef5c39891c3d0d5e9a8355f533c18f7 404 0.26 vMB 143
225,580 225,580 00000000000000e9a8faef9cf05f81469ae35697885aa8398a177eae791691dd 623 0.25 vMB 245
225,579 225,579 00000000000003405cc440af2cf2214511014f57f1125fef7ac1c4bd336086d4 628 0.25 vMB 218
225,578 225,578 0000000000000336a35e8223c86047477e28a79c1684b741317c20938fa68a4a 340 0.15 vMB 221
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 22
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.01 GB
    • Received: 0.00 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.