Loading Tool

Explorer IconExplorer

Memory Pool

82,967 transactions
31.95 vMB
0.10506554 BTC
Random Selection Loading Transactions
Max Size: 192.05/200 MB

Candidate Block

Mining Attempt f3f2fb5fe7b95192793a4b73a7719648cba26580368e885975443786229ae5f8
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 36220b9f8a9ef6b92c78c4756595c631edd44e15f7c10d6bc360d93f7135a1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,053
Size: 1.00 vMB
Total Fees: 0.02481728 BTC
Feerates: 353.36 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (308,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,400 606,400 0000000000000000000fa88a9b5554b1b2a4f53ba65c9ce9036f266ca03c3748 1,603 0.42/1.00 vMB 23
606,399 606,399 000000000000000000064a6d6412c4baa6a73f52ab77359467cd56f1722148b0 1,350 0.39/1.00 vMB 24
606,398 606,398 0000000000000000000f462a86611294d4fd3000afbb5b3eb114cf1c2bc46534 389 0.11/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 782.79 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.82 GB
    • Received: 16.99 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.