Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

88 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,834 000000000000000000022cb30000000000000000000000000000000000000000 0.02 vMB 88 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,833 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,796 910,796 0000000000000000000146ffd690ffb1ec3c9ff8f4d27a94e6572ae582926169 1.87 MB 3,615 3
910,795 910,795 0000000000000000000200aaf93fcc5a146d89e1df6a5779ec7c6c9f53ceaf81 1.83 MB 3,417 6
910,794 910,794 00000000000000000001d6ee3820e1a83ccdcb39fa519e178e12dac3d86cf92e 1.55 MB 3,796 8
910,793 910,793 00000000000000000000209da7a5c7a22455fff2abd1662823b2e6875d072fcc 1.62 MB 4,251 4
910,792 910,792 000000000000000000021a7b08a8ec01bbd8d12771e684f8d4334d88342d72b5 1.65 MB 4,061 2
910,791 910,791 00000000000000000000457da069a1a472e3f198770199b6a2ea3e2791851e6b 1.67 MB 3,347 2
910,790 910,790 00000000000000000001bef88dc4ada69b04357ceb16a12759296014e39ee0e6 1.83 MB 3,689 1
910,789 910,789 00000000000000000000c5c8c7fe597b30b6751cd923dcf21e2c4b2aa5e7cb82 1.60 MB 3,016 3
910,788 910,788 00000000000000000001b82a469fa1dc9e9118cca93dd67b370a3644c25b156f 1.63 MB 2,917 1
910,787 910,787 00000000000000000001d5528b488bebfbb4ec11265605bdab9275a275a58698 1.61 MB 3,898 4
910,786 910,786 00000000000000000001fed30689fec08381d8ba3bffe8352ef2baeeed3bf80d 1.55 MB 3,525 3
910,785 910,785 000000000000000000006af6c56ba8ec9d6652a7ec1e30c28efb9d464173cfa6 1.79 MB 4,382 1
910,784 910,784 0000000000000000000094da54567dea62642c4563c2fee71a1167f79033c9a5 1.64 MB 4,115 3
910,783 910,783 00000000000000000001ee4a61e4eef29a1bc011a4c20f194a999e1c57418c2b 1.73 MB 4,943 0
910,782 910,782 000000000000000000012f6ab524c485f354d7a441399cccda8e286f3bf5fe64 1.81 MB 3,362 2
910,781 910,781 00000000000000000000f276c82c0dbd82f7acdb640accaffeb4799e69830ad5 1.80 MB 3,816 0
910,780 910,780 00000000000000000000ce4b7cb5641df8c8ff0e23670cd1d37b51909fce4ef3 1.70 MB 5,123 0
910,779 910,779 00000000000000000001b9e09496396ed580ba1bf4cd397176fd1bc337ed63d6 1.91 MB 4,118 1
910,778 910,778 000000000000000000007d11d0c0674e5b8b751089a20547252ace59baf44016 1.65 MB 3,880 1
910,777 910,777 000000000000000000013eb778306bf55c6c1bedc0f7c07ef09cc4a49b621826 1.78 MB 4,401 0
910,776 910,776 000000000000000000019a793392dc482a8f8b30431b7ac3ef3968178561bc00 2.46 MB 2,421 2
Previous 10 blocks ↓
Total Size: 774.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,331.34 GB sent, 123.38 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.