Loading Tool

Explorer IconExplorer

Memory Pool

47,409 transactions
28.97 vMB
0.08904777 BTC
Random Selection Loading Transactions
Max Size: 154.16/200 MB

Candidate Block

Mining Attempt 593cff14319561fba9fadcc958aa8bc4a1a6d54494f5e5a823e92220d039969a
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 5b0354166a72b99ff57c373b059d0d31e48ab931ffa6175dfe7035095f36d895
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,996
Size: 1.00 vMB
Total Fees: 0.03317153 BTC
Feerates: 151.16 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (734,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,677 180,677 000000000000050b40919628f37038e2c29f646c7cdc16e5195bef223b8c3ab2 245 0.10/1.00 vMB 183
180,676 180,676 0000000000000662fc94582097eef84b88041bd442ba0302e54ebd4f4732ddef 58 0.02/1.00 vMB 200
180,675 180,675 00000000000003eca4055ff02c2c1f3c5bb9da287591662965822101d2b4b86c 304 0.13/1.00 vMB 184
180,674 180,674 00000000000009a94bb2b1c677d45f0548c981c994c383d0ed47c0cfd1bf4f36 1 0.00/1.00 vMB 0
180,673 180,673 0000000000000212b3fd95680124d53d1e64cc03d6f42499cf74036fd4b9c6de 130 0.06/1.00 vMB 135
180,672 180,672 00000000000007b4f8f8d814f48ced85a67eb0868958f8e2feb2d1513b19a8e9 246 0.19/1.00 vMB 142
180,671 180,671 0000000000000308c7fb92d03bebcf6629919547c0d331499eea38e0687a7ae0 14 0.00/1.00 vMB 1,164
180,670 180,670 00000000000006ff41567809f101bd2bb94f323248def83d6db86508ed41f273 240 0.18/1.00 vMB 88
180,669 180,669 0000000000000250867b0c71b09404426bcb5d3b8a8f2a83d4259dd8eedbf9a0 115 0.05/1.00 vMB 130
180,668 180,668 000000000000028c751108bfa09fa24637303c6630be1023ca85d90a4f015023 128 0.04/1.00 vMB 105
180,667 180,667 0000000000000123e1d6644f3b0167c2af2aee8a2670452e2b2089aaaf56ee0a 466 0.21/1.00 vMB 235
180,666 180,666 00000000000002231cc9fa505dad5e988599a12a9f01a2cf2eddf6bd08847a7d 28 0.01/1.00 vMB 98
180,665 180,665 00000000000007648f4371bfceb6786134bbdb4ff543fb2919bd5bd2ae02cea1 92 0.03/1.00 vMB 174
180,664 180,664 000000000000015bfd640540fcfdb870c22b847d27f90a89d5901173dab81817 301 0.14/1.00 vMB 119
180,663 180,663 000000000000002f6d3cd8e04f572779d34493a72037817bda9909bcfcdb86b5 181 0.10/1.00 vMB 96
180,662 180,662 00000000000007e965454d2a9a07baad45509ea57fdc332ddcb81d7e29032c12 268 0.13/1.00 vMB 107
180,661 180,661 00000000000005f5f0f2fe7c67ec3511d54543b80158f3810da1d5a17c5e9d92 609 0.24/1.00 vMB 156
180,660 180,660 00000000000001d4aeee63a7690a34c3a3d1d7804827f757bc34de7d5ad9bf10 22 0.01/1.00 vMB 45
180,659 180,659 00000000000001ce663983a87f064d186c8c20101fde717b2f87feb0e2b2aa7a 316 0.15/1.00 vMB 149
180,658 180,658 00000000000006e8d7cec6a9e93ba8d8ece955588f062810fcd34edce90255de 359 0.16/1.00 vMB 189
180,657 180,657 00000000000004f9e0a69e743f087625ecda11e8a54ab918750afb7a3e38032f 125 0.05/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.11 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.99 GB
    • Received: 13.67 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.