Loading Tool

Explorer IconExplorer

Memory Pool

54,378 transactions
32.10 vMB
0.14690650 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt dcfae1744fac8d0b753eda42385f80069e6c3fed5c359676c7f8770127a4a380
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 9d026300ae51667f10d4d666458cd39744bbd4c1c69d10df3341f6ab549d22fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.04624929 BTC
Feerates: 104.17 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (76,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,753 838,753 000000000000000000013951ca2ec28e0970e6be56d493cec5f98037325999e5 3,427 1.00/1.00 vMB 70
838,752 838,752 00000000000000000000b2d5c624d4268815367b1dc030a1419901424c45cc09 3,422 1.00/1.00 vMB 89
838,751 838,751 000000000000000000033d449d1533a347caf42aa8f4ab1c3c9a7d2cbe983d7d 3,235 1.00/1.00 vMB 86
838,750 838,750 00000000000000000000a9a40085b2dab7ff810e539e0e1189b0835338f9810a 4,107 1.00/1.00 vMB 49
838,749 838,749 00000000000000000002290db97d61a3d1d1986c77d53f2bf574464a2984d02a 4,514 1.00/1.00 vMB 56
838,748 838,748 00000000000000000002494238dfe3e40f235c4f5479124fb97b1f0dee220d74 3,751 1.00/1.00 vMB 64
838,747 838,747 00000000000000000003109d898343bbfd85a16380b80b2786f92507bbbbe9b8 4,660 1.00/1.00 vMB 68
838,746 838,746 00000000000000000002509da9476db6f578ae8d2bd81d83b992ea37b68db8d1 2,604 1.00/1.00 vMB 70
838,745 838,745 00000000000000000002ef91640b252945d1aa97ed5a655e960bc13bbc70f58b 4,505 1.00/1.00 vMB 83
838,744 838,744 00000000000000000000ac1b20a6a5ba60eda184a76edc0de8d08f36c190409f 4,354 1.00/1.00 vMB 74
838,743 838,743 000000000000000000013de07b0e582b45173b93be070cd61fc4ad9f012c720d 4,004 1.00/1.00 vMB 53
838,742 838,742 00000000000000000000eb39b58be5d8a77a7e4022d9fad8c60ced45844712f4 4,071 1.00/1.00 vMB 57
838,741 838,741 000000000000000000025e119ef5f25cfa4f24d802470d5099c8d9f5a868d291 4,467 1.00/1.00 vMB 61
838,740 838,740 00000000000000000002bc4156e92f9d8e2a51969151103be647e2488d87f1a3 4,161 1.00/1.00 vMB 47
838,739 838,739 00000000000000000002eb63c680a820597d73b45b89849b66446d107756ef3b 4,502 1.00/1.00 vMB 47
838,738 838,738 00000000000000000002e9c1b01fd646c7a061dd53e2af38006a994d844863ed 3,892 1.00/1.00 vMB 77
838,737 838,737 00000000000000000002cdf3b1b2f6ccfd05abdc7b4b8a4c7e950d384478c401 3,863 1.00/1.00 vMB 48
838,736 838,736 00000000000000000001af5289fdebac2b8e9cb0a30f052906ef93d9b086f0c2 3,578 1.00/1.00 vMB 47
838,735 838,735 000000000000000000008ca8f2a39c248013a44a34d35f229d776a1691037e1a 3,546 1.00/1.00 vMB 38
838,734 838,734 0000000000000000000335123e5f277af985650fba620c395c9d743d090131fb 3,489 1.00/1.00 vMB 47
838,733 838,733 000000000000000000001b8e89998fca5ec460c285a6effce0505781ebe8bde0 4,045 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.