Loading Tool

Explorer IconExplorer

Memory Pool

73,196 transactions
28.20 vMB
0.07209335 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 7fabe455a3cc50f6fce2ab57bd6561cf14048c0824a7631615c35e2370cde0ee
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1b32ea74b3bf24de62d22621330ce644f7343ac55e7e69184ff3acd0f8e5f5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01555923 BTC
Feerates: 150.86 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (277,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,799 637,799 0000000000000000000198b47cda0ecf29ecb416d747ff80ac28e020729f04d9 2,109 1.00/1.00 vMB 35
637,798 637,798 0000000000000000000d1768cdb0b8136bb7c3a9a7bb7066dcf42c812a32a4fe 2,387 1.00/1.00 vMB 53
637,797 637,797 000000000000000000004fea57a6e5eb2e169adc1457115b69e153731c3e8756 783 0.39/1.00 vMB 14
637,796 637,796 00000000000000000007dd8262e13978559db42c224a377a3fa90d128b573c79 1,821 1.00/1.00 vMB 19
637,795 637,795 000000000000000000049b9e3ca6fb7cd85eb044c18837e6524e150e6be953cd 236 1.00/1.00 vMB 2
637,794 637,794 0000000000000000000f55ae3472ef50a51b52aadf6f02628f565d0341bbf019 2,082 1.00/1.00 vMB 21
637,793 637,793 0000000000000000000c0613fe06ceb5f74f4c2e4d8c93ec6422a8ed2bb3758d 2,325 1.00/1.00 vMB 26
637,792 637,792 00000000000000000008a4c85f084af6eb27a0f845af3178c667c66f1fae08ae 776 1.00/1.00 vMB 5
637,791 637,791 00000000000000000003d44894e3da2cea222d49ab07798e9f71263078512e11 1,750 1.00/1.00 vMB 3
637,790 637,790 00000000000000000005999aeec9b5492ad6bb06fc91bda828d7602449512c55 2,778 1.00/1.00 vMB 36
637,789 637,789 00000000000000000006174efb3ecc87f34e41b35c7d6b0aa5f0ca8c1d7fed16 142 0.05/1.00 vMB 18
637,788 637,788 0000000000000000000ae422658ef05741ad80567322b9352402b56da5ee0d8c 2,006 0.76/1.00 vMB 21
637,787 637,787 00000000000000000004a9f4bb0491e41d4f7d27bdc1e05ff959e7eac6c5b7cf 2,025 0.71/1.00 vMB 22
637,786 637,786 0000000000000000000c39481117475d2415b361808ab8ccf6280a265918acfc 464 0.16/1.00 vMB 27
637,785 637,785 0000000000000000000025c3b44e88b64a34a367df3ae6a231f3d6f911cd5929 1,672 0.76/1.00 vMB 24
637,784 637,784 00000000000000000000c56ecb3b06f27712071450bfb8d295d00991a1e500ea 1,252 0.46/1.00 vMB 15
637,783 637,783 0000000000000000000d0e2144f6ba83181c7c18a2e0af1b935dab3790d6dfa8 2,753 1.00/1.00 vMB 21
637,782 637,782 00000000000000000006550f72b15e42ae3e8750b464a45ab70e0ced04e179dd 1,300 0.51/1.00 vMB 24
637,781 637,781 00000000000000000011001f3dc0b92c04fa59879f816e984ecd1414706dfe02 2,016 0.70/1.00 vMB 19
637,780 637,780 00000000000000000007f74cabf71d42d49e04fc7ea2492ef08f7720a9217e51 2,330 0.86/1.00 vMB 19
637,779 637,779 0000000000000000000dcfdfb2a345149ae0017487e978d59aa397fca4e01cb5 512 0.15/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.