Loading Tool

Explorer IconExplorer

Memory Pool

40,610 transactions
27.26 vMB
0.12445860 BTC
Random Selection Loading Transactions
Max Size: 140.97/200 MB

Candidate Block

Mining Attempt a52d3e7d9fb43ace036b0f47e0543cd61b55ca0b5a73a97bf7f2aaca581e5402
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8102ad6dc85c3366f0e16b4918e9b40b1c134dd14a337e9e73e6c687a4cd4abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06750367 BTC
Feerates: 285.90 > 6.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (125,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,739 788,739 00000000000000000001ab9c00672636254b80ae13651fc07e1f6d574be2c304 4,682 1.00/1.00 vMB 411
788,738 788,738 00000000000000000003b2dc5034c7723eb67b39d894a0157990fbe63d172081 3,355 1.00/1.00 vMB 241
788,737 788,737 00000000000000000005208c3172b428f7efaf52390a0059bf17803b2001dc9a 3,926 1.00/1.00 vMB 378
788,736 788,736 00000000000000000001d400dcddefccc5e506fa33f77210c731d0b5bfd99ba5 3,153 1.00/1.00 vMB 479
788,735 788,735 00000000000000000002ef442301ab82c60dbab20f814a962d46797fc486fdc1 3,048 1.00/1.00 vMB 372
788,734 788,734 00000000000000000003e1de8966f0c9bd8f0d41d45b082819943935b5d8c777 2,596 1.00/1.00 vMB 423
788,733 788,733 0000000000000000000308142f79312ba9010e82bef0fda118346fd06cab913b 4,072 1.00/1.00 vMB 369
788,732 788,732 00000000000000000005d1d1f3c81827dd207b33085a9a91cfb2f74cead5296c 3,499 1.00/1.00 vMB 400
788,731 788,731 00000000000000000003de2fc76282d9069c768cfe21eab6a6f8f5ae7e40e222 3,524 1.00/1.00 vMB 417
788,730 788,730 00000000000000000004d95d02f29216aa1326f48eae46f085838ee93e5c9b8a 4,487 1.00/1.00 vMB 380
788,729 788,729 00000000000000000003d46700d764ceda951cd25f333fcdbabe840db96cdd8f 3,971 1.00/1.00 vMB 392
788,728 788,728 00000000000000000003993396d6ac60d39c3213d8dab18bf82a8dc663ef38d0 3,839 1.00/1.00 vMB 394
788,727 788,727 00000000000000000005c5d71ceb83d36c4644e7488d25c5bea77145f3452860 5,007 1.00/1.00 vMB 420
788,726 788,726 0000000000000000000078eee7260c580514f503e863c6ed42946a2c4149bd80 3,825 1.00/1.00 vMB 427
788,725 788,725 00000000000000000002b60392aa4b9ece60a33fc647bdfb285854316dd0f830 4,793 1.00/1.00 vMB 421
788,724 788,724 00000000000000000000bfb694458500afc9ce820664eba258d3d27fb6cde27b 4,794 1.00/1.00 vMB 424
788,723 788,723 0000000000000000000085397cedba09822ecc1db3dcdbb5a5b8cc0e9a33c8b6 3,821 1.00/1.00 vMB 521
788,722 788,722 00000000000000000004855dfa80d40e5bfce7fbfd94ca3f55faaba93e9cf019 2,278 1.00/1.00 vMB 539
788,721 788,721 000000000000000000046a5389ad174f8c4adde7dfd0a8fe937712ad445adfb0 4,864 1.00/1.00 vMB 468
788,720 788,720 000000000000000000003bd87b5f927e06f2b8bee747f5952d12e26fef65e839 4,713 1.00/1.00 vMB 512
788,719 788,719 00000000000000000004a930d87da295da03c7b96fd4c59ce4e12d56996929d3 4,910 1.00/1.00 vMB 489
Previous 10 blocks ↓
Total Size: 781.82 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: 636.43 GB
    • Received: 12.37 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.