Loading Tool

Explorer IconExplorer

Memory Pool

46,134 transactions
28.15 vMB
0.07428673 BTC
Random Selection Loading Transactions
Max Size: 149.02/200 MB

Candidate Block

Mining Attempt fea8090d564688794619b765152d16f2f5775bd41a4e23dfd495542b9b9cac9f
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root a3e769b9d16652fe5b04595eccc63551d3794d9b09e10ffe12de044d2628c799
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.01974755 BTC
Feerates: 101.53 > 1.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (391,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,766 523,766 0000000000000000000c41f05e36848083b4894a4107c8e7fd5eb0dd7c5b0bf5 172 0.05/1.00 vMB 18
523,765 523,765 0000000000000000002c226efe937936affd3c4c25fffe040685c13c7ae60cda 507 0.27/1.00 vMB 25
523,764 523,764 00000000000000000032b1b1f7b9b1c25a82b55649edd5ad8f9b9c0024c127a0 661 0.52/1.00 vMB 17
523,763 523,763 0000000000000000002a5f3daab4e6f95034bf38b79bac995fff2b6cf469f105 1,239 1.00/1.00 vMB 13
523,762 523,762 000000000000000000189f18c0482c8a4eeca258f09755df85208c54458f3444 944 0.33/1.00 vMB 37
523,761 523,761 0000000000000000003358fee4c821e8dcd7927b6c8ccb90ead6643ff6099d3f 1,844 0.69/1.00 vMB 36
523,760 523,760 0000000000000000001e6054cb890358a9c00ed33c859e4235eefa88a33aaf4c 47 0.01/1.00 vMB 8
523,759 523,759 0000000000000000001c885ebd09e80e436d20081e5e7dac2880ab0a1b06a755 74 0.02/1.00 vMB 22
523,758 523,758 00000000000000000040f5dcd4f5d1d59fd1b0a29b2f24878f56d9fd29245152 316 0.17/1.00 vMB 12
523,757 523,757 0000000000000000002c737e4abb64fbe303b43f21324927f1b3782bde2e8b6b 321 0.10/1.00 vMB 43
523,756 523,756 0000000000000000002257e895b210026d2d5941523fa2e602f1e34f5a9e1844 160 0.09/1.00 vMB 22
523,755 523,755 00000000000000000000cdb29b532d350ec3c4ce52e6a89abf7533afe56ef433 34 0.14/1.00 vMB 1
523,754 523,754 00000000000000000022961ff4d43989faa93ca507d39de49947b47fab9b16cd 2,105 1.00/1.00 vMB 16
523,753 523,753 0000000000000000001747f7571772f92bc4009287d9ba33cfd4e69e43a9e7a2 892 0.96/1.00 vMB 15
523,752 523,752 000000000000000000255406d9c7fd7ca2e5b90a8ffd6693d69087abfe454b3c 1,698 0.97/1.00 vMB 16
523,751 523,751 00000000000000000029f6ea9ab512ac5e702255720c8c192f50776d2b07f580 101 0.03/1.00 vMB 34
523,750 523,750 00000000000000000029b7e1c4de3789a00e3d24be56566bc5c831ef5f60c447 172 0.45/1.00 vMB 1
523,749 523,749 0000000000000000000b04f470132d7cdf6979eb1007d45cacc5b7e66e9dff8b 762 0.23/1.00 vMB 30
523,748 523,748 000000000000000000011b00cf2e8b67d0dbcb66ad1050e804b6712300ad8dd4 80 0.97/1.00 vMB 1
523,747 523,747 0000000000000000000c60ee55165f4e236db906d0c7dac634ebe450cc65c153 1,815 0.99/1.00 vMB 23
523,746 523,746 0000000000000000003b3d044a540b4bf3f7b03acbdfb6e2e19a6d4c4b86ef83 1,800 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.