Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,159 transactions (1.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,913 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,912 (830,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,157 79,157 000000000028ba7b94556afa7b93cb18e358f12bba76563414c256316f4ffb8e 0.00 MB 12 0
79,156 79,156 000000000031c96ca9905e1202a93851d66e8777ca101ba647fa5bffa9e9f39d 0.00 MB 1 0
79,155 79,155 0000000000022a8c11c431222ad03cc74b227249be79906c337bb54e7a7c709b 0.00 MB 3 0
79,154 79,154 0000000000502e6b2f1673e223449a62538fb0fcfbea244981fd4addb963006d 0.00 MB 4 0
79,153 79,153 000000000021e7642b532330d82b66898a2713191b2ca471e66a0b3d73e67be1 0.00 MB 3 0
79,152 79,152 00000000002114416f0fb8f5f18d8e748698a7ffed4e4de40768f3af4325a98d 0.00 MB 1 0
79,151 79,151 00000000004d7b5d87bde4776d850e67dcb0a506d8468008070d6aa960eab279 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.24 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,172.62 GB sent, 114.58 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.