Loading Tool

Explorer IconExplorer

Memory Pool

80,258 transactions
29.63 vMB
0.06653620 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt d0e75baaa28378c717b297c1a207b4f80b0ce0bcecb02e159348151f43187a37
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 90ee7a97a5f0ab55a8a0187d6f3875fc71474f01e64cc03cc78dfade6bc1edd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00626366 BTC
Feerates: 90.30 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (283,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,801 631,801 0000000000000000000e0dbbeca6958b57f7b2e8aef2434c056acd62969f8ea0 3,087 1.00/1.00 vMB 80
631,800 631,800 00000000000000000000b65a9e4ecdcd229200f775a34813bc1c61b386825f26 1,697 1.00/1.00 vMB 75
631,799 631,799 00000000000000000006b98a231bb7166522d7b88de3c6d36a3c6e0fec56d612 3,017 1.00/1.00 vMB 111
631,798 631,798 00000000000000000012213b247b8c24489fac19a1602afb80f978f5c7791fe2 3,041 1.00/1.00 vMB 52
631,797 631,797 000000000000000000127f41e67722fbebfa882260fb151bfadec7c038d2e859 2,768 1.00/1.00 vMB 56
631,796 631,796 000000000000000000000e8f1819aa0be9472c77892a2666da6f5caffe50441d 2,874 1.00/1.00 vMB 93
631,795 631,795 00000000000000000005025387ead89b7701b19464277606298f7186fed6cfba 2,339 1.00/1.00 vMB 50
631,794 631,794 000000000000000000066c999b64b13b6b19f0f519db19c56278e833806c3876 2,934 1.00/1.00 vMB 83
631,793 631,793 0000000000000000000f6b872dbccb997ddce4b998b674c306783c5bff8a601e 2,980 1.00/1.00 vMB 123
631,792 631,792 00000000000000000004deb3a640a68aa3ed3fc0e3f78b91482f801ab6fbf0a9 2,530 1.00/1.00 vMB 84
631,791 631,791 00000000000000000003215f96ed982e44c5453362318a7c78098c3d9131ff5e 2,684 1.00/1.00 vMB 109
631,790 631,790 000000000000000000070852c3e76d2cf1bf5bc03c5be04ccf0808d87a47c681 2,906 1.00/1.00 vMB 111
631,789 631,789 00000000000000000007fef43fb7a2da1cddd618ba41467d105e16a217f47766 2,712 1.00/1.00 vMB 72
631,788 631,788 000000000000000000081fc68f7fe7993029d9556f913012880bf79c21ee0960 3,131 1.00/1.00 vMB 104
631,787 631,787 00000000000000000005d1a3aeaaa1e3aef06f949e0a7fd2e764a61c24d03baa 2,816 1.00/1.00 vMB 104
631,786 631,786 0000000000000000001040c2b443654592e1b381fd95e5b53ceb9236c7776f3f 2,454 1.00/1.00 vMB 95
631,785 631,785 000000000000000000044a5624b3aabf56824762e43cec883b0acc35a520aefe 3,251 1.00/1.00 vMB 137
631,784 631,784 000000000000000000070c9aec189dffb3bcc232aea024fb5e630d21e460dc80 3,004 1.00/1.00 vMB 72
631,783 631,783 00000000000000000006397f5f8c21819f5c6ceba2409b1e98b728774c9d2c24 2,514 1.00/1.00 vMB 36
631,782 631,782 0000000000000000000f4c6d88da142e95be0cf82956ddf53f491944cade46f8 2,693 1.00/1.00 vMB 35
631,781 631,781 00000000000000000000dba97b5212cb449d77ad45dcfa5dfde9b0f19effbcc4 2,755 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.