Loading Tool

Explorer IconExplorer

Memory Pool

13,906 transactions
14.49 vMB
0.03411175 BTC
Random Selection Loading Transactions
Max Size: 70.03/200 MB

Candidate Block

Mining Attempt c3b6b1447ee0f2ae633476a29c679bf3fdefbe91f0aa27aba9e6c7cca5451fa5
Version 20000000
Previous Block 000000000000000000009ec3e518334f792be2612ce33ec1ac4dc40a33b91bd7
Merkle Root ec644be4c7a66f3cf3b39d4184ee14b5fc102d7314f217fa933a2ee97a523116
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.00905507 BTC
Feerates: 150.97 > 0.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,149 (415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,734 913,734 00000000000000000000674aae746602933ab19b2b5d29e1e6f07ffd8d3cde3e 1,992 1.00/1.00 vMB 1
913,733 913,733 00000000000000000001f4dab55bcf3c7b01a1dad2c06b0ede69b4cfac352df1 2,512 1.00/1.00 vMB 3
913,732 913,732 0000000000000000000046c62bd1bc07d40c683b8bc15f4ee407c6db5f468b81 4,134 1.00/1.00 vMB 7
913,731 913,731 00000000000000000000033752d747c7ba8c166eb56d418533257835a2d32b8a 3,099 1.00/1.00 vMB 7
913,730 913,730 00000000000000000000dea12ee00dd000fe5885187baccf161d4bd00478eec4 4,050 1.00/1.00 vMB 6
913,729 913,729 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4 3,315 1.00/1.00 vMB 5
913,728 913,728 0000000000000000000158a26d08200d34e47a2605bb91142e712593c5a0f0b8 3,195 1.00/1.00 vMB 3
913,727 913,727 000000000000000000013b98250ece783c2cf17793a05f5a5c2821220428065d 2,268 1.00/1.00 vMB 2
913,726 913,726 00000000000000000001e55a45809da656cb1d2d7682a7cefc1cae1e30b2db7a 4,037 1.00/1.00 vMB 2
913,725 913,725 000000000000000000020c471c7910fef1b3ca79b8c2b622c8d786ccd50cc30d 6,826 1.00/1.00 vMB 0
913,724 913,724 000000000000000000002ddc31c9b53f3dee7ed4f6440284c9fdfa248bde222c 6,816 1.00/1.00 vMB 0
913,723 913,723 000000000000000000005e82ee330a0b101e1d62c7b28f657650fc7f6a5ec135 5,288 1.00/1.00 vMB 4
913,722 913,722 0000000000000000000124b99737ca2d3be2522d4efb559b9436f883f52fc788 3,814 1.00/1.00 vMB 4
913,721 913,721 00000000000000000000ce373d639fc69bb0f2bf64e05b6598c19edf5fdc9b1d 1,100 0.34/1.00 vMB 2
913,720 913,720 00000000000000000000b563fe4d1ca6c740e171e7e232059f1f9fe3de9e8b07 5,889 1.00/1.00 vMB 0
913,719 913,719 000000000000000000011fd6db23b91bff18ace0d766c7001bc51bf4c638b734 5,133 1.00/1.00 vMB 1
913,718 913,718 00000000000000000000c8607c3375d0393f6067c90e316bf3fb2ba9baad79f6 7,117 1.00/1.00 vMB 0
913,717 913,717 00000000000000000000e63da6a0b8eb07430e4067b0be337c509669fbee00ca 4,346 1.00/1.00 vMB 2
913,716 913,716 0000000000000000000171832c9d6fac14eb9962278859fd090612f0ba766f77 5,908 1.00/1.00 vMB 1
913,715 913,715 00000000000000000001941560b625a6cca98a05aa73dc2c24f9630bea17ba17 1,421 0.38/1.00 vMB 2
913,714 913,714 000000000000000000008f8d7f3df23ca404de016c7bdc1643905566375e0848 1,972 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.86 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: 563.82 GB
    • Received: 7.53 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.