Loading Tool

Explorer IconExplorer

Memory Pool

75,389 transactions
27.89 vMB
0.08271779 BTC
Random Selection Loading Transactions
Max Size: 169.73/200 MB

Candidate Block

Mining Attempt 421ce13a1b8530b51abba55c82f8ed8076ad7bfd7f92aa1a113b13aba017e55e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 22406161b573282ff3d3c906c778f58928d37907ba62da6bdeebebd0542e0e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,363
Size: 1.00 vMB
Total Fees: 0.02291740 BTC
Feerates: 100.21 > 2.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (63,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,131 852,131 000000000000000000007154da0212898171baa5722b53069f1900ebf8df9719 2,074 1.00/1.00 vMB 7
852,130 852,130 0000000000000000000022db76a90c1e5d2b5c1b4770200f7ee89dd0e824f1f9 2,426 1.00/1.00 vMB 7
852,129 852,129 00000000000000000001f56e8e92d23b5bdcfaa7d80846f6ce98459393b12d51 1,644 1.00/1.00 vMB 6
852,128 852,128 000000000000000000029c64931b96d1c9b72a32ca5b35d7e9151ee4f6defea0 2,660 1.00/1.00 vMB 6
852,127 852,127 00000000000000000002890a3cfda97a10b0258938546f32198e19f014bcfc29 1,302 1.00/1.00 vMB 5
852,126 852,126 000000000000000000025f231cfa51b36611c95e05e06af0ac20622b17a2acd7 984 1.00/1.00 vMB 7
852,125 852,125 0000000000000000000353771a41a39362183aea1fd79f3724c7cba7c6ad877c 845 1.00/1.00 vMB 6
852,124 852,124 000000000000000000009182c6a6ad740db29e74e17aa7d1fc1ace91b3cb809f 2,539 1.00/1.00 vMB 8
852,123 852,123 00000000000000000001a98b9370098e5aee8cf9ccfc7e5666bc77ace83d6640 3,084 1.00/1.00 vMB 7
852,122 852,122 0000000000000000000200e63021c66a16133fbc3b72d65d42654de2dd6ed9ad 2,520 1.00/1.00 vMB 9
852,121 852,121 00000000000000000000e895ff45b62c381b9cfa0d73e3c486d7d20f835bcf83 3,501 1.00/1.00 vMB 13
852,120 852,120 0000000000000000000175dc4e4b24f0af54dda8f96d344d2c18319f5c7bf1ac 1,618 1.00/1.00 vMB 10
852,119 852,119 000000000000000000003a49b864b363211b918ca016cdd6b5fff4faa2e66d7f 1,871 1.00/1.00 vMB 12
852,118 852,118 00000000000000000002e60744f358f3f3e5b461e4e15897fd8d37f09eaac38e 3,272 1.00/1.00 vMB 15
852,117 852,117 000000000000000000022efb8904983860cc249d8439efb92782d202676abb4e 3,702 1.00/1.00 vMB 10
852,116 852,116 00000000000000000000fd3527610388ad84dff9a8bfa4f1d5260bf8a8dd7ff3 2,316 1.00/1.00 vMB 7
852,115 852,115 0000000000000000000219efe79a11ea96a127ab1ad257b0d0c62beeaed9984c 3,940 1.00/1.00 vMB 7
852,114 852,114 00000000000000000002d026241dc86f3d958ca97052b3471e231bc506e0bc8c 746 1.00/1.00 vMB 5
852,113 852,113 00000000000000000000f5be89225f17dfcdfd6dbf715d04368b95b1f4177710 3,827 1.00/1.00 vMB 6
852,112 852,112 00000000000000000001d9b7108cbe81adfa985197afa08fc453a36e0f00da22 4,028 1.00/1.00 vMB 10
852,111 852,111 00000000000000000001a10019798a7abe38cc301198b72953b69444522bf88c 3,772 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.