Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

931 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
910,685 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,684 (839,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,581 71,581 000000000081515851262c0e06bff265b6ad38c2e35f491078d0688fe8c12386 0.00 MB 2 3,875
71,580 71,580 00000000005bbbcb87b56592f36f668eae83905a31f66f4f00aa894548dfacb3 0.00 MB 1 0
71,579 71,579 0000000000fcaa740060606ec6723a594cad1f7ea4d62c5832775d297a3c77d8 0.00 MB 5 859
71,578 71,578 000000000031a790ab343ac34f9cd7a342c42175207416027005fdd24c3a491c 0.00 MB 2 3,875
71,577 71,577 0000000000bff1ee31c589bbd638bd96a271df0ab96d01bc115d2b7b1d511de1 0.00 MB 1 0
71,576 71,576 00000000007b3944bd8faf605cca4cc5d0e886208132bd48d69e5c17009e2fe8 0.00 MB 2 3,875
71,575 71,575 0000000000dd5eaaed5e8b5640d2088ec2167368ed945df69590ac10789a4fdd 0.00 MB 1 0
71,574 71,574 0000000000b4ca802058d6a76ae907fffffab060fac391ca67b32551addc52bd 0.00 MB 2 0
71,573 71,573 00000000009161d8439992e8ce28d9fa5e47afd2c2beabb4b1b6cc54a31bc999 0.00 MB 1 0
71,572 71,572 000000000040f1c2d406b1144cffe63510d13f8b708e8737e8267bb2ecffda4b 0.00 MB 1 0
71,571 71,571 0000000000adc2eb6b804a70c5393c609cbd7f6eab89bf81987aaf9980ad7e8e 0.00 MB 2 0
71,570 71,570 00000000000f1a204d452497d1268976027f51bcdcc21f47d2feac2437bed105 0.00 MB 1 0
71,569 71,569 0000000001099fedb60df066719134606915126fffd6be5a1d493ebca86b1e45 0.00 MB 1 0
71,568 71,568 00000000009caf20b02863f0d84b6df2346b7d5736271557c27b12cd70917e7e 0.00 MB 4 0
71,567 71,567 0000000000e19d377ab561f825ab1bb39901efc030005d763f52d48a88c75958 0.00 MB 3 0
71,566 71,566 0000000000ebb385f3ef4680fb4c752e19ab3b964c77bd56975bada0c8e4fe4f 0.00 MB 1 0
71,565 71,565 00000000008f694357e09eb688adbeae0c60a0890ee50b71f9203629c30181f6 0.00 MB 1 0
71,564 71,564 0000000000ec67171d24fc07a9c36f24e69187932f3c55b4e1046869703d7d4c 0.00 MB 1 0
71,563 71,563 0000000000b9c895b92a5480f6888bd6c7b4e96f8f65a3dde08f5c3ddffc37e6 0.00 MB 2 0
71,562 71,562 0000000000474eea22fbfb1078bb5adaaaceea4c9f6d0b9026c7ebf596bbb48d 0.00 MB 1 0
71,561 71,561 0000000000fe875f0e06d448a7ce71dfeab7dcedf5bbd5f95deb3bbb715187a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.64 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,288.16 GB sent, 121.84 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.