Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

68 transactions (0.01 vMB)

Priority:

  • 1 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
911,319 000000000000000000022b910000000000000000000000000000000000000000 0.01 vMB 65 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,318 (54,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,206 857,206 000000000000000000028c20e40fd8b2fe132bf3fc1541833bb182a5251ad6ae 1.59 MB 4,793 4
857,205 857,205 0000000000000000000299af4d69ca7f0eb9ce8c8c73cfbdaeb966da09644344 2.06 MB 3,554 3
857,204 857,204 00000000000000000000e029321b8628c8a5ac08e0a596bfd1dc253dab79d86d 1.58 MB 3,480 9
857,203 857,203 000000000000000000030c8a2fb50c8b13fbf579d1dce45998214bf38f92b134 1.58 MB 3,655 9
857,202 857,202 00000000000000000001ed0e6c7def2e812426630e8ca85694e4285112f79fdc 2.30 MB 3,793 4
857,201 857,201 00000000000000000002f383d8f6838068d7028e9e166cdb15aafb1b3408acd9 1.56 MB 6,242 3
857,200 857,200 00000000000000000002dd3bae057a10ca31419e6351071da07de47b127cdfff 1.55 MB 3,996 5
857,199 857,199 000000000000000000012a7ac1107c5990a5a274ef1f8e3702c1631fb285d8db 1.97 MB 5,700 3
857,198 857,198 00000000000000000001679a8b23d3e1bb417f8a1b4a91d66094c7191600c7b4 1.64 MB 6,194 3
857,197 857,197 00000000000000000001412633ae859e10db684790cbec9daa4112b88f3bcfc0 1.62 MB 2,980 4
857,196 857,196 000000000000000000012382b9f86d2d79b19338e9e9d6d9c28f802971a33037 1.65 MB 4,307 4
857,195 857,195 000000000000000000014c91e72de52f2ef816e435c600b0a4f7e5c7ac2ac7af 1.49 MB 3,304 6
857,194 857,194 00000000000000000001fb58bd41ae636acfe5efd45383528500164296a3fccb 1.47 MB 7,701 2
857,193 857,193 000000000000000000028556de2b6cd62af98869b4ca88473b101545fff404e5 1.59 MB 3,660 5
857,192 857,192 00000000000000000001307912ab1d2d847023de5f5acea15bd567b0e42bbbcb 1.35 MB 2,114 5
857,191 857,191 000000000000000000018e121364f64eb0a660472a912b11dabe42c98bb790f5 1.48 MB 3,477 3
857,190 857,190 0000000000000000000256385494b57b2b421452cad0c111c2e70cad6288d665 1.57 MB 3,600 6
857,189 857,189 000000000000000000022f4dd10d65f28763bf230feb2b95c37d99ffc191b75e 1.59 MB 3,901 6
857,188 857,188 00000000000000000000fca3b0536d8a4db56ff5b552e623c86f87167e65811f 1.58 MB 3,788 6
857,187 857,187 0000000000000000000008785861a70785bd89fc60756b3abac0338df6c9b01e 1.56 MB 5,680 4
857,186 857,186 000000000000000000006474e3aeb9db39d8597c521ca8bfb0dcd829750c4745 1.52 MB 5,333 4
Previous 10 blocks ↓
Total Size: 775.83 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,399.42 GB sent, 127.99 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.