Loading Tool

Explorer IconExplorer

Memory Pool

80,062 transactions
30.14 vMB
0.10357092 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 89adf02beab2ab7612b1d1871073ee0b3173610f393f7d25475c6796c14f2971
Version 20000000
Previous Block 00000000000000000001ef096391cd53823906ce45886ccea3762a298b0af140
Merkle Root adb30cd5df3fc3cda8200480b88b105c74dd5d9936a629ee3dde911e113feecc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.02274462 BTC
Feerates: 100.00 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,594 (684,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
230,581 230,581 00000000000000c0be37a705d5ca1c0366b7cfb813d748cb844862aff3d1682d 307 0.23/1.00 vMB 115
230,580 230,580 0000000000000148b41d705b177a553793e92dd6ba73b55e4cf07034749d04c3 127 0.15/1.00 vMB 69
230,579 230,579 000000000000021d4a5569dcb90daae60faf9ed1c07abaeb08325a1579ca6eca 629 0.25/1.00 vMB 163
230,578 230,578 00000000000000879ea3bea127f82d37bf9cd49a1e2eedb0cfd15f202e0e42f7 170 0.07/1.00 vMB 56
230,577 230,577 00000000000000c3010b9ecafad86afba904026e3524db2eca2074c831734f27 173 0.10/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 783.42 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: 770.46 GB
    • Received: 19.88 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.