Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,879 transactions (2.53 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,041 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,034 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,040 (872,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,012 39,012 00000000358b5e56134c9b3635ec560f619197447bbe6d17bf4059e34b537ec4 0.00 MB 1 0
39,011 39,011 0000000032cee9a9cf2238386cc85429f6afb81eaafa141ba995585733df2a00 0.00 MB 1 0
39,010 39,010 000000001c28bb5ba1dafe1d461e7fa79bb9abfd61eab35131e29581df408b51 0.00 MB 1 0
39,009 39,009 000000004ad2aa9a590ad1ddbe78fe23f10ed0b07ff1844bb98c504bd0a493fe 0.00 MB 1 0
39,008 39,008 0000000024fd25b14a78e52905f2cef1befe64356ec487d3c429649c1fb9adf5 0.00 MB 1 0
39,007 39,007 0000000078ac4418d8407ea090d42f60c22a806e0c9648d8c0672d218d7cdb0b 0.00 MB 1 0
39,006 39,006 0000000025a0d78919e6868073950ea236cfb1582e12774a786f2e325aec832f 0.00 MB 1 0
39,005 39,005 000000002fe2201580b1f40cf07719b46751742c62ffb00880a250bdd1ea35c1 0.00 MB 1 0
39,004 39,004 000000001f9901a01a74cc98ec1e9579c3486b4079bafbfda7d8555c16427078 0.00 MB 1 0
39,003 39,003 000000003716f918d7c418c467f2a51473f297756b40c773b79be19067996745 0.00 MB 1 0
39,002 39,002 000000001c0e540d0558deb0b9178becdbf2dd64a967b85c5bb2e7175c84bdb9 0.00 MB 1 0
39,001 39,001 0000000013a777083b9ed2bcf634fb12116c7646ed15855a432ec3c731fa3524 0.00 MB 1 0
39,000 39,000 0000000081b8c41f27bf3955713105c9bdc5118ddf429a9aedc54b71114ad563 0.00 MB 1 0
38,999 38,999 0000000070122318cc2a2cb297dc05a14746750bcb81b6e95f5c17ec91998672 0.00 MB 1 0
38,998 38,998 0000000072cf289555176573d4afb644cf2251552f3f9504a72f1db92ea6e477 0.00 MB 1 0
38,997 38,997 000000008c8fce513346b2c5b51b377e22df8db584d42dc085dd0a37a68ede96 0.00 MB 1 0
38,996 38,996 000000000090fb7c6d21c279062af1cfaa87147a0aeb93fe1ad925f5b2d10cb0 0.00 MB 1 0
38,995 38,995 000000002575a319962ec801d7e5304b16e37f3dbeb69edd003f5477c4489cf9 0.00 MB 1 0
38,994 38,994 000000001ff17fd39faad6f57f6919c640312b1418c1bbc8919fbdcce157296c 0.00 MB 1 0
38,993 38,993 000000005615100a6880d96f7540eaa719fc5cb4bc27f90f9864ef12338a5fc4 0.00 MB 1 0
38,992 38,992 000000000401a169efa7e4886274a08ccbd5366ab8b0096d37255a2f66559ba6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,362.92 GB sent, 125.39 GB received

Notes

  • This page updates every 5 seconds.
  • 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.