Loading Tool

Explorer IconExplorer

Memory Pool

81,805 transactions
30.10 vMB
0.09586358 BTC
Random Selection Loading Transactions
Max Size: 181.70/200 MB

Candidate Block

Mining Attempt de32bf7d05cec96c7212045e563a8b84c949cc5cff11db52cee0075c3d301303
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 47258f59f3634c08cc3f1244e854f321517c017eb14bd81b4531d7fe4a734d9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.03411277 BTC
Feerates: 526.32 > 3.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (357,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,802 557,802 0000000000000000002fefb19f3fc8d88cec0bcab390f238d40c5935a9bc705c 387 0.11/1.00 vMB 17
557,801 557,801 000000000000000000267ce793d496c824bbacb18c4974862e46debafb467c4e 2,570 0.93/1.00 vMB 10
557,800 557,800 0000000000000000000232860e900e0185b90d6b9607cd3f664f1815ec89db84 2,799 1.00/1.00 vMB 33
557,799 557,799 0000000000000000000459598359b66bd6faad5af489edfbd84d7e445da33c73 2,806 1.00/1.00 vMB 21
557,798 557,798 0000000000000000000ae987a5646e256f120208ae2f75bb71346852a08c7d45 1,809 1.00/1.00 vMB 7
557,797 557,797 00000000000000000031f8b55843995e99acdf6cf2887f6c20ce6eded1cd49f5 3,036 1.00/1.00 vMB 18
557,796 557,796 000000000000000000017bdb2de637e7468bf1b4552a431a8c102d59700f7016 2,701 1.00/1.00 vMB 35
557,795 557,795 0000000000000000002c3804ebad119eab5c6e786a67bc6ca0037f37d6ce5c50 2,363 1.00/1.00 vMB 9
557,794 557,794 00000000000000000000099b08e6c6c0fa10f13d3ae151b65ebaccb908f4ca1a 2,284 1.00/1.00 vMB 7
557,793 557,793 0000000000000000001e4747f571a7411709af282eda9a3cdce2d87687e8409a 2,541 1.00/1.00 vMB 21
557,792 557,792 00000000000000000022af169d15c03541b42226b36ea1a9a1b443850ac6bc38 1,084 1.00/1.00 vMB 15
557,791 557,791 0000000000000000001ba369a03769f4c9ad7bc2232634e8f75c15fa36183741 1,450 1.00/1.00 vMB 14
557,790 557,790 000000000000000000013d79aff80e991be61e5d317bd8ef34b2c0ccdec7500f 1,500 1.00/1.00 vMB 8
557,789 557,789 0000000000000000000bb8f8d70e09f9ecf06681978a5dfad50d9b1c0156c163 2,197 1.00/1.00 vMB 16
557,788 557,788 00000000000000000008c718f4837bc4a29ebb9d153bdc345024d639b1e5d77b 3,041 1.00/1.00 vMB 26
557,787 557,787 00000000000000000027773ebd27420f056421140b867a1784acd93e91ede802 2,943 1.00/1.00 vMB 27
557,786 557,786 0000000000000000002d3a203e9615cf129c8c5bad41f7bbe69f3e83d0223c55 2,290 1.00/1.00 vMB 18
557,785 557,785 0000000000000000000f58b4d0b0bc57d697f52417d2018174e1eeabdc3c774e 2,581 1.00/1.00 vMB 32
557,784 557,784 0000000000000000000a92e55a7cece961dd216cc601178e2d7d6f6a96c8f046 2,208 1.00/1.00 vMB 20
557,783 557,783 000000000000000000094bc435b34afee19dd08eb23fb7136fe96967fa3a1da6 2,848 1.00/1.00 vMB 18
557,782 557,782 0000000000000000001813320afe37723dedc8f03ac3e3b48b1ad1572f56eabb 3,284 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.