Loading Tool

Explorer IconExplorer

Memory Pool

24,479 transactions
8.76 vMB
0.01852376 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.52/200 MB

Candidate Block

Mining Attempt 2b766316269cbfca38c5575fe719ac2bc5d117fa36f9a14026385f9f02d580bb
Version 20000000
Previous Block 00000000000000000000a5861c39c91d7506f8e9036e69960b99b4a580a7b756
Merkle Root 681c9208ba17f8d305cc9c719a0b8506b4fdacba4a828074ca693bf8baaab462
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00431232 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,504 (755,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,692 157,692 000000000000033528863ea6dad6f607ac9f5e406d33319fa7642effaad73ba4 90 0.02 vMB 79
157,691 157,691 00000000000004ace72f0cd5a975f67d72df8c00a6dd87205f0208351d2d9d35 8 0.00 vMB 100
157,690 157,690 0000000000000479ce6373d5fb6c33073a7d4547a67a35ec6a47b109421658b7 1 0.00 vMB 0
157,689 157,689 00000000000002e018ebb40c1aeff230a509f5d8c1e5f681b5418904386bf334 55 0.03 vMB 72
157,688 157,688 00000000000004ac338d05aa90682a1812d661a6077d942e1f05518e970730ce 2 0.00 vMB 193
157,687 157,687 0000000000000c02f752325bdd1907d81644dcfd1852488cfb27fe47447fac79 19 0.01 vMB 59
157,686 157,686 00000000000002383087605d82b9e709a052daa9b0ccf962d407c11c27d374bf 4 0.00 vMB 114
157,685 157,685 00000000000009ed46c429d7e2786a815c94ad981110202828d791f2a2b835b3 19 0.01 vMB 65
157,684 157,684 0000000000000daf364aa5b66130c2b9cc99a8cb50755d15973bacbd0d6815ea 20 0.01 vMB 38
157,683 157,683 00000000000006227040d6ad4972fd852f1ce692a398956e69d8e79aa469dc27 158 0.04 vMB 3
157,682 157,682 00000000000007f6dde62837d52cd25d66f2f0b36022018437c51e05ae62628d 110 0.05 vMB 96
157,681 157,681 0000000000000531aeda4c8b2b79fbfd0ecef77b68f10a8693bdf839be6b5ca3 9 0.00 vMB 1,064
157,680 157,680 0000000000000a27c0f306769468b8b840563c31d0ce53a9df3205ff98ef293b 56 0.02 vMB 261
157,679 157,679 00000000000001d007e5cc146bb7794c106ea6ee15db61064b8af67c3c09bef8 29 0.01 vMB 4
157,678 157,678 0000000000000db77e35c955c1b54682cf7a3f44fa1329d4c3bd0eb4d0137fc2 2 0.00 vMB 0
157,677 157,677 000000000000088626388af719ead4577e972982e8b4b126ce22c9cefcc38b06 7 0.00 vMB 0
157,676 157,676 000000000000074c6c3c629c785140ccba73c43c8e2e727c054809cc2e1fcc09 37 0.02 vMB 68
157,675 157,675 000000000000034b2e434d374f9c04afa934589a9744438addc717089f8e477d 14 0.01 vMB 355
157,674 157,674 00000000000005869c1ee4eeb2550fd374ecd72fb27d256c3eb91292256f19d0 17 0.01 vMB 391
157,673 157,673 00000000000000e83a7b994bada9c67456b773f8e32786db23b0f72c8df39d83 61 0.03 vMB 79
157,672 157,672 000000000000084b478b05e2d84b773ed1acf15f9883421f005ac4df8df80df7 11 0.00 vMB 493
Previous 10 blocks ↓
Total Size: 779.74 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: 375.58 GB
    • Received: 1.87 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.