Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,272 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,368 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,257 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,367 (158,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,013 753,013 000000000000000000064af4378fa87493db2613d29128efbf2125710faefc2b 1.60 MB 3,173 12
753,012 753,012 00000000000000000003c11cf6eb6d9fe1f1ef95ef27f81d18bbcf5c5289df35 0.31 MB 563 4
753,011 753,011 0000000000000000000267b00d66d2289dc464ed8d75c3eefa966aa57a64861c 1.45 MB 2,511 14
753,010 753,010 00000000000000000008ea7fc3216fd4c8c3eb49dae21d1441174bc6757ceb00 0.47 MB 773 16
753,009 753,009 0000000000000000000065b0c41ac252ae6b6e65d6e3bbc7e0d4b4c54451963b 0.53 MB 906 10
753,008 753,008 0000000000000000000621ddd74052f1a635ee865d42c40b99d390e7c1f303d8 0.05 MB 115 14
753,007 753,007 0000000000000000000101fc4670864aaccb6cee785ab0393b26514834262b69 0.88 MB 1,834 11
753,006 753,006 00000000000000000002a5443a73d7a3dfce29d8e212157305372148e28d2077 0.92 MB 1,756 11
753,005 753,005 0000000000000000000370ee79b499ae577272c8707d0a2093098b54597fd56c 0.35 MB 689 13
753,004 753,004 00000000000000000001c69c2c22dd69a2096fc1986c1368aa4247aa75986bc2 0.68 MB 1,013 10
753,003 753,003 00000000000000000008543522c9e0a32d127cd89c5dbdae9b5a016f7b869380 0.12 MB 139 10
753,002 753,002 00000000000000000007bd27f75846d3ff849decd22fda0dc3913a11c9420a25 0.36 MB 639 16
753,001 753,001 000000000000000000058c9f548ddb5fea415b4b26cc49954e84cfffb1677363 1.08 MB 1,366 12
753,000 753,000 000000000000000000077d07994254f0e0094c6c2c660baf4134dad7408f1dad 1.46 MB 1,617 5
752,999 752,999 00000000000000000006468e970656cf5e7a2a2912919051d57227c064a2c360 1.30 MB 1,489 16
752,998 752,998 0000000000000000000604986712d86f339e219160b418f8a41336cc9c91e83d 1.46 MB 2,398 5
752,997 752,997 0000000000000000000770ea9acdd19a43fcc917dd52d71b0134f13514b5f8d1 1.52 MB 3,398 22
752,996 752,996 00000000000000000001726167d38c041f3ae881a43c0f40d51cd0bd5fdb1c7e 1.46 MB 942 4
752,995 752,995 0000000000000000000247bfd24ced5fc2b2ad1bb03719765e8d6263b643c69a 1.61 MB 2,572 9
752,994 752,994 00000000000000000008398b0461565adc0a88ab318ed1c2d742720e8be46ad9 1.52 MB 2,971 16
752,993 752,993 0000000000000000000798c3ed279746098e1197ba74485c03c5ab6e5e2accc5 1.49 MB 1,997 7
Previous 10 blocks ↓
Total Size: 775.93 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,401.76 GB sent, 128.45 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.