Loading Tool

Explorer IconExplorer

Memory Pool

45,541 transactions
26.71 vMB
0.06162104 BTC
Random Selection Loading Transactions
Max Size: 141.42/200 MB

Candidate Block

Mining Attempt fa28bbea5fc27457b45b97fa4a633e4c47098626a898634f50323ea45bd628f3
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 3635f80149cf38825dd7e5a0cf27a77efa6f0a9976a64f9abadaecffc34f63cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,642
Size: 1.00 vMB
Total Fees: 0.01243021 BTC
Feerates: 150.62 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (291,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,025 623,025 0000000000000000000bbacde37753dfc150370642afb39dc00f8096979c745a 2,652 1.00/1.00 vMB 79
623,024 623,024 00000000000000000007e5ce56815bd9461c40ce8ed1686fdbe19321f114a505 820 1.00/1.00 vMB 22
623,023 623,023 0000000000000000000f99ee26d2cf1a45316b5436bb19ddbf9e6794a88e0ca6 1,214 1.00/1.00 vMB 51
623,022 623,022 0000000000000000000aaa9c41b637609da8b70c3fc35ed40a6404cb8807fba7 1,636 1.00/1.00 vMB 81
623,021 623,021 0000000000000000000f0ec46a7a34b7b28f7a07e9c85dfc49eb111b3c4eef24 2,908 1.00/1.00 vMB 52
623,020 623,020 00000000000000000009717933ced8a5cd0f9754fb5c06f374a0bbe9f6c90517 21 0.01/1.00 vMB 59
623,019 623,019 0000000000000000000ffac6759b59a63a3df0d5e4c5068d930fffead2881ac8 1,895 0.58/1.00 vMB 43
623,018 623,018 000000000000000000018a400eec5b62e2e0f815102e6bfd7962aa40f3afa0b5 2,920 0.96/1.00 vMB 42
623,017 623,017 0000000000000000000dea603000acd2daa4aa665d8a48ecfc9f41fa5f72d538 3,061 1.00/1.00 vMB 29
623,016 623,016 0000000000000000000ac9ac5dbda6411338aabfe3a7bbb7fe232d1ae2a2b526 2,422 1.00/1.00 vMB 33
623,015 623,015 00000000000000000004083ab2c1edfe7855b0169cbcef0d781aa02dc25812b3 2,756 1.00/1.00 vMB 76
623,014 623,014 0000000000000000000cccc1dccf5027e8c118f543e5a16f28a500099c0967a6 817 0.39/1.00 vMB 31
623,013 623,013 00000000000000000009f479517a94fd0ee0bc2e7a7e1a97f0786021e1dbc1cf 1,920 1.00/1.00 vMB 39
623,012 623,012 000000000000000000073ab61877ffe4f4044d6344854268999b1c01954ec7fc 526 0.17/1.00 vMB 48
623,011 623,011 00000000000000000011fd28474bbfee4e523e1b1cb19eac2d17f7336e4652cc 1,671 0.52/1.00 vMB 50
623,010 623,010 0000000000000000000abbfa77b68ba99b9a4162d8485340a95b207abdbaf848 2,146 0.71/1.00 vMB 36
623,009 623,009 0000000000000000000f30b35dec13c547dbb3d133e3cc3f2a5e31f91e1f46ec 1,996 1.00/1.00 vMB 72
623,008 623,008 00000000000000000012ae7afcabd5a0e91746240053915073301b98ac75d874 1,141 0.45/1.00 vMB 34
623,007 623,007 0000000000000000000901b493dc815ee761f2b7786e8de9528dec407e6d772d 1,499 1.00/1.00 vMB 78
623,006 623,006 0000000000000000000faf9f185c878ff268d97848f64a4650402c10929ede53 129 0.09/1.00 vMB 75
623,005 623,005 00000000000000000004e280fd1bbf3ba8a8d0022896647d2110d5d720e1e87b 1,184 0.70/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.96 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: 647.41 GB
    • Received: 12.94 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.