Loading Tool

Explorer IconExplorer

Memory Pool

74,623 transactions
20.35 vMB
0.05596813 BTC
Random Selection Loading Transactions
Max Size: 136.72/200 MB

Candidate Block

Mining Attempt cdda4d4561931bbe891191d03cf6ba276af6756c3f68846787fd5da169fc4014
Version 20000000
Previous Block 000000000000000000011aa78267dc4c6434aa373f807c91b066a761e26e676d
Merkle Root 6c4ef1caa46629ca72c61a12313527e87eb0f441863a4c0f31ce3d0773b5033f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,482
Size: 1.00 vMB
Total Fees: 0.01159863 BTC
Feerates: 90.91 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,978 (826,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,585 89,585 00000000000f8c6d170ef7011ba366a52e05ef92ff3c629fc797e806396c7d81 1 0.00/1.00 vMB 0
89,584 89,584 00000000000f9cbe0e221ae6a2f81be0efbcfa9995e3ded1c5cf2d3134723211 1 0.00/1.00 vMB 0
89,583 89,583 00000000000ff64caf7310fa740b5d24d8f689becea3dc70e96e41b312741276 13 0.01/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.09 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: 806.70 GB
    • Received: 23.06 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.