Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,777 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,343 000000000000000000022b910000000000000000000000000000000000000000 ago 0.87 vMB 2,756 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,342 (853,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,351 57,351 0000000003e76c2b3c4933101ab9e0688d4047d29f5d6e051d8b0be676705ddc 0.00 MB 1 0
57,350 57,350 000000000bdbb3503735343029056e22e605b0a0f83c65fadd0e958cabfa25e0 0.00 MB 1 0
57,349 57,349 00000000120c49529a3c431d63f0b0f20e7877fe6e20eb775096004825066754 0.00 MB 1 0
57,348 57,348 000000000e0375094af112fb99e03e2947989c477c17b0e6407a0eacfbaf81b0 0.00 MB 1 0
57,347 57,347 00000000075abc30982d05edc206a8783ea3aee9444dedc4c191fd3207ce5ecf 0.00 MB 1 0
57,346 57,346 000000000452f755278c4ebd9d91c801f3560a1469ed48d22dfd67618c235062 0.00 MB 1 0
57,345 57,345 0000000001f2ebb9c7bdc711f591653e1c7de5b0f6131cab1083ac4ddf6d1fd4 0.00 MB 1 0
57,344 57,344 0000000001966bfa365e4816f07490e8619a6a89c23d282d0db7bf3b11974eea 0.00 MB 1 0
57,343 57,343 00000000120c9da213b248526f985469bef4c61952990647078ce2f35b9e0fa6 0.00 MB 3 0
57,342 57,342 00000000127455d2d499686a1fc8b5547923ed71d2daf845912bc67cbfaf0815 0.00 MB 1 0
57,341 57,341 0000000004eede1a464f3b04313a2907465128f59b70d672b1c8ef8d2cd56d3a 0.00 MB 1 0
57,340 57,340 000000000d90a0ef10b4992aa152b0706956821483d94ecc8ba7e6940e1dea50 0.00 MB 1 0
57,339 57,339 00000000105092c3caa3f7b00b40ac6c0d8ed60f9b07eb28b1211eff856cd245 0.00 MB 1 0
57,338 57,338 0000000013dbfe295e3ac7beccd5c2791ce2e8148dc55dad1bdcdc904088a751 0.00 MB 1 0
57,337 57,337 0000000000a075b628c62df82f1fb1fb337b739d6b6d2851b02b08336ddbde3f 0.00 MB 1 0
57,336 57,336 00000000105bdb8e6d53b348d2697ae4523f234418f4368ff43a7063709ae300 0.00 MB 1 0
57,335 57,335 0000000012cbcd10785fb01afad5deada2283dca56fcfcf5abfdb30ef2de1f85 0.00 MB 1 0
57,334 57,334 0000000005be2479828ab8d0d06a7d45489d207e02f787971b9ab7cb44cc2b0f 0.00 MB 1 0
57,333 57,333 00000000087ac8ab340b25cdc7ac7ec7316431cb8b7ecfb89b44cb0bbec874b8 0.00 MB 1 0
57,332 57,332 000000001318fa5561da09310b19109050bf2e49a122668ba96347668a9caf1f 0.00 MB 1 0
57,331 57,331 00000000029af83e96669b1ca5950b4f5bd8292a39530dbb6d89c38102f8e8ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.88 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,400.83 GB sent, 128.21 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.