Loading Tool

Explorer IconExplorer

Memory Pool

90,279 transactions
24.90 vMB
0.09447013 BTC
Random Selection Loading Transactions
Max Size: 164.37/200 MB

Candidate Block

Mining Attempt 9589d6601bdadaf7d1a694c4ae671506a2ffe96df4e6891f07f59d93fe468d8d
Version 20000000
Previous Block 000000000000000000008240a2554abccd4797e1f39eb29ab0ac9bd549f084b5
Merkle Root 09b445b7b62a79c5ca8a8e482d9139c035fc4a272f6811e74afb912ccea847ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,718
Size: 1.00 vMB
Total Fees: 0.02898454 BTC
Feerates: 147.96 > 2.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,851 (698,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,455 217,455 0000000000000363f0fe4db4980f2fae01044ffa8a90d135b393089679847de5 34 0.03/1.00 vMB 80
217,454 217,454 000000000000005e43f653e186b74cdcfbcbbc372a2187ef19010f9fd4ed5e55 67 0.04/1.00 vMB 143
217,453 217,453 000000000000006ace8b56e0db992c801d9a29f68c75a6375dffea68039e8a76 297 0.12/1.00 vMB 206
217,452 217,452 000000000000044399aac500299f410928ee6ef3d3edeec22e20282a425fd251 293 0.12/1.00 vMB 109
217,451 217,451 00000000000002ff1f7394d9f80b3bf4a0f1251cb096fc6ea4e5da6cb9b4956f 465 0.47/1.00 vMB 19
217,450 217,450 000000000000037a226cc2d738df6c334754de4e1a3104c234a4489b073ceba5 428 0.21/1.00 vMB 248
217,449 217,449 00000000000001e5a52491d98649346d2377b5807f73750d08ae146145234d23 204 0.11/1.00 vMB 139
217,448 217,448 00000000000004c4e6cc1cf0760899edb3e53805a67cb9f51cd83a85abe68241 383 0.20/1.00 vMB 137
217,447 217,447 00000000000001a3fc312dd8fa0b53861343dbf2060eeca87f59bbf0a9e5db99 129 0.05/1.00 vMB 11
217,446 217,446 00000000000001c79497f52d92c836601bb8acfdf6369b814c42e78c15c1be2b 521 0.25/1.00 vMB 149
217,445 217,445 000000000000004bf1382e8ac1b4618ec5e19c00eec71ce2fe5c9869112aac04 717 0.25/1.00 vMB 239
217,444 217,444 000000000000047b6df83bda9994d58be3bd18b5aac91d2f0b861a0541aa2769 135 0.07/1.00 vMB 121
217,443 217,443 0000000000000484c9d943c53b7c3c9c2f433397fb5dd1458e982b91ec8716b1 226 0.09/1.00 vMB 151
217,442 217,442 000000000000028d0aad1b4988b09ba0ab3c0e58a2c07b2d5b07c3bf65ee57d8 245 0.17/1.00 vMB 101
217,441 217,441 000000000000026f2ab84adc3785beae714c5ce64b6bd83f910b7349dcc06d3e 604 0.25/1.00 vMB 189
217,440 217,440 000000000000044bfd159075c920705b2f877a21fde47ca03722b1f9dc77b2ed 640 0.25/1.00 vMB 207
217,439 217,439 000000000000014a9ab984f3309fb695665a2eaff0c6b5d82142c5257e44cd18 555 0.24/1.00 vMB 182
217,438 217,438 00000000000002a2c3a76089954455f5fd994ac61cc4086857ab156b9fa8c6ad 43 0.02/1.00 vMB 93
217,437 217,437 0000000000000242022e847892228d0981b4549fec5a291f471c8ec2b8c4c5b3 465 0.23/1.00 vMB 184
217,436 217,436 0000000000000179ae8c0e6a08365338dc036147534c905101c1ad1f09e276cc 1 0.00/1.00 vMB 0
217,435 217,435 000000000000026219ea3d65c9cb41272dbe49c82a4617dc66c0486ee99c1568 731 0.42/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 783.84 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: 793.21 GB
    • Received: 21.96 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.