Loading Tool

Explorer IconExplorer

Memory Pool

80,276 transactions
29.65 vMB
0.06814261 BTC
Random Selection Loading Transactions
Max Size: 178.91/200 MB

Candidate Block

Mining Attempt a99ada4176b246ef917f05b75e93b55ac19159c5b35e3611c0248afc78686597
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 30268a00fe1ef4f10609507d90719b3f5a7b068d9cdcfa8698063c6053417ab6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00778266 BTC
Feerates: 73.20 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (136,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,544 778,544 00000000000000000003a26becb7a7aa27aea73fc40684a88502d5b675fe20b0 2,307 1.00/1.00 vMB 28
778,543 778,543 000000000000000000002d8cfa1701060295cd4ac17f6c1e47779634412d4d19 1,713 1.00/1.00 vMB 15
778,542 778,542 000000000000000000065833ccd5811e8218f2e77c72d1d5111f6c81ca3406bc 2,514 1.00/1.00 vMB 11
778,541 778,541 00000000000000000000382d33e45d50d47f6e40d999930b1b4838dea9f52dcd 1,275 1.00/1.00 vMB 13
778,540 778,540 000000000000000000007b4de06b9febd7f5672b5ae66d87de32e4c0bfbcaad3 2,845 1.00/1.00 vMB 17
778,539 778,539 000000000000000000020fbe58f01b35cd13cbf57dd984acd55bb8b40964a7c7 3,130 1.00/1.00 vMB 32
778,538 778,538 000000000000000000044adc49326d5b69ad04fd751f119b311c3539866263fb 2,374 1.00/1.00 vMB 24
778,537 778,537 00000000000000000005872ee1e0255095c22add6e6b7aee609c74c09395450b 3,136 1.00/1.00 vMB 29
778,536 778,536 000000000000000000014938ffd0d2445d56326e8db7f9b785e161641ed2574d 3,278 1.00/1.00 vMB 26
778,535 778,535 0000000000000000000133b818865d32bffe3623bae837e08e112ef4b723aeea 1,502 1.00/1.00 vMB 15
778,534 778,534 000000000000000000040dad0794214ad0ef07deafd3c55f0675bbe2e6a622b4 2,492 1.00/1.00 vMB 25
778,533 778,533 00000000000000000000d674c7be87432f56c9a78375145e9c784a5932db12c5 2,421 1.00/1.00 vMB 22
778,532 778,532 00000000000000000005e2e9cc4b8b8361fe01e8e0a1fcacdb11d24df8fb414b 3,653 1.00/1.00 vMB 20
778,531 778,531 000000000000000000060fd8003a1ef8d1eac225010191a278e763a7c7c01c88 2,190 1.00/1.00 vMB 24
778,530 778,530 00000000000000000002f3c5a73462c408709cb8bf05b1d0f1b3b42dbbff78c3 3,148 1.00/1.00 vMB 39
778,529 778,529 000000000000000000004674a786c33bd8e1ad560680fbbb14dc5680de6c6a54 2,724 1.00/1.00 vMB 30
778,528 778,528 00000000000000000003441ce1585fc4fc2a1c74f4909ab51c8a6a15ee6ace40 1,685 1.00/1.00 vMB 15
778,527 778,527 00000000000000000003924457d171fa3c317c7a1a65b5359ac828957cded7bb 3,099 1.00/1.00 vMB 17
778,526 778,526 000000000000000000008a9d94ac595cf9151ce407688f1ed38d95bcfb98e153 3,571 1.00/1.00 vMB 16
778,525 778,525 00000000000000000005f8cae35a16d882eb6557e4cf2cd9d19c48785d1e6a07 3,346 1.00/1.00 vMB 25
778,524 778,524 000000000000000000012a593c5c4dd72519329cb45dbbf8e9a79a879d1bc06e 3,115 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.