Loading Tool

Explorer IconExplorer

Memory Pool

38,227 transactions
26.34 vMB
0.06262947 BTC
Random Selection Loading Transactions
Max Size: 135.59/200 MB

Candidate Block

Mining Attempt aed9228d3ce974b317d625ad6812f4c8d072fc727a295756c66cad5ea64b6189
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root cfae2f4c32f47398d3bd46306d161bf78e6ab1f11c5aa6ed5e2043c9fef0302c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01377792 BTC
Feerates: 160.85 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (222,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,032 692,032 000000000000000000085359a0e309a4c1cb4d71b322406cb00060c69cb63020 1,788 1.00/1.00 vMB 13
692,031 692,031 00000000000000000000b67d99568d6edbc3aacccdd0af37a622e3111708a698 2,722 1.00/1.00 vMB 15
692,030 692,030 00000000000000000008fc3e406f13cd43cdd018d593360b1d3ea5f5db72116f 1,048 1.00/1.00 vMB 5
692,029 692,029 0000000000000000000f42366ec55f5eff1703ed9bad25c2a8c5d2d67e1b8045 2,888 1.00/1.00 vMB 17
692,028 692,028 00000000000000000001de0e2c130c3652ba0cea1523a0b426f63ae4b5739611 248 0.99/1.00 vMB 3
692,027 692,027 00000000000000000009ed1c0bf2134643a63affeaab5ce3caac8f6a39eeb11d 1,516 0.96/1.00 vMB 8
692,026 692,026 0000000000000000000eee0fb0e8ac4d2177a54464cf6b9e9d3d0582806f524c 2,515 0.97/1.00 vMB 15
692,025 692,025 0000000000000000000645a4aeb8c4169c5bffa2ba27da65fa649a0981e33ced 1,750 0.92/1.00 vMB 12
692,024 692,024 00000000000000000009179fdd0cca3404c8d410a6d36397a0ca0fe40e2c5263 2,465 1.00/1.00 vMB 12
692,023 692,023 000000000000000000044c3cefa385176a765c829ce1260bdc36ceeaf2a76186 1,521 0.99/1.00 vMB 9
692,022 692,022 0000000000000000000d65e6871f169e6cfd836d2e67e6d16a7e032cf03139cb 902 1.00/1.00 vMB 2
692,021 692,021 0000000000000000001199cd903c381ae08fb8fcd96c0e790103b9a8c931edfb 2,492 1.00/1.00 vMB 9
692,020 692,020 0000000000000000000f86b3409b1cec6905466337fd5366b69321c20e13fb0f 2,424 1.00/1.00 vMB 14
692,019 692,019 000000000000000000126e0041b963890c000c1fe16520798b3cd9a4e708a555 2,163 1.00/1.00 vMB 12
692,018 692,018 000000000000000000114d7f0dd676e622c7496237fa23e75f99888cdf294729 2,089 1.00/1.00 vMB 18
692,017 692,017 000000000000000000091b2416ca31636208fba87c96afce8cd00423f10f2ec8 443 0.38/1.00 vMB 8
692,016 692,016 00000000000000000002c09518322600ccd5bf7a0eb92a6012001a896ed22d65 1,105 0.59/1.00 vMB 11
692,015 692,015 00000000000000000005c10b38891f4dc4b4496e4ca0d0512b5a2b6b7ae85ebd 166 0.05/1.00 vMB 20
692,014 692,014 000000000000000000099785ad0f934f95cd2ea9dad6fc6da0115f8c331b186a 449 0.23/1.00 vMB 12
692,013 692,013 00000000000000000007484ca2480501f30135eefefb7401ec23a28d1efebbd5 233 0.17/1.00 vMB 6
692,012 692,012 0000000000000000000b304fd620a1738101f3bde2928be2dcaac5fb88050ed6 2,786 0.97/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.