Loading Tool

Explorer IconExplorer

Memory Pool

56,005 transactions
32.65 vMB
0.17403286 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt 6ab88459109fdc7ba9696428baa892e46ac134a85471472c8f5e8a2a6e25baaa
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 0e837ce5043ea430bab92498458407155b50b23517f5daa0eb3e02a069f87df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.06054163 BTC
Feerates: 301.66 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (198,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,034 716,034 0000000000000000000358fec8060fa0458eaf3df3f6d343f3006e8486562e5a 1,682 1.00/1.00 vMB 8
716,033 716,033 0000000000000000000a3ac7675707bc4c02137548424778f6dce566d3dc2f9f 946 1.00/1.00 vMB 6
716,032 716,032 000000000000000000030c0624db85fac44845a83186a686b777bac3a79b19d1 1,474 1.00/1.00 vMB 10
716,031 716,031 00000000000000000005ba21f1a89f2e11beb455b0c9a33976d0308a1ad7fd34 1,673 1.00/1.00 vMB 14
716,030 716,030 0000000000000000000713df1ba07d86c3fd2b8728de47b17e500970907c6052 2,301 1.00/1.00 vMB 16
716,029 716,029 0000000000000000000327e870ff35db4b4840fccaa32f1ebc84b095fc60be91 2,749 1.00/1.00 vMB 18
716,028 716,028 00000000000000000009d5579d5b13c6ec09082356bb21e08cf32ccf2b432791 2,683 1.00/1.00 vMB 12
716,027 716,027 0000000000000000000396e0fe7ff8360d54e97b27531f3bffa01ee594d6b831 2,957 1.00/1.00 vMB 12
716,026 716,026 000000000000000000010d5b99fe087decbccd794d095b1a85ee075f12f5085a 2,599 1.00/1.00 vMB 10
716,025 716,025 0000000000000000000197ad8f950b405d4169eb504e344ba512b2e8feb00f56 656 1.00/1.00 vMB 11
716,024 716,024 00000000000000000001c5aee1d071f8ccf9a8c3b6868e32f8ef8fd579dda39c 604 1.00/1.00 vMB 11
716,023 716,023 00000000000000000001ad80350539d03ec85e9fa88de5d73e3127ecb58506c3 2,177 1.00/1.00 vMB 12
716,022 716,022 0000000000000000000283d73f70bc22fe77c875a0706c22221d8d54b9dbda4c 3,073 1.00/1.00 vMB 19
716,021 716,021 00000000000000000008a355882e0eb5af0e817a57d194876601f2af8eb8419a 2,253 1.00/1.00 vMB 12
716,020 716,020 0000000000000000000862aed658ad2b15af7dd83933031e7103e81f6cae9bc3 3,067 1.00/1.00 vMB 27
716,019 716,019 0000000000000000000b5dff3f08fa842aa15b9dbdc711089a76dc04d5600edc 2,534 1.00/1.00 vMB 17
716,018 716,018 00000000000000000007493e69d08c6320d8b0144bd49366b87ae5ccdd45f5b2 2,380 1.00/1.00 vMB 13
716,017 716,017 0000000000000000000ab1288b8927fdf7793dcb247269d5fa1a8a9e55a2a8f1 3,113 1.00/1.00 vMB 21
716,016 716,016 0000000000000000000992a0360e1c9d710e83238fa8a2eefc298313e88d92e7 3,180 1.00/1.00 vMB 19
716,015 716,015 000000000000000000059cbfc030ecd49a353ed94ab5cee128b60d9adf0e43ff 3,648 1.00/1.00 vMB 11
716,014 716,014 00000000000000000007e629b4411713f536366a653276864ddb9dcc8dd4dfe4 3,018 1.00/1.00 vMB 10
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.27 GB
    • Received: 13.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.