Loading Tool

Explorer IconExplorer

Memory Pool

67,798 transactions
26.69 vMB
0.06061925 BTC
Random Selection Loading Transactions
Max Size: 160.28/200 MB

Candidate Block

Mining Attempt 408827438364ed2e8d04978de3d58852f7a1f6aa61938876f9cb3f5b46d6d54d
Version 20000000
Previous Block 0000000000000000000109841842411718b0f71d958a544a6e1139d2f7aa27e5
Merkle Root 7df26a7fe0f87e74016e2d071f9670d61342c89c8b5f12543a1f8a19d0bcd4fe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,167
Size: 1.00 vMB
Total Fees: 0.00351835 BTC
Feerates: 10.00 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,614 (685,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,602 230,602 000000000000012fa57bb92c9cac31a3d7582ec9c395c0e6cb7961c339df5609 87 0.08/1.00 vMB 93
230,601 230,601 0000000000000178c82ca5a2582c1b794df48ed49fc1a3e578dafa1a1f902efb 108 0.06/1.00 vMB 104
230,600 230,600 00000000000001f1449928eee5897360d3978e9e41e75289467e907bb04e81c4 102 0.06/1.00 vMB 66
230,599 230,599 00000000000000f97846f9acba7ff744a15007ea26dad7e53d8e82f9c54e4e44 265 0.14/1.00 vMB 154
230,598 230,598 000000000000013165b1f60a7e319e751167972daf61acc92d0c079cad578794 84 0.03/1.00 vMB 175
230,597 230,597 00000000000000bc7217f6d4e60f308dac2c610fac5d0f7a9f889929d2fd84d0 62 0.05/1.00 vMB 129
230,596 230,596 000000000000001b79e3f2e0fe3d28de2edcd12bd9fae22118508203aa193c58 299 0.21/1.00 vMB 86
230,595 230,595 000000000000019a8cbe63a8600b9518266a986059ef4a114e319f104f704829 196 0.13/1.00 vMB 66
230,594 230,594 00000000000000ab25f2f1a7b81b5ca1535230f5e8a4be32e48312a7aa827654 202 0.07/1.00 vMB 120
230,593 230,593 00000000000000989ee86de4a4d73b35954aecc3c48c8a7e57ec7f710c0dffd4 188 0.14/1.00 vMB 84
230,592 230,592 000000000000013c4f9d2b39b951e04bbc1d1eaf30fc35a2ab84792f5328b13b 256 0.10/1.00 vMB 212
230,591 230,591 00000000000000dc8b9b05c314bbec57d4fddc84d7914d20a77cbff8a0342c1f 6 0.00/1.00 vMB 209
230,590 230,590 000000000000017e21ebcfadc14f2e9f52164934a21717ccf9cc9eb7b24e527b 87 0.04/1.00 vMB 149
230,589 230,589 00000000000001906c11edc099822bf40d4c4df3b787bb265b6a9628928a55fa 50 0.02/1.00 vMB 152
230,588 230,588 0000000000000135efc41de966ab0aaef70443312c7d3dbc8c56ad93e8ac6e78 22 0.01/1.00 vMB 244
230,587 230,587 0000000000000027f511dd13a882e98b9bfd0f10fd59c54d52b9d5037f1b97f8 258 0.12/1.00 vMB 125
230,586 230,586 00000000000001a5711d439340aeb697256e9c2a6162e662e8ee37751d410b37 295 0.14/1.00 vMB 105
230,585 230,585 00000000000000ed681cfe2dd819c15e887ddd619316504b8203a4ff1ec31c37 268 0.09/1.00 vMB 158
230,584 230,584 000000000000021d129931e7a903e0452632073ced3f9189959dc0e84c701225 219 0.10/1.00 vMB 46
230,583 230,583 00000000000001aadf7584a3fd06f9e761f37cb52853917f3570fca17c29164e 180 0.09/1.00 vMB 84
230,582 230,582 00000000000000bfad14137f1423532db8cdc95a05f0fc1a3f1460a75a2a03fe 191 0.06/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 783.45 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: 771.68 GB
    • Received: 20.04 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.