Loading Tool

Explorer IconExplorer

Memory Pool

11,246 transactions
4.01 vMB
0.04816210 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.34/200 MB

Candidate Block

Mining Attempt 87b0dd791d6663c417ad2afbf0a8091e6dd2515c08e8ee363788e52fba91e702
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root ce1874ec4974cb13449d78bbb770f51d79b7eb149b5edd479be42f8442731301
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,170
Size: 1.00 vMB
Total Fees: 0.04345305 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (719,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,702 193,702 000000000000038ee54e26bb426febca6939550cc987d16aaaa55fde02b57d79 135 0.06 vMB 101
193,701 193,701 00000000000006cddecb4c66b1007112cd2db0798aba9452b7e19e3ebe0124b4 335 0.14 vMB 137
193,700 193,700 00000000000005b7e031a4dfd2a96223f7f5cf9e7ce257b5c738881b113ac6e9 674 0.29 vMB 63
193,699 193,699 000000000000027eacd2abc9bd7c08b4d1b9092b1d1458ba73bd72529a41582d 140 0.05 vMB 80
193,698 193,698 0000000000000057902ae5b5bc454022cc5e6274d276344cda347203701f896b 586 0.25 vMB 135
193,697 193,697 00000000000006a553fe01c53599f4831e820ba35630ffa2c04dc09263c7a3e2 85 0.04 vMB 112
193,696 193,696 00000000000002f8b400a91e7f13eff033aef2ef73787f466718ff2cd102ddb9 95 0.03 vMB 25
193,695 193,695 00000000000004c0463821a7ea158b96b74db899ae28402dfa750ab492407a71 264 0.11 vMB 146
193,694 193,694 000000000000048b69caeff8615ea2a9f488fd8cb5bf7f8ad1bfee7d3b76a7fd 297 0.15 vMB 132
193,693 193,693 00000000000006ddad61f0c8320b06771017720bcb55265a74dc2ce6700f7d92 588 0.25 vMB 141
193,692 193,692 00000000000006174fbeab6afaca6bb7879a57c6fb534af10eca69e1deed96a7 129 0.05 vMB 133
193,691 193,691 00000000000006abc651ccd9615ae937bd16dfb642904ef6da4b41b6acbe396e 512 0.19 vMB 138
193,690 193,690 00000000000003a9ecf9e79f2a7e8ab349efbb1a639efa3d7f5656b1857bd636 40 0.02 vMB 84
193,689 193,689 00000000000002a8ece1c254b265fed1a5ae3974af3347bc4eefc5fe17cf22a8 108 0.05 vMB 93
193,688 193,688 000000000000041f748ed7067afcf59a706b5ac7c8f734b3cbafe1c0113f6afb 291 0.11 vMB 150
193,687 193,687 00000000000004e755578969b20515d2dfacc6670543690868d15ef78678d687 1,256 0.50 vMB 84
193,686 193,686 000000000000056201afec9acd3a360b37064b162115f42de7d1c47e22f8d054 112 0.04 vMB 188
193,685 193,685 0000000000000119ea87c526e22852f13ebdaae17894854913eaa68ce43aa43d 365 0.17 vMB 128
193,684 193,684 00000000000005626e936720cb6cd15ace8c50ddb9322a091bc99c7b36779b58 598 0.22 vMB 142
193,683 193,683 00000000000003edce51e5d74d908194e3bb746a7f322daeac9a724492b48588 378 0.21 vMB 99
193,682 193,682 0000000000000525346cc22f089b42121c378038bd4494ea0d89af4458b69db9 61 0.03 vMB 80
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.51 GB
    • Received: 1.68 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.