Loading Tool

Explorer IconExplorer

Memory Pool

79,749 transactions
30.20 vMB
0.10879087 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt f1346e8fc425a983f1a838810e0fa65df95ec752133a88f6c0f84f0eaf230c6f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 0c7f1237ceac273ca0bdec480bdd0309419c91f98816c644d4efc4420101806c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.03758805 BTC
Feerates: 151.00 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (379,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,027 536,027 0000000000000000001e00d2c84a3d36dd012f638691b3f35148ddf9a21d0514 471 0.17/1.00 vMB 36
536,026 536,026 0000000000000000000860d87eff2a9b08fb0dbe873283819ccb7aa260b1c5f9 1,659 0.75/1.00 vMB 25
536,025 536,025 000000000000000000106b2fe9a7ee788d34ef19a5b778658e3c5d2128296346 307 0.13/1.00 vMB 23
536,024 536,024 00000000000000000000dfbea4607d839500224b6e397dec9570b436d05272a2 156 0.08/1.00 vMB 18
536,023 536,023 0000000000000000000434e6919cab3b8b22413a3be8fc9ecee3e42f47da8c0c 932 0.35/1.00 vMB 20
536,022 536,022 000000000000000000109d7441335fef123407834c8e4fe793f6682c8a50d714 1,143 0.70/1.00 vMB 13
536,021 536,021 0000000000000000000d07e8bfe7b10147793ea3104c1d0f64fbd35b4c101688 648 0.42/1.00 vMB 17
536,020 536,020 0000000000000000002516653a04e65ebdbd0c4ddcb99f9b6ff8eb5d680b5a84 339 0.25/1.00 vMB 34
536,019 536,019 0000000000000000002f0771dc15d0b1c674fd17f0c2dc8e19f9f08309b2a6a3 639 0.25/1.00 vMB 14
536,018 536,018 0000000000000000002c506ac3dbf8b0b0266de250e5f55fbe8a1f18698532e4 906 0.39/1.00 vMB 15
536,017 536,017 000000000000000000273282ece5aa70ca04f7151539a2c81ed615fe02e36f16 911 0.41/1.00 vMB 20
536,016 536,016 000000000000000000202a1b19ce9b6e216c21fe41fac2d28fcf2547117420e8 1,183 0.77/1.00 vMB 17
536,015 536,015 00000000000000000005a3a482eab7b64d2aacd3a8eb60f6b46ddeab1717b0e9 872 0.66/1.00 vMB 12
536,014 536,014 0000000000000000000a2facfce6d24a9264b5a9fe23c2cac70ec6f5273be0df 1,448 0.79/1.00 vMB 18
536,013 536,013 0000000000000000000257fda2a097b1d76500873deaf9306dab3928d0cf16e0 2,256 0.99/1.00 vMB 21
536,012 536,012 000000000000000000296166b26dd205a9d479c2e45283edb3e533084e9ad08a 592 0.32/1.00 vMB 19
536,011 536,011 000000000000000000141a5e0b56f23c53e564ade44611b4571347cc9a506b0c 218 0.09/1.00 vMB 30
536,010 536,010 00000000000000000013406c403c48b4355ca750ccd5e6659de0056d3ae7fe07 1,175 0.49/1.00 vMB 9
536,009 536,009 0000000000000000002258cf1067015cee80755e006e39088cd9838a5a6988fa 1,947 0.68/1.00 vMB 27
536,008 536,008 0000000000000000000e7f760b22afe38f7763af1d21a08027c6d3fa0519cd29 576 0.26/1.00 vMB 22
536,007 536,007 00000000000000000004f65841864a77c4c0a9e9b4eeb4dc10fffdb9485ee4d9 975 0.32/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.