Loading Tool

Explorer IconExplorer

Memory Pool

53,027 transactions
30.66 vMB
0.28033260 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt bf2a4f2f4880f0664e32b0e38b3a745e01c2e870d0e0385b761d8eb206bf734d
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (78,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,863 835,863 0000000000000000000185dc724f917c517b925f0022afb9fb043b06c840d649 2,031 1.00/1.00 vMB 14
835,862 835,862 00000000000000000000231dcf91bdf6982acfd73fd8a7ae18c14c21787fb869 3,139 1.00/1.00 vMB 22
835,861 835,861 000000000000000000031aa6cf3cd279b4118dd80b32e22a6fa29c22f5ab76f0 3,462 1.00/1.00 vMB 34
835,860 835,860 000000000000000000024b4e89d47f842542b42e503d3219d9a226fa458b2db9 2,772 1.00/1.00 vMB 34
835,859 835,859 00000000000000000001e355a2ab295124055b20693271bfc66693ebe696c416 489 1.00/1.00 vMB 11
835,858 835,858 0000000000000000000144c96e2fb34aea2b5f79d8fb0bdccf289def0e3f7e14 429 1.00/1.00 vMB 11
835,857 835,857 0000000000000000000158f36fe3138477a9b5999fc1cf9d27703b865ebac761 2,085 1.00/1.00 vMB 15
835,856 835,856 0000000000000000000113a30461c61af794c007611973bbaaee6b822bcd095b 1,861 1.00/1.00 vMB 13
835,855 835,855 00000000000000000001be8450758f0736d12ca79ad34d12c83361030825a568 3,415 1.00/1.00 vMB 26
835,854 835,854 000000000000000000003265c3c9cfad64c71d86f3670130a994581c6817af5c 1,557 1.00/1.00 vMB 15
835,853 835,853 00000000000000000002e34a68996dbbd73e58eff4a46a72db34a921aad4dca1 3,787 1.00/1.00 vMB 24
835,852 835,852 00000000000000000001c6e716347c8a471a5a861c65ec830888dc4e946cfb47 3,125 1.00/1.00 vMB 17
835,851 835,851 00000000000000000002ee7a6887ced9f83de4f53e82f0f31dbf0dea3a614ad0 4,274 1.00/1.00 vMB 26
835,850 835,850 0000000000000000000182f12bd6fd7540f41052f35fe0f2c72ef0a74702e3bb 3,809 1.00/1.00 vMB 29
835,849 835,849 0000000000000000000222b76833a7516db3753402906f01b193b07c1960578f 3,196 1.00/1.00 vMB 39
835,848 835,848 00000000000000000000524a67e6ababbdfb5fe5ac1d46f8bb101bee4d669374 1,670 1.00/1.00 vMB 16
835,847 835,847 00000000000000000000d0ccce2e7b5281847470075abe11dc212fd01be49e26 2,883 1.00/1.00 vMB 20
835,846 835,846 000000000000000000011f5c2d699918e7708936e5e59481806ded4fe43553c4 3,156 1.00/1.00 vMB 30
835,845 835,845 00000000000000000002d3eff9363bca80ba67d8aabf80bc8c7c1a39df7016f4 1,793 1.00/1.00 vMB 16
835,844 835,844 0000000000000000000314bd6f3ffc1281b0258b20444a9627b22ddaebe90112 2,625 1.00/1.00 vMB 22
835,843 835,843 000000000000000000000d5a1ac4ae20ad08e5cf2fed0d479f41b02f3dce3b5d 3,153 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.87 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: 644.24 GB
    • Received: 12.61 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.