Loading Tool

Explorer IconExplorer

Memory Pool

74,778 transactions
24.31 vMB
0.06106118 BTC
Random Selection Loading Transactions
Max Size: 152.61/200 MB

Candidate Block

Mining Attempt ac278a06a84e52a1b0d2bc3a24f412f4de182e3c1b5ec4ab4fae8d2414207efc
Version 20000000
Previous Block 0000000000000000000000177f13e62c5270f33d398979c85ef1ff77444d8a17
Merkle Root 81915afee15790780c0ae36f7586c07102d7e76e4c9d2e8aefec03adc97a1352
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,563
Size: 1.00 vMB
Total Fees: 0.00754340 BTC
Feerates: 50.18 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,966 (826,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,582 89,582 000000000009d9f83a0c6bc7f91c9b830f9377bc9e8f53a22c375acc9afc563a 1 0.00/1.00 vMB 0
89,581 89,581 00000000000ca39fa21756f8dee5aa566f836e910f8ad25874696dfc32a2363f 1 0.00/1.00 vMB 0
89,580 89,580 00000000001173f269e62b904644ad0b97aa7148cb8e92e3a174dba45b5b73c8 3 0.00/1.00 vMB 0
89,579 89,579 00000000000860895a595e4c45e9880bdfd9eca014be9412fe4b7af24d1e6ed3 1 0.00/1.00 vMB 0
89,578 89,578 00000000001367af1855910525e28457be0dd54abda00d7f1a8cad51a7b2ce57 3 0.00/1.00 vMB 0
89,577 89,577 0000000000040340c9401c1a82a1da7103445dd3a2f7b19a1a4a22c1e68fac05 1 0.00/1.00 vMB 0
89,576 89,576 0000000000007fec0960f2acd1f3171cd28fffc70a0939fdfbacb3faba4a8612 5 0.00/1.00 vMB 0
89,575 89,575 00000000000e2a51c630380d634a7686dfa014e084183d7c4f2d15387b71eb1a 1 0.00/1.00 vMB 0
89,574 89,574 00000000000ee7d9df0f7bfaaa8641599077a9c3f1b803dd8989c21aa86cda6c 2 0.00/1.00 vMB 0
89,573 89,573 000000000007040ac543151c5f4f42c194b7a49150b1865c2fe065005567d559 1 0.00/1.00 vMB 0
89,572 89,572 00000000000be4aaab41a450987e9bb29b04419c3bda11964246cf398e090749 1 0.00/1.00 vMB 0
89,571 89,571 0000000000006a638010f9dd9b0eebd968b9eae713f331de7ae50ec6f95571af 3 0.00/1.00 vMB 0
89,570 89,570 00000000000627ac6d95c7f6c75f9940e944f57d9ac37ddf018291e8866137bb 2 0.00/1.00 vMB 0
89,569 89,569 00000000000d042e59b479cfdcb48ea0c70c9fa97f4672345baa7698f9370a8a 1 0.00/1.00 vMB 0
89,568 89,568 0000000000088fb1926dc0ea188d309204e84c4bd207161a8bc8276ec88a64ad 1 0.00/1.00 vMB 0
89,567 89,567 00000000000037dc5c13e3483210895d875928db65c0f8920614f546b8fac4c4 1 0.00/1.00 vMB 0
89,566 89,566 000000000006aca8a5d34f9e25a8c2a8972362f131bc8e969e91653fad7c7f05 8 0.00/1.00 vMB 0
89,565 89,565 000000000000d9089377c448efa9163b04d03c2c32b107b342ec02a3e4cec695 2 0.00/1.00 vMB 0
89,564 89,564 000000000002eb58b9fc60cc22c9728356a79cd3a83b946c9badc7ba62f1d476 2 0.00/1.00 vMB 0
89,563 89,563 000000000005ddc24f24844c8e7709f153985d1c6f918a678365dd0963d63603 1 0.00/1.00 vMB 0
89,562 89,562 00000000000ebd1fccab6b524db747789aa1d3a370cdcc8f5346fd6e898c0b43 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.06 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: 803.80 GB
    • Received: 22.97 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.