Loading Tool

Explorer IconExplorer

Memory Pool

82,213 transactions
31.04 vMB
0.08305171 BTC
Random Selection Loading Transactions
Max Size: 190.23/200 MB

Candidate Block

Mining Attempt 7bd16574e2bae67177ad81dc50d48b10a58843d7dd68d74908451c2b61e815cf
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root b132c86a0a23d486adcd2e993cee7bbc8e40feb46f4fb19864872396f4195bf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.01318310 BTC
Feerates: 50.62 > 1.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (441,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,463 473,463 0000000000000000017527138f6bc87a92b80e02ead1c6716ca4ab70cb4a518c 1,928 1.00/1.00 vMB 180
473,462 473,462 00000000000000000131d906ce697dad813ee2b89098e9329c6d33f5cc124191 1,476 1.00/1.00 vMB 189
473,461 473,461 00000000000000000177419f71fc668a0b79488e363bb0575b5e796f12213c6b 2,591 1.00/1.00 vMB 335
473,460 473,460 000000000000000000bba397f9009da54ce47ce6ad8da25a7f4fff1750e611b3 1,958 1.00/1.00 vMB 277
473,459 473,459 000000000000000000a0a5d10cb66e0109b07570dfa0b7bd789148c092195c21 1,958 1.00/1.00 vMB 174
473,458 473,458 00000000000000000083e7cb9fa44cc22cde1cd9c2e228b5c4532e3eaef91f75 1,839 1.00/1.00 vMB 253
473,457 473,457 000000000000000000e6e1102f060bd2a28e38aa2ce453482de639f30be3081e 2,316 1.00/1.00 vMB 264
473,456 473,456 000000000000000000d1f15e2e153d12b5facb0b57307f9d4ac147934c2bb682 1,745 1.00/1.00 vMB 273
473,455 473,455 000000000000000000c0b929daaa474e8d3de5693077de650b3f41e75b84cd99 1,035 1.00/1.00 vMB 302
473,454 473,454 0000000000000000000371f2fff30acc6f3d319fbbef5fedd952892d79e963a4 2,371 1.00/1.00 vMB 400
473,453 473,453 000000000000000000317809798619310958162174d48ab937287ab141451d1b 2,031 1.00/1.00 vMB 113
473,452 473,452 00000000000000000002f7406b68d50f87f848a4d9d1017be95569453a1ffe16 2,193 1.00/1.00 vMB 174
473,451 473,451 000000000000000000874c01cac4f962b2c43709ca180f326f03487fc01436b0 1,506 1.00/1.00 vMB 153
473,450 473,450 000000000000000000dd2e9c0b28a409653c571f76a928e13cdf8ba2818708f4 2,100 1.00/1.00 vMB 373
473,449 473,449 0000000000000000017302d34c5faa4b058c523fac3c1200ed84add3fbc45954 2,436 1.00/1.00 vMB 98
473,448 473,448 0000000000000000006cbf976a35032bf867a90d17d18670ff8d0230996c6bfd 1,693 1.00/1.00 vMB 236
473,447 473,447 00000000000000000188b85cda5a70dfd2f6c67e685a64b704a0c954bf8fe482 2,311 1.00/1.00 vMB 151
473,446 473,446 0000000000000000010d79fc31ff1f89f97a485032c8fae529378b7706f1ea4a 2,096 1.00/1.00 vMB 214
473,445 473,445 00000000000000000081417deef9abaa3016a1fee05c6389bfc9474db2a04903 2,064 1.00/1.00 vMB 331
473,444 473,444 00000000000000000002855233c872b5ec47059fc5a489e443b449e834f31a3f 2,000 1.00/1.00 vMB 346
473,443 473,443 0000000000000000017fbb4a184b4e2ef54b00181edf6cfdbb3d98c9055b405f 2,192 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.77 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: 709.36 GB
    • Received: 16.89 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.