Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,780 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (137,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,986 773,986 000000000000000000066c49037ed994880df21998cf73cbb5ea049f1b889357 0.37 MB 962 11
773,985 773,985 00000000000000000000e2e7de6874e090e6fc453522b1976f2bc4b65b68862e 0.83 MB 1,896 12
773,984 773,984 00000000000000000006c5a739e5de58011f36e835a587cefd5f0452dbf88f94 0.22 MB 554 11
773,983 773,983 0000000000000000000660399c1363ef7f1d507456685b0cf09770e310afcec8 0.26 MB 574 11
773,982 773,982 0000000000000000000747820b13b87f65182bdd32fc07b5368ef778e0092b94 1.26 MB 2,403 11
773,981 773,981 0000000000000000000515944b55a034be4de8ba8b4b3bd5048d13b85ba9c387 0.70 MB 1,582 11
773,980 773,980 000000000000000000005e899940b78394be73cefbc1d07c615de577a66db9df 0.06 MB 113 11
773,979 773,979 00000000000000000001decd7e5f0d920b0ace0c3af329abf2f22290c53e867d 0.24 MB 602 12
773,978 773,978 00000000000000000000b6694ae16e6fa0800e3a86629592c4661a6ab7bf501b 0.47 MB 804 10
773,977 773,977 00000000000000000004ca9e05655c2ff4d86d009a831350e50bf88283304425 0.10 MB 247 11
773,976 773,976 000000000000000000001b27f729f32eb1319e82274c7b1e953d23c8199c9ca2 1.27 MB 50 1
773,975 773,975 0000000000000000000636a3d7af7c8c6c61e5007654832b8b8bcf5a382b5e62 1.68 MB 1,833 7
773,974 773,974 00000000000000000006b6ac80469fb829f6f3187f677448c8061849743504de 1.72 MB 1,702 5
773,973 773,973 000000000000000000036d58f39403dd27dddfe4c5e0b6237fa0a3b00574a92e 1.39 MB 2,125 15
773,972 773,972 00000000000000000006e24e3cc244413149c40218906193ec6615be5c9c4a93 0.30 MB 489 12
773,971 773,971 00000000000000000003c56dc9b6a74b4ca643b051a78fd2a2635c82ab6f1d07 0.61 MB 903 9
773,970 773,970 000000000000000000036b9ee4fa7034c5f154d2689d4ad35ae12950dbbe1c81 1.53 MB 3,383 14
773,969 773,969 000000000000000000055c0cc7c243085720c7983340c3ba51a33fd9aaf00829 0.03 MB 90 15
773,968 773,968 000000000000000000019f74a26e50fac0a0a380538be4434dead98a4d0eda0c 1.21 MB 2,200 11
773,967 773,967 000000000000000000070004b2c072938b5ae16b6486544b2405ecda85cd35da 1.46 MB 1,437 9
773,966 773,966 00000000000000000007444014a215a1e21fe2b1b45dc4165a0e155e71d855dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.01 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.