Loading Tool

Explorer IconExplorer

Memory Pool

78,133 transactions
28.98 vMB
0.07940508 BTC
Random Selection Loading Transactions
Max Size: 175.72/200 MB

Candidate Block

Mining Attempt 3e7f5a26951caa21a92030fcaa9af093834c46b76616b80065f9a7d24858b7bc
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root cc24b572da32fd6652ab47a1a49d6a30ec37fd0b5370c592b43151c83a1619cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,373
Size: 1.00 vMB
Total Fees: 0.01883867 BTC
Feerates: 100.81 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (541,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,041 374,041 000000000000000008cfb26b1d3e64beb239bda8190b2e5d8c87bc5114f1743a 989 0.40/1.00 vMB 40
374,040 374,040 000000000000000003caa0cdf4daf97120a921e9b9dac25666e7052f65c062d1 1,152 1.00/1.00 vMB 24
374,039 374,039 00000000000000000073d365768a41dffda198c1874517a46d8463d11bf48a7d 1,233 0.93/1.00 vMB 21
374,038 374,038 000000000000000005c88120adc46ecfecd0e4f1e905df4dd7f2bcf2b4b5912c 685 0.41/1.00 vMB 24
374,037 374,037 000000000000000010ee6fa9ac456c50d776049f1a8818bb720fce8225dde90d 721 0.52/1.00 vMB 11
374,036 374,036 000000000000000012e5011d21bacbc52b3ce7530c904e18f83ae4634b7ecf40 1,644 0.75/1.00 vMB 37
374,035 374,035 00000000000000000bcdad6d99f5fa6b969c6587599a17850b2e69e4e17a8350 2,578 0.93/1.00 vMB 53
374,034 374,034 00000000000000000d1ae5558b7df89076f41a754f1cc0f4fbe11c8fb3df23fc 1,418 1.00/1.00 vMB 26
374,033 374,033 00000000000000000e96ecdeef6fdec1904f48cccb2df15db7e99ff3b511dec2 2,111 0.95/1.00 vMB 39
374,032 374,032 0000000000000000068156736ac182e2dab5e789f8794299448eaa9269d87329 1 0.00/1.00 vMB 0
374,031 374,031 000000000000000009511406644017f9821f640730899132b34c7f04e2e9540d 1 0.00/1.00 vMB 0
374,030 374,030 00000000000000000f4c9755787c4c343a28cc42d0cac60b4a23c7aea7c9b5f9 1,099 0.89/1.00 vMB 22
374,029 374,029 00000000000000000d994c508f5293e9f6ed84b1ad87da504c4422e15b5e84cc 1,207 0.60/1.00 vMB 39
374,028 374,028 00000000000000000587b61f1a02b73e876dc06d7e0f15fc29949e1af671d55b 1,015 1.00/1.00 vMB 19
374,027 374,027 000000000000000003480ac434b44d150c4a437de87d06e7511515d0823926d3 1,368 0.93/1.00 vMB 23
374,026 374,026 000000000000000003aeea7efbf94934d8e294b1dbaa652b7bf64e465d5c42bb 921 1.00/1.00 vMB 15
374,025 374,025 00000000000000000c18bfb0e67cf08ce784c092912a5428fe3498f2bd9e44d8 1,618 0.75/1.00 vMB 40
374,024 374,024 00000000000000000fda1f14bf5e16596d5b232b83bf6013976fb5c3be04b635 813 0.34/1.00 vMB 38
374,023 374,023 0000000000000000109898a9ddc1943484e71eb2b5d426006e0f4dc7c3c46dd3 259 0.12/1.00 vMB 38
374,022 374,022 00000000000000001087a703a2bcb535f92974f48fa2b2b239695492306defc2 1 0.00/1.00 vMB 0
374,021 374,021 00000000000000000104b8993bece27a7b786ffb16666028738a655fbeda517b 396 0.18/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.