Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,145 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,522 (11,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,572 899,572 00000000000000000000d1b9bbc8f2b2a3a63544a6d4436c593c918d344742e6 0.01 MB 17 4
899,571 899,571 000000000000000000013951b0e2205e9c282951e7cb065a76f207664ac28526 1.64 MB 3,232 2
899,570 899,570 00000000000000000001fb640ec4bd4503ccaa584b4ba3add3ddf732a4407e77 0.37 MB 693 2
899,569 899,569 00000000000000000002194afb7631bf82fa741c4e5bf81dbceb1a5cdde0a0c7 1.45 MB 1,173 1
899,568 899,568 00000000000000000000eddaab5d2206bc92f02fe1d4f6a8b38b97556af40b21 0.91 MB 1,444 2
899,567 899,567 00000000000000000000853eedf3bd19c0065825e229741e695f1d30fc652e51 0.61 MB 1,190 2
899,566 899,566 0000000000000000000165dcacfaa57b04591a3b490725b84506663f3a7b5927 0.68 MB 2,010 1
899,565 899,565 00000000000000000000ea120820bf3ebc4959cbd990a0a8e643a561f055842d 1.76 MB 2,839 2
899,564 899,564 000000000000000000003d39854453a4f8f07a358f7e8c2e139cec9b5e6af9bc 1.63 MB 2,826 2
899,563 899,563 000000000000000000012bee5aa123085bdc022f5232eb3183a7513fb6e473bb 1.60 MB 3,558 4
899,562 899,562 000000000000000000007774ad1c50a774caf0015d7ead1a24cefc3c39e62217 0.92 MB 1,652 2
899,561 899,561 000000000000000000002809f6b1aae0f18d13694064a0b9d557e0359b82880d 1.71 MB 2,338 2
899,560 899,560 000000000000000000019ae6c6e4abac08674fbfbc49a084369921c14ac089a6 1.17 MB 2,277 2
899,559 899,559 00000000000000000000275f55e5e24c43e09752f8fe4cde09bd61694c702ceb 0.31 MB 441 1
899,558 899,558 0000000000000000000124fdfaa24c6bdf0bef9ab73a85d185f915b3d7fcb126 1.74 MB 2,478 2
899,557 899,557 00000000000000000001c36a62da8da9694e318b1262e4784fd5fbe93d8642a7 0.77 MB 1,292 2
899,556 899,556 00000000000000000002225123d0a04e81d9ddd0e6504c10fb8014ca4f22cc49 1.02 MB 2,011 2
899,555 899,555 00000000000000000001ecfa39bd17af4d8a41dd017a3dd8bb85f516f77b8de8 1.74 MB 3,201 3
899,554 899,554 000000000000000000021d8c493fcbbc057062ab5446b1d3bbafe7d31569edd2 1.06 MB 1,674 1
899,553 899,553 000000000000000000006c84b334a5aa22cc0897dc3725364e84fa8f1dc876bd 1.64 MB 2,322 2
899,552 899,552 000000000000000000022c8a91b35d70ecb96692f4501fd7edad77e9f1cf037e 1.69 MB 1,433 2
Previous 10 blocks ↓
Total Size: 776.20 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.95 GB sent, 129.73 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.