Loading Tool

Explorer IconExplorer

Memory Pool

80,624 transactions
29.62 vMB
0.13327950 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 926289fa5ee349639ef3a662a582a181b929d4e0755f17556f8ff1c40cd7084b
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2d6c96be897d9e159e727c4081d367e17d78e38969acc6c878ec5e4f4795ffce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.06822231 BTC
Feerates: 101.65 > 6.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (355,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,725 559,725 0000000000000000000603989eacc31428d1397438a54d26c58bc7f5f0cc3e42 471 0.22/1.00 vMB 20
559,724 559,724 000000000000000000046ea8313ba59cce4fd82733a4ea96d3e54c5f5bc2f059 336 0.14/1.00 vMB 13
559,723 559,723 0000000000000000002610085302033b850b9c8e5e4a2c28dc3592325f7cabda 1,156 0.54/1.00 vMB 10
559,722 559,722 00000000000000000018bcb0a7e11b38be368c9bda6d36338b1aecc495e3e727 2,145 0.78/1.00 vMB 3
559,721 559,721 0000000000000000002b4ecf815f13945802709c67bf60608409a4c0ce70e88d 2,741 1.00/1.00 vMB 21
559,720 559,720 000000000000000000075ad0ed56db6ce4d3801708e618b10aa888302c6beb85 1,152 0.42/1.00 vMB 14
559,719 559,719 0000000000000000000dbb73afaee7e835237f07bd0c439a5100283059f2d4b2 1,835 0.65/1.00 vMB 19
559,718 559,718 00000000000000000002ccfc5c5903454daa0b5b1d509dca9856d84d96801e53 1,647 0.67/1.00 vMB 14
559,717 559,717 00000000000000000008e9d46f5adb879d4d7a9397aea56205cb286f12d43bb6 1,236 0.45/1.00 vMB 18
559,716 559,716 00000000000000000020d6691c86a1b2ae05a9e5f6dd667e5da44fc54f84ded2 1,323 0.45/1.00 vMB 16
559,715 559,715 0000000000000000002a5b2468d27fa41f4d92abeb127c91bd2bcb2724c26cba 1,270 0.49/1.00 vMB 16
559,714 559,714 0000000000000000001aaa59db8bb606b2a6d46d97c42fac5a03ba0889e401a5 472 0.14/1.00 vMB 7
559,713 559,713 0000000000000000000a9a47de2ca15de1c338857c302f4528b700c6737a441f 1,649 1.00/1.00 vMB 9
559,712 559,712 000000000000000000129190e5b8a7e692443d61e96d87f76a839550be541812 1,370 0.45/1.00 vMB 17
559,711 559,711 000000000000000000234fc1043352773b8843c74d77a7a413f0bfc2b032f9ab 147 0.05/1.00 vMB 18
559,710 559,710 0000000000000000002a6739c6a7b0b013da1d9348ed5a8761e703b52d05aae8 1,065 0.43/1.00 vMB 9
559,709 559,709 0000000000000000000aca1b5076d3cda9a7c08cd699a86dea36aaf78a57b942 2,635 0.99/1.00 vMB 13
559,708 559,708 0000000000000000002765156633bae69213f28b6b1f3f583ccb6a387ba755b0 1,872 1.00/1.00 vMB 20
559,707 559,707 00000000000000000012f98bb28c50cee1bec5e966274051795b0c091ffe8fa8 1,651 0.82/1.00 vMB 11
559,706 559,706 00000000000000000016c4018a665ab83bad3b496d8e84a094a24903a946263e 878 0.45/1.00 vMB 2
559,705 559,705 0000000000000000000b809363c8652175c672f9aa05c29e689f12a776070fb2 3,005 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.