Loading Tool

Explorer IconExplorer

Memory Pool

43,086 transactions
26.44 vMB
0.06049804 BTC
Random Selection Loading Transactions
Max Size: 138.91/200 MB

Candidate Block

Mining Attempt f6867b6e5a6a64c8bda268cda5b295692a4f97e6f5639845934fafa14c0e220f
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 32f6892e0775158b3443d2874e820f7efd4a13b8b3d35448d5613e5803a27c19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01209776 BTC
Feerates: 150.92 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (68,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,710 846,710 00000000000000000001c819e17f14fc9bb50b82f2ce6a1188080709d35c5fae 4,511 1.00/1.00 vMB 42
846,709 846,709 00000000000000000000a9de64716bf8b4d387163e9660933e4d1065d7929dfa 4,994 1.00/1.00 vMB 44
846,708 846,708 000000000000000000010ad6a256f83ecca0557d8f21005d37aaf90c9ef8fbfa 6,513 1.00/1.00 vMB 37
846,707 846,707 0000000000000000000092cdf0b4970fe18bedb5818ca335e52c1141bfd54ba0 5,758 1.00/1.00 vMB 37
846,706 846,706 00000000000000000002b261a8b453f946c3ffd5657ea83f2e22b200a26f9d23 5,203 1.00/1.00 vMB 41
846,705 846,705 0000000000000000000118613120bdd8bf3bb80760f07aaef9bf67921440dcac 4,539 1.00/1.00 vMB 48
846,704 846,704 00000000000000000001aee30e7ac9c31bd62d3e47f52e01b0e123c3644c6790 5,523 1.00/1.00 vMB 51
846,703 846,703 00000000000000000001583b296fda5e18321d31935ac44dc7c65c083d59a5b6 4,056 1.00/1.00 vMB 62
846,702 846,702 000000000000000000016ecc02f3efbae207340909a20c144c7d1ffbf6c00cce 4,882 1.00/1.00 vMB 43
846,701 846,701 00000000000000000000a08674d2433a1d39ae82babec3718fc556fdb3230987 6,112 1.00/1.00 vMB 57
846,700 846,700 0000000000000000000235f0cbe09681ae32be6ca2697d16c2ab6baa3ea8bccd 5,632 1.00/1.00 vMB 66
846,699 846,699 0000000000000000000079c52ed7cde7edc08a47f2afb6ae1ad3533a5544b1a0 5,955 1.00/1.00 vMB 42
846,698 846,698 00000000000000000002301247d1ac08ee47321a603644196bdd2ce8b67c148a 6,507 1.00/1.00 vMB 44
846,697 846,697 00000000000000000001583daaee89d395e5cce9961a231ca01356905bb9d292 6,588 1.00/1.00 vMB 45
846,696 846,696 000000000000000000014c4960b82c7096cefc93ba71d5bb9d6fd4fe0f0b79e8 6,515 1.00/1.00 vMB 37
846,695 846,695 000000000000000000024b134002a7a1f94a1c6081bb93d71b5fff88beff01ea 5,800 1.00/1.00 vMB 41
846,694 846,694 00000000000000000001ed84fac8cb8f4f34ab4d199f8f533f6dbf16416f9876 4,729 1.00/1.00 vMB 48
846,693 846,693 000000000000000000027f637b7d7bdc3bf94d6a1eee77c0fbf4507815717c2c 5,280 1.00/1.00 vMB 42
846,692 846,692 00000000000000000000450998da875552e6126c8ddbe2f6cfb8067b07ea4d7e 6,236 1.00/1.00 vMB 57
846,691 846,691 000000000000000000032f101bc7778f7113b4da20343ddc74dec381da6e02e0 4,852 1.00/1.00 vMB 56
846,690 846,690 0000000000000000000321660279887bf0fd9a3cebf22dfde129ef01d6577f83 6,311 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.