Loading Tool

Explorer IconExplorer

Memory Pool

43,847 transactions
28.13 vMB
0.08394682 BTC
Random Selection Loading Transactions
Max Size: 145.98/200 MB

Candidate Block

Mining Attempt dfa2669161e96c500a4ffd5b8e41e8173d84e67360bce134d27a48432d915fcc
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 7bed97b5dd126dd7f48ae8bfdc7511b83f8db9cf25b7d6bbca16aeafeaf6ed3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02426080 BTC
Feerates: 162.68 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (100,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,584 814,584 0000000000000000000224fd6954d753f438ca29a6234cc78b5cbfc671f3fbe5 3,079 1.00/1.00 vMB 12
814,583 814,583 000000000000000000040986ebe53f6e0a0d87cbe52d53a95d3791009fe7fe47 3,432 1.00/1.00 vMB 12
814,582 814,582 00000000000000000000e6e70f3cc7c3ad2f6b3a500e4dee55210c9050edc3af 4,952 1.00/1.00 vMB 13
814,581 814,581 00000000000000000001ee944d140ccd2d04d50ac5e10139dc997005b9e1bfaa 2,411 1.00/1.00 vMB 12
814,580 814,580 000000000000000000016a1a660156dcb773b2ab84d02b5ccc0449dd2866aa7f 2,742 1.00/1.00 vMB 16
814,579 814,579 00000000000000000001dda2e0215bd0acc34f71d98ad906b3393d275125b8e8 4,747 1.00/1.00 vMB 12
814,578 814,578 000000000000000000026191c25363e481ffc5f1415d74d5edc609fb945ba845 4,298 1.00/1.00 vMB 11
814,577 814,577 00000000000000000002ef4b587d7979ab6c42ae774deda90b71c564463dede8 3,078 1.00/1.00 vMB 16
814,576 814,576 00000000000000000002249960975487d698401d61f761b033ae7fa72e2b5671 2,542 1.00/1.00 vMB 16
814,575 814,575 000000000000000000032610db55965c2107588df8514ef2e6ad5048439428e1 3,142 1.00/1.00 vMB 21
814,574 814,574 000000000000000000028b3c919dca8c52d6d2bed293ba40e4ca87f8bf0c25a7 2,516 1.00/1.00 vMB 12
814,573 814,573 00000000000000000001e28ce94d3e47a1dd698efebf354a61ccda72c09ef8e9 2,644 1.00/1.00 vMB 19
814,572 814,572 00000000000000000001b6d23fa3fba9ab7e74d9a62d2ee6ca7017afbace20c9 1,928 1.00/1.00 vMB 13
814,571 814,571 000000000000000000028c8b92f7ec7f98e38cec54ad7e1752e0ffa966740cd1 2,918 1.00/1.00 vMB 13
814,570 814,570 00000000000000000002fb21b678c2e4239b24fb55fa9c8599becce60c8ae299 2,939 1.00/1.00 vMB 19
814,569 814,569 00000000000000000002f4ba0c47ffc774c0455999eeac5798ad07aa2c34e87b 3,152 1.00/1.00 vMB 27
814,568 814,568 0000000000000000000179adcc9d73d93126623f3c12a77e47244725868d9399 1,520 1.00/1.00 vMB 10
814,567 814,567 000000000000000000028debfd0509afc53013ab6068ae1851430b40b312673b 3,446 1.00/1.00 vMB 14
814,566 814,566 000000000000000000027da0b4fb8fa3a7fe6c199dd0260492bab8ca250d4589 2,389 1.00/1.00 vMB 16
814,565 814,565 000000000000000000008364a7396ba08c5ab141d10136e3ad0d9fa37899d7b0 2,987 1.00/1.00 vMB 17
814,564 814,564 000000000000000000023c4f2b1f2457d2f46cd7b6cb27f87ab4788cd54adde1 282 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.06 GB
    • Received: 12.23 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.