Loading Tool

Explorer IconExplorer

Memory Pool

80,715 transactions
33.99 vMB
0.13022573 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt e28803675aab07dfff1a48982da75a332286a484aad26e1ed5a7e1227374bf97
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 1cbc6e2cae3683d3e9e3b65e8e7ec047ffc0e12fb4ad955c271f359ef32ab8f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.02203040 BTC
Feerates: 104.71 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (434,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,123 481,123 000000000000000000c2ea24afa0ca5600bc6553bac2ff17bff38d3d1eeb2542 2,130 1.00/1.00 vMB 317
481,122 481,122 0000000000000000003966b18b267aa813139e05415f16bc71b658038efa54d9 2,327 0.99/1.00 vMB 341
481,121 481,121 000000000000000000fb9d694bb4744ce329e6e5eb4aef98010998b72c789eab 2,434 1.00/1.00 vMB 245
481,120 481,120 00000000000000000065efdb9b199e210a262680f9108d26ea8493088be04ec1 2,240 1.00/1.00 vMB 285
481,119 481,119 000000000000000000186fa44be622ac0c4347dac535e431cb71912b47c86204 2,503 1.00/1.00 vMB 274
481,118 481,118 00000000000000000042f4e7b9e90f87479122e9b1670988fb6dca78836934e5 1,817 0.75/1.00 vMB 325
481,117 481,117 000000000000000000ca717d68b96f0fee891f9fdd6e74c528806a816eb94926 2,588 1.00/1.00 vMB 272
481,116 481,116 000000000000000000fcf3d78b3bdc68cd705bc58a3d9ba1cb86549bc2d26119 1,760 1.00/1.00 vMB 302
481,115 481,115 000000000000000000bbb031d113761e1464458c1abfa5db0186a393fe4369fe 2,616 1.00/1.00 vMB 317
481,114 481,114 000000000000000000c025abc68486827e925052e90ac5b269f4f493d9852374 2,545 1.00/1.00 vMB 338
481,113 481,113 000000000000000000eb2f03899d51bc3d11225dd1cc5a266e408db7101c5929 2,242 1.00/1.00 vMB 330
481,112 481,112 000000000000000000eae9f0d17204cdf1d85db1d76d81947e7e67c2bb69e6d6 2,289 1.00/1.00 vMB 330
481,111 481,111 000000000000000000da750673cadf98ff51d4c5a8baa667c0a3447a40611e54 1,928 1.00/1.00 vMB 271
481,110 481,110 000000000000000000430c151a5b4ed3a9a8b2765c0503645b7f43151e7a0cdd 2,579 1.00/1.00 vMB 318
481,109 481,109 00000000000000000124a2fc3b420771515a9f8592ee0c063318337102736569 1,765 1.00/1.00 vMB 347
481,108 481,108 000000000000000000544a0c9df285ad378abb96e0446191b8864a3a258af79f 2,809 1.00/1.00 vMB 223
481,107 481,107 000000000000000000a00fc694d812a5d287ddb9e9c2948e268ddd26d01d5f85 2,048 1.00/1.00 vMB 286
481,106 481,106 000000000000000000e6c135eac41b49f9101545b2c60b3eeaa8537ed9ad5eaf 1,709 1.00/1.00 vMB 296
481,105 481,105 0000000000000000012a72ce75fe497db0df8a9b2899eff2cbeb28814d72b704 2,244 1.00/1.00 vMB 329
481,104 481,104 000000000000000000f9a92ff2493723c908ba6629655f59d13e99f0b20c1beb 2,277 1.00/1.00 vMB 224
481,103 481,103 0000000000000000011fe23781ef028a0e1810f537ea0d2035f18514b30cba54 2,621 1.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 783.09 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: 725.90 GB
    • Received: 18.44 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.