Loading Tool

Explorer IconExplorer

Memory Pool

79,191 transactions
30.24 vMB
0.12206460 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 3e5b6b2632b65e027f124b19a98c00eb0d4cf816b5da7b1575f2bde8ba7f6b9a
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 72fd29725bdd7ea35c24a185e07c67f52733dbbbdcaf9d4ef7fb431e87e1bdd5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,178
Size: 1.00 vMB
Total Fees: 0.03038682 BTC
Feerates: 301.69 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (16,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,074 899,074 000000000000000000006532de0821e172c6357fdbfe379e64525ebf405ede8c 3,419 1.00/1.00 vMB 4
899,073 899,073 0000000000000000000064f87e92ab5723a4b6240af24979e07e98589f71c36a 3,288 1.00/1.00 vMB 8
899,072 899,072 000000000000000000003ffcc1bc48e0551148f579c2b533cbfac2685f276665 3,129 1.00/1.00 vMB 3
899,071 899,071 00000000000000000000be466848c0266bd1d29800ad832985679e28612ce681 3,784 1.00/1.00 vMB 4
899,070 899,070 000000000000000000014590f1d5c7f7f92e939c597866db03745dbdc024bac5 3,932 1.00/1.00 vMB 4
899,069 899,069 0000000000000000000082d8e654a4b363d7ed863db624359c82c3d2d7975b3e 3,499 1.00/1.00 vMB 7
899,068 899,068 000000000000000000022b437d1b394be94e77cd0197fe287b336d5dbf8bdf7d 2,138 1.00/1.00 vMB 2
899,067 899,067 000000000000000000015f30bf08d978e73246a62b3060c6648bcc5b9e1b547c 3,341 1.00/1.00 vMB 4
899,066 899,066 00000000000000000001318926bb47ac8e2faa0ded475e606496f5e78f7ccf5e 1,935 1.00/1.00 vMB 2
899,065 899,065 000000000000000000018c1b17cf4838b74614d0df91afd2b9e00eb621c13c52 3,208 1.00/1.00 vMB 2
899,064 899,064 00000000000000000000351a25983d1726b7255048b3ee78b1a9d6334b1a9191 2,878 1.00/1.00 vMB 3
899,063 899,063 000000000000000000007c96864a736122e38ee850f1eb81b556087ee6023d03 3,336 1.00/1.00 vMB 3
899,062 899,062 00000000000000000001b764d2f027b7829f3d2c56c5a279924a500dfff706ae 2,183 1.00/1.00 vMB 2
899,061 899,061 000000000000000000011a7894660a6f04deeaf0544c3bf8e70dba82658e3ede 2,711 1.00/1.00 vMB 2
899,060 899,060 000000000000000000014bcfff7a38033e85cd1ddf7e39dec038a80982c20764 2,476 1.00/1.00 vMB 2
899,059 899,059 000000000000000000014d4a4387a6e67489cb6ded5643e1d0a1fc260d4b55eb 4,152 1.00/1.00 vMB 6
899,058 899,058 0000000000000000000084d97af0851cc3977b8f5d6118e93960fe9b81b76d57 2,179 0.99/1.00 vMB 2
899,057 899,057 000000000000000000001cbf06ff5d23d65ae112da1ad11e71a871d8b13cfbe8 1,590 0.97/1.00 vMB 2
899,056 899,056 000000000000000000001cea86069091aaae3a8f656b7f4d13fd9df924319924 1,798 0.68/1.00 vMB 2
899,055 899,055 000000000000000000002cbb7fedc708beb643e5dc861d278bd378178232e35d 2,612 1.00/1.00 vMB 2
899,054 899,054 00000000000000000001f368ae031eea4aa0cb9c44ae5c7047ebb3b39bea994a 1,373 0.52/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.91 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: 714.21 GB
    • Received: 17.52 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.