Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,552 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,500 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,499 (186,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,013 725,013 00000000000000000005dfddcf2e4c6e83a385cca765abbcd22a756a9df73dce 0.91 MB 1,761 7
725,012 725,012 00000000000000000007f02a2df5ab3a0769f4bb60fbdcc059bdf2d34e2bf3d7 1.15 MB 775 4
725,011 725,011 00000000000000000000829a30ae7e02da614111e60554f3d64ba51d4c119e0e 1.02 MB 1,133 4
725,010 725,010 00000000000000000004c029ecdf0275a525055ea0406f49d6b6ad61d37ab292 0.60 MB 627 8
725,009 725,009 00000000000000000007123eedbbf53fb645822c182b128caba9c58f294b361d 0.29 MB 445 5
725,008 725,008 000000000000000000007431a6b1d1df0322a5397eba4be747a630e7f5802530 1.27 MB 1,094 3
725,007 725,007 0000000000000000000833b835f85316fc73c2ee52993b6aa42c56c5adaef82d 1.48 MB 1,948 4
725,006 725,006 0000000000000000000439f9f63b7a042e6002038d2656f9fb82b6706a7a8d2d 1.48 MB 1,865 10
725,005 725,005 00000000000000000001a55caabcc19b027e9f44fdfad753ba93adfd89a7a27a 1.06 MB 1,207 6
725,004 725,004 00000000000000000008d628ea0ada60628fcbde96ae5ae40ceb930da28086d1 1.40 MB 1,629 6
725,003 725,003 0000000000000000000604874b89f17458329040850040b109d6b6639fdd45be 1.15 MB 1,610 6
725,002 725,002 00000000000000000009397de648e8e380377d24fb2d753ef2cc95dc7b843ae3 0.51 MB 1,057 8
725,001 725,001 00000000000000000002b585923388a9cea815e12ca5ef1bcd175ec28bd82acf 1.51 MB 1,819 4
725,000 725,000 00000000000000000005f91517a043a19b452dc4e8cfd872651768dddf7bb8e5 1.69 MB 2,853 7
724,999 724,999 00000000000000000005d10a470a90cf18b6c15302f45fac5593bcfc15b7359f 1.53 MB 2,934 10
724,998 724,998 00000000000000000009ba51c5eb27282a18bae44a2049af080567706beeb05f 0.36 MB 765 8
724,997 724,997 000000000000000000016e00093f174db99d17b42bf59f841c904bac2360f5c3 0.03 MB 78 8
724,996 724,996 00000000000000000005a2953fde8345c97bcf245569c8cc348ad3b1e3bbcff3 0.82 MB 1,262 7
724,995 724,995 000000000000000000090ab9b871a5ff8f65e5c11fa58feb44f5ed6a90567032 0.58 MB 1,107 8
724,994 724,994 0000000000000000000115bd5699ace76985a75f0ca3235f5d7091b23120a869 0.07 MB 143 10
724,993 724,993 000000000000000000086b797ea45a417f6c3a46d8f5f963785138f90a1251ab 1.26 MB 2,101 3
Previous 10 blocks ↓
Total Size: 776.16 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,412.25 GB sent, 129.53 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.