Loading Tool

Explorer IconExplorer

Memory Pool

74,907 transactions
27.60 vMB
0.07311963 BTC
Random Selection Loading Transactions
Max Size: 168.51/200 MB

Candidate Block

Mining Attempt 7c92380ecdc4187a900a64d878ea032d6c9beee864b5cc57b630f48e13af7a49
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 603eda1a75519f65e4f5dc171e1b03675744b450a7cb800f7d5164a5c2a4e4aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.01424019 BTC
Feerates: 80.55 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (308,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,397 606,397 00000000000000000006d7030420e54764bedd01c2ad9088feee9cc8f769a08e 546 0.15/1.00 vMB 36
606,396 606,396 00000000000000000007c4d348cd0f2852afd7dfe791956400cd8db46b69a7f3 342 0.12/1.00 vMB 34
606,395 606,395 00000000000000000012f1774204a858abf5240472c70f310319020b3f124b6a 2,152 0.73/1.00 vMB 23
606,394 606,394 00000000000000000003ac8b5708802c16b7dedc095a8b5bdec0e4b732e6c730 3,081 0.99/1.00 vMB 11
606,393 606,393 0000000000000000000b6f5de550601eb67e2842331e960e9ae4efe5cf54a5b1 3,059 1.00/1.00 vMB 34
606,392 606,392 0000000000000000000a669e40d4d9da0dada12cddf6f7c33f15ca98b73997b3 1,587 0.53/1.00 vMB 20
606,391 606,391 00000000000000000013b0df1db9826191e6e9ac2383823acfc13131be7b933d 2,897 0.85/1.00 vMB 23
606,390 606,390 00000000000000000004bc6d9b8ee81281f2ae1c69eb2301a68ef7920e2651ea 1,780 0.63/1.00 vMB 29
606,389 606,389 00000000000000000004ffe222736a6e1e05995c2ae1f3cd2e000c63c2bb082e 2,521 1.00/1.00 vMB 20
606,388 606,388 0000000000000000000cd93e75aa29f9f644c10a64f209df4e3a89b34a55adc7 1,661 1.00/1.00 vMB 17
606,387 606,387 00000000000000000000f35d9fcf96321e903a573b069f55cad5240073acc25e 2,940 1.00/1.00 vMB 32
606,386 606,386 0000000000000000000b322d2ddcd77a27c880ff1f518cfc5c3bc053bb344230 2,656 0.87/1.00 vMB 20
606,385 606,385 00000000000000000011fa3683b2aa96231d17756a133d7eb8c2e924908d26c0 2,908 0.98/1.00 vMB 21
606,384 606,384 000000000000000000041f7fb1c6e3814aecf071fedf7f1ebdb6e46f7931cd56 1,995 0.63/1.00 vMB 22
606,383 606,383 000000000000000000048e145bb1c388539399f76259fa1f054d1cce75d1ea5e 575 0.17/1.00 vMB 15
606,382 606,382 00000000000000000011988f37e0164ba69b3193f4c6c33c19be9f8801f274f0 1,028 0.70/1.00 vMB 6
606,381 606,381 000000000000000000091d05449dfcc1397d6cf3de150f6a5fce28acae295d79 1,834 1.00/1.00 vMB 10
606,380 606,380 0000000000000000000970a6cb30093108a5d051dbe897f23802b320cdfe6b90 2,416 1.00/1.00 vMB 15
606,379 606,379 00000000000000000005963901eb2cdec77e9ddd61941bf2bfc1886584d26847 2,973 1.00/1.00 vMB 18
606,378 606,378 0000000000000000000484d9d9b1b36527e895a48a2dcbbbe35c350fb0d1db86 3,009 1.00/1.00 vMB 30
606,377 606,377 00000000000000000006d996c23e561806eb1b6ee5f32ff15513deb4af2bca0c 3,467 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.15 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.