Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,536 transactions (2.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,878 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,412 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,877 (830,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,150 79,150 000000000022ed6256fa70f1c2cbebf5676f29bbbcb1a650c78b9f59ba035f07 0.00 MB 1 0
79,149 79,149 000000000008e10e0a7b610fd64a4f7c6eb52da96e5631a2e7bfe5d2919e6355 0.00 MB 3 0
79,148 79,148 000000000017ca68a7ad1e1172f63f9ebb3ec93279052b2a705e09657799c010 0.00 MB 1 0
79,147 79,147 0000000000406b2e4258db073c84b010d72d3dbdb3137dc877c0c60e775dd296 0.00 MB 2 0
79,146 79,146 000000000011b932d7d801d56533fb4a6b0fc4ec78cff76e1c641e3bdc5f7782 0.00 MB 2 0
79,145 79,145 00000000000d14136b02a0c1db68217c9aab40fa706c4f97a6b8494f3f277e28 0.00 MB 2 0
79,144 79,144 000000000033a273f1d0b357efabb77aed4bb7e6f59b79a9c0f0fc46557292fc 0.00 MB 6 0
79,143 79,143 00000000001f5f4593a3ca7f3367688a6b55d27294f80f428252c47b10500a65 0.00 MB 1 0
79,142 79,142 000000000058595aabc7b605393f0c7fb765d7b6906066588991b68ce9874c1f 0.00 MB 1 0
79,141 79,141 00000000003eac1515317d52a3d20dd61b9d424449ea66d15a71024288598b16 0.00 MB 2 0
79,140 79,140 000000000020df259b29ae4ff81038c9e8dc098828c0e15c3181d990dbaaf28c 0.00 MB 1 0
79,139 79,139 000000000051af61218a9833d585d70cf1958d1c56dc9e1d35bba9b438e7f1d4 0.00 MB 2 0
79,138 79,138 0000000000370d3929c1d005eae4b4fba6460b0f8b11df42576714ff8842f73b 0.00 MB 3 0
79,137 79,137 000000000008dfe65c70a78f1dbe91a7ba9bc87cf1661528a606fe8c423e80d8 0.00 MB 1 0
79,136 79,136 00000000002c73fec3ff1daf455f9560727172a83280d10e8c7a60cc74547d1c 0.00 MB 2 0
79,135 79,135 0000000000528a9ead586c3c7206f0bc895b4a5bf70b038b7ebe5aeee7598a94 0.00 MB 2 0
79,134 79,134 00000000004f21e16eaca0861d0e3f61eb5403454e87fca78f91ca8526834e19 0.00 MB 1 0
79,133 79,133 00000000000cdff7652b7a500c5f4043cedc499888277e1a6fa889fd6398843d 0.00 MB 2 0
79,132 79,132 00000000001f99ebe97e3a5a01acc8b74263b57d3bc4ee1f8bbb7f183f84c9fe 0.00 MB 1 0
79,131 79,131 000000000044fcf71df5ff2e310c6a00117b8a825880b122214fad310692a3d2 0.00 MB 1 0
79,130 79,130 00000000000c5d65a18b910e83aedd6be1925a80b9dcd9614f9c1c2df2c118b1 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.68 GB sent, 114.24 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.