Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

489 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,270 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,269 (887,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,774 22,774 000000005803698e1ec6d4d8fc4b111bbb01a9360680738914dd4bb5a854774b 0.00 MB 1 0
22,773 22,773 000000003eff34ea2c55ba9c7e4a38d71617d10ad9c1fd88b8118c1aadb4b122 0.00 MB 1 0
22,772 22,772 00000000e426947d7c860d5562d8ac63241648e4f014f9d69ca37f81c5930fed 0.00 MB 1 0
22,771 22,771 0000000089cd3f4b21f254bb720dc11a179e92d3ac1b4053e24a5b395ce33e3c 0.00 MB 1 0
22,770 22,770 00000000c479e78e24ccdf0cf602aef5bd462a44c669e22bf942af7d8065d3a9 0.00 MB 1 0
22,769 22,769 000000006ec8be69407babb98ff3b7a34249d3d96bedd0a0198f9a9e2393ed39 0.00 MB 1 0
22,768 22,768 00000000b7eb85f8c6f463e6e910eb2e73402c5967591c9d3949450b9855efc4 0.00 MB 1 0
22,767 22,767 00000000726d9e8466688ba005563e459bb2cc88d3dcd2d6bca5e8f0093e11f0 0.00 MB 1 0
22,766 22,766 000000009c05da22a84b2335b1b6fce9f0609ddd5b8f1ce60d68e3fa89259180 0.00 MB 1 0
22,765 22,765 000000009ae2352fe53bfa6c4efcb38cef28c2e1c25ff9fd37a0b657fd95a8a9 0.00 MB 1 0
22,764 22,764 0000000044d5864aa21ec7c369a3314e22eed7c75ea9ebadf8d95c8140a8c5f3 0.00 MB 1 0
22,763 22,763 0000000086b88909670dcbcd1b42be3ff002273f3bbe2b1eb806d06cc9dfdc6b 0.00 MB 1 0
22,762 22,762 00000000460a8a47d6f3d9529036b7f407665607cf47010f9df1591f91b2051c 0.00 MB 1 0
22,761 22,761 0000000001ef6bfca26751fd93bff772428848dbd9697884f044c8a7a3617e65 0.00 MB 1 0
22,760 22,760 00000000e208cb6b4db9a232465aad5d32aee78ea407ef7c9b2abcaa5bc1894a 0.00 MB 1 0
22,759 22,759 00000000b3e92cb6d81a9d9840b133fe14c58acde0df378199270f3aa073e5fb 0.00 MB 1 0
22,758 22,758 00000000adba8594fc338fc3679ad24e7d85a39593a8672e63c04f2b869b9556 0.00 MB 1 0
22,757 22,757 00000000f8442e92cc0bf2e6efe3f73de4ca53d99a36ec244106d294c882e1cd 0.00 MB 1 0
22,756 22,756 00000000c7da4b6154ba2736cafaa4ab6661e6329029130470374ef8d5e696b5 0.00 MB 1 0
22,755 22,755 0000000088eb4ea4a08248493a1cc3ebafdc6a67269a5ce737ce6f638680bc3b 0.00 MB 1 0
22,754 22,754 00000000b5ccfd582a9531f096222aeb2f1e093449c82f6b731760160fe9d89e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,224.89 GB sent, 118.06 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.