Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.84 vMB
0.09794612 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 6d5af10d827c5d96722cf0519cd7cfde2fc89b255ffca5870cf76e6a8ec2b4fa
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (230,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,807 684,807 00000000000000000002127771c520e729ca95a2e66e75ca8d97b4b729ccc59d 1,545 1.00/1.00 vMB 77
684,806 684,806 0000000000000000000400824bdf8fdd9e1a0d155471678e5c7844dddb18175b 1,754 1.00/1.00 vMB 101
684,805 684,805 000000000000000000080e882ded62baadba3a80f77ca1a0d0ebdd516e7ba2d8 2,632 1.00/1.00 vMB 90
684,804 684,804 000000000000000000015bb57953d6410fdeaec202e9bec7f42e527e73b38638 2,837 1.00/1.00 vMB 89
684,803 684,803 00000000000000000009aa8fad3312c112f7db8e8cae43ee65a771dbb6f7a9e9 1,990 1.00/1.00 vMB 49
684,802 684,802 0000000000000000000771fb3173c3ea971508bc056ed242310bcd28b3fd064a 2,528 1.00/1.00 vMB 85
684,801 684,801 00000000000000000004d494f18e0309d30bd9aeec5b83f003c941576309b9bd 2,766 1.00/1.00 vMB 126
684,800 684,800 00000000000000000001b56355d22706aace1b45e27d054f12377e01025d8b8e 1,783 1.00/1.00 vMB 28
684,799 684,799 000000000000000000031eb25bb4ceb6b46439570039449c4708131edbe6970b 1,446 1.00/1.00 vMB 26
684,798 684,798 00000000000000000007780fb2d5bf47491cccbb365315d9655a8170b337f494 2,001 1.00/1.00 vMB 33
684,797 684,797 00000000000000000005edeba3ee2b06c6a2cec30f887db3125702e9d1243a04 2,227 1.00/1.00 vMB 28
684,796 684,796 00000000000000000006c8aa9545c5a1e1a0c42a9ce2259ffccfed3763f057a4 2,006 1.00/1.00 vMB 96
684,795 684,795 00000000000000000007a72a82af66d0d790efb82f8271a00c627a25b45ddf8e 2,300 1.00/1.00 vMB 73
684,794 684,794 0000000000000000000387c51b89c3f0b31c33d4b378875ec88ff5cf30b18502 2,619 1.00/1.00 vMB 64
684,793 684,793 00000000000000000004f488070489b9e31b286e3e4f20189697ecff1be20ef0 2,812 1.00/1.00 vMB 111
684,792 684,792 000000000000000000032ff633e5517a378054845b29b16ca513d125a1692ddd 1,855 1.00/1.00 vMB 93
684,791 684,791 0000000000000000000554c652926d2aa47f58d6dd94c60c988042542ab8d3c8 1,071 1.00/1.00 vMB 105
684,790 684,790 00000000000000000004c10ab5306e8a06f9d677a67cd94d32ac093ecc546183 2,617 1.00/1.00 vMB 127
684,789 684,789 0000000000000000000277ade14f71691f07093fedcebd74c2e8b4be37ccb766 2,268 1.00/1.00 vMB 106
684,788 684,788 000000000000000000056ae5f40d780a45a118655e1d341464fb61d4f78d03a1 1,617 1.00/1.00 vMB 112
684,787 684,787 00000000000000000000e88e4c5b27ff12e38e29ceab24fcd0d9b70fb0b192b8 2,374 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.