Loading Tool

Explorer IconExplorer

Memory Pool

40,800 transactions
19.70 vMB
0.07294332 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 109.82/200 MB

Candidate Block

Mining Attempt d0bd921996d8d79e031ad4f78972129d4e50563a06a7246bc0f4804d71757eda
Version 20000000
Previous Block 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003
Merkle Root 840714bd73beb867e6d54c5483771c53ffbd6d74c59865b36a3884023395b292
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 0.997955 1.00 vMB
Total Fees: 0.03536504 BTC
Feerates: 500.00 > 3.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,878 (911,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,822 2,822 00000000e606b121c9dcb76525a6f3c00f551dd7183fc23c63635597cbe3b783 1 0.00/1.00 vMB 0
2,821 2,821 000000005c356d4ba15ae111011c058aae4e9191869815dc910139ede032e7f6 1 0.00/1.00 vMB 0
2,820 2,820 000000008f7608780c98670ba8cd045667ff29d33f9f162eded95bc78a9bf54e 1 0.00/1.00 vMB 0
2,819 2,819 00000000183141f025fda1dd451800e25ca1159d584831758b85760c14598f8b 1 0.00/1.00 vMB 0
2,818 2,818 00000000e5aa846841aa25105ef55668a96f7059be7995aaef18eb72ddc0a077 1 0.00/1.00 vMB 0
2,817 2,817 00000000d50a3cd05e451166e5f618c76cc3273104608fe424835ae5c0d47db9 4 0.00/1.00 vMB 188,909
2,816 2,816 000000002233d12daf70aef1e977549f745ada53dd793070bf7a3f382d69b340 1 0.00/1.00 vMB 0
2,815 2,815 00000000ced7d3975574870baba7e634fdc9309a77e5f98e1c37df7b6069a5fb 1 0.00/1.00 vMB 0
2,814 2,814 00000000c1ba1063e40a409c05f9c4afc6aeadb9521da748b4cff7debfcc1169 1 0.00/1.00 vMB 0
2,813 2,813 000000000750cfa869e8d56efb3c8a186b23d3388df895254c8a89a2fb56db87 6 0.00/1.00 vMB 0
2,812 2,812 0000000049a63b4dda3a43450c19d085d6c28bfb4cbb2e0576815d7f31919c5d 6 0.00/1.00 vMB 0
2,811 2,811 0000000021fe55f1272f05be953c251477b579de7228b8289bf3871c44e3c4a4 1 0.00/1.00 vMB 0
2,810 2,810 00000000cf6ec26ec732d8568cb70877b4799c7e89ebd540fd1661283bd74d28 1 0.00/1.00 vMB 0
2,809 2,809 000000001acc86035f99faf5593a151d08ff13612f1be657a5e99f4047e5c64f 1 0.00/1.00 vMB 0
2,808 2,808 00000000b294b553450f66fc9e09afc49450d91beedeee319326a3d245730b36 1 0.00/1.00 vMB 0
2,807 2,807 0000000054b93ea0d0876eefb799940594963048b5a23cc95ee05e527769d507 1 0.00/1.00 vMB 0
2,806 2,806 00000000c42b0f3592f394674618826a5f1796777aa96336ff919d47da386c65 1 0.00/1.00 vMB 0
2,805 2,805 0000000028328ae0d900952683065e7552d7324e98aa6a3a45cf3fbf2037e10a 1 0.00/1.00 vMB 0
2,804 2,804 000000002de0a74517206f6161ecf3cce5a0edfa2934eab85a5629066b0dc060 1 0.00/1.00 vMB 0
2,803 2,803 00000000d66c824bb833303c5a9b5c22282903a98fa42d1b68330fdedf36ee5f 1 0.00/1.00 vMB 0
2,802 2,802 000000004c20e43cab82077405e4fbd9f5a71a8e82301e4a687192fb5479be6d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.39 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: 524.80 GB
    • Received: 5.12 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.