Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.27 vMB)

Priority:

  • 1 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
909,841 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,840 (865,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,150 44,150 000000000fa253ffcfcc70ed7f864b06d5d942c1ea30bad123daf67d463469f4 0.00 MB 1 0
44,149 44,149 000000001b9bbb7a2513dfcfc3e0701530119eed20a4cee08a37bddd11579dcf 0.00 MB 1 0
44,148 44,148 0000000030151e7e739622a78a74ded76b12afd334528fde7fda2159e805da95 0.00 MB 1 0
44,147 44,147 000000001e03139b64331b162e90ad370db8854dcacec204c91ffb3aa42605b8 0.00 MB 1 0
44,146 44,146 00000000248464aa78b2f9206e4c0d224baf422ae41aa72ef1c1c7b0a810e7ef 0.00 MB 1 0
44,145 44,145 0000000009c2196d70a8c0739090f4a36f156dc98a1649e34eedf7c646f2ca5c 0.00 MB 1 0
44,144 44,144 0000000006fc411939c92ed8c244d628db1f8df8364b26b78487eca3f26ac92a 0.00 MB 1 0
44,143 44,143 000000002ed966feb9e64c6a73b51f9fd3e412d2fac0c423ada239e86542a348 0.00 MB 1 0
44,142 44,142 00000000296acf933614e13384ce6d12bd4115bcbcd688f473c2f50b2b6b04fa 0.00 MB 1 0
44,141 44,141 000000004377e922c268ba2db861f02631028ad1f2dcbbf4509597152b509abf 0.00 MB 1 0
44,140 44,140 0000000040e84a1c53c013e743ae04920f9a99f8399107aebdd0894716260c95 0.00 MB 1 0
44,139 44,139 0000000041fef93919d23ed58bb5cc23b558ce4a6ecbd9334ab565132a1ffbcf 0.00 MB 1 0
44,138 44,138 000000001993e7d1fd172890e4e8a60fdf96cc51a1915bd9423b00c32082d1fe 0.00 MB 1 0
44,137 44,137 00000000244346c4831b1b63e609eeab59c324214b25e91060e5b9ea5dba71ef 0.00 MB 1 0
44,136 44,136 0000000025a70018ff8182ba6b186c2c64cf0d167ec275fca11c013bc46b4bc9 0.00 MB 1 0
44,135 44,135 0000000007b1a4f945edb9a53006658643f1a195a088374bee7afbc48c3b7b26 0.00 MB 1 0
44,134 44,134 0000000009da68c4ca709fa908ccf74172e56df56d5d08ca74b40c403e4626ff 0.00 MB 1 0
44,133 44,133 000000002c45eb73df30273df8bc7df308a5e02fe43951deca78d848244b9263 0.00 MB 1 0
44,132 44,132 000000002bf80fb454058d164aaf9e3fb3e43e38015f2d37ce626408f40c98c1 0.00 MB 2 0
44,131 44,131 00000000402b8a2e41f3e0162827cec0287723071ed910cd629fdfeca781c78b 0.00 MB 1 0
44,130 44,130 00000000178e79b9ddd027d47cfaf286605050bd02b3b375954c683654a219a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 GB

Node Information

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