Loading Tool

Explorer IconExplorer

Memory Pool

73,637 transactions
28.67 vMB
0.07063780 BTC
Random Selection Loading Transactions
Max Size: 169.12/200 MB

Candidate Block

Mining Attempt 6fc52e3a43e6983a3c12c032fc76a35390f9e138776820a788177ba7d101343f
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root 5ef6967eff46df7cfbc421502cb2ef826bd527667aa98efa50619dbe4f7f6c0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,293
Size: 1.00 vMB
Total Fees: 0.01297652 BTC
Feerates: 98.05 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (136,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
778,523 778,523 000000000000000000001003c4e634d6113c9d4657b6856a17e0aaf81b6f2421 3,406 1.00/1.00 vMB 19
778,522 778,522 00000000000000000001981a6cb7c6ed1ac28101a586dae570432fe548ae4572 2,894 1.00/1.00 vMB 31
778,521 778,521 000000000000000000010950d94b8236cf8f88f80a7125d7d5ffb06ef644dd3e 4,029 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.95 GB
    • Received: 15.33 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.