Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,540 transactions (3.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,509 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,177 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,508 (885,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,680 23,680 000000003f33f74ace7cad78cd5fb95ac85170f1715418f7acd1815be6be6c25 0.00 MB 1 0
23,679 23,679 00000000f2a1a5dcdf29940328852dbc1e5a5613ecc0d4a565be908add0dfea9 0.00 MB 1 0
23,678 23,678 00000000b988dac6da1225f939635368b181f000d210941bdf154ce52b490d44 0.00 MB 1 0
23,677 23,677 00000000db783fc8d87411b0ee81b798c38bbd3b458f7007ab3818d752f88f73 0.00 MB 1 0
23,676 23,676 00000000a870826450e368dcee4bf7937bb84af6d4743e263f9aa54e90f019a4 0.00 MB 1 0
23,675 23,675 000000004c9a675827b779d73e15922dcdc3b8b66cd29eb3591c7993824bbc4c 0.00 MB 1 0
23,674 23,674 0000000066d93776b89652bff135952f56597a659c7ef69d1fef153303e7ba23 0.00 MB 1 0
23,673 23,673 0000000082fa924b96a7a21b713296b644c5464aaf7c7a781d48f10f2480837e 0.00 MB 1 0
23,672 23,672 000000004038f160ab6d9c03c1070621aa8c032d208e70d60bd6483017ee9134 0.00 MB 1 0
23,671 23,671 00000000cb75a6abd2598cd8969ea867ab0007774c9b578eb41ba375adab05c2 0.00 MB 1 0
23,670 23,670 00000000e37bffa9677aa9b30cda79a512b512b705a0ba48bccfe5cafa038cbe 0.00 MB 1 0
23,669 23,669 00000000ab998b097351b8b34fb62732275156776741201697ccdd226ebc54ce 0.00 MB 1 0
23,668 23,668 00000000dbcc696e37ada20051efdd493ece9a356c5becd635d60d5073363420 0.00 MB 1 0
23,667 23,667 0000000063617759776d32d8ab0feafe65ae5e55af3ac153ece2d3e95f9483ee 0.00 MB 1 0
23,666 23,666 000000002c01d5fa567db690472d06fd2742f86e89e3d9453e725dfa102da394 0.00 MB 1 0
23,665 23,665 00000000301b9b11452cc03de92682bd12fa97fa5a2094f8508e5de9a2fce519 0.00 MB 1 0
23,664 23,664 000000008066e47004d8ca12f6008e89237fa251f15fd90331ec528892b7b6e5 0.00 MB 1 0
23,663 23,663 000000002ec301236e6339ae739fd197fa10aedec2afbc724a3bb3b95b782f9e 0.00 MB 1 0
23,662 23,662 00000000057c56c5c1cef9077fa4c9edd1820aef1dd1d5099a29c5852b15777c 0.00 MB 1 0
23,661 23,661 00000000027977fb372716e8d0d2597b71e3ff2668e844eacb37dfaa864dc841 0.00 MB 1 0
23,660 23,660 000000000430f856baf48608b646daeca4c82bad12968cfb66e000b07a65b528 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.49 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,082.29 GB sent, 110.72 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.