Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,140 transactions (5.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,581 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,580 (826,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,087 83,087 00000000001460ffc226922ac7600378714b11eefd48505023b9eafb4d39720d 0.00 MB 1 0
83,086 83,086 000000000015176555d9bd2033af7007b0f3b4153a77a7aea9a342658dd65eec 0.00 MB 1 0
83,085 83,085 0000000000191193a4871bc573fd3ad005398321803e6c51eeb4161a7751e517 0.00 MB 2 0
83,084 83,084 00000000000df762aff27f7e2d5a21c1abd9c6d336ece7e73be91133bdcac513 0.00 MB 1 0
83,083 83,083 00000000002b5f6be22202be888cb77ac984924070b404b478d98705342a9347 0.01 MB 5 0
83,082 83,082 00000000000a95f3cb7070a5a5a7e7ea43ddb44cc8311faa17ecc09674739f78 0.00 MB 2 0
83,081 83,081 000000000024d021ef58b6eee5ce09b70170467875a309eb4b792c32f4113fc6 0.00 MB 2 0
83,080 83,080 00000000000dbf6fe3ab0e50989bab2e490f1b4c772f92fc290c6ca50a0f5fb7 0.00 MB 6 0
83,079 83,079 00000000000aba292d90c278ba7ffaf07d94ce17df65cd83e52133c6193f206a 0.00 MB 2 0
83,078 83,078 00000000001d5d066f69fe6ed900f4e39ce96292bd3985bf0022dc1d4c1b5385 0.00 MB 1 0
83,077 83,077 000000000002a808b028520a62ddb83ed17f038282146a3c850e3b3dd03dfd42 0.00 MB 2 0
83,076 83,076 00000000000bf72b7747e041edf059cbc81a95316f18b93e26b617f895b89b11 0.00 MB 2 0
83,075 83,075 00000000001344898bbd8a3d3c321b08919e815b27c355fc61299809ea7d90fd 0.00 MB 1 0
83,074 83,074 00000000002c17a5087e4990f97799a5adf78d12230f508f63b2ccae025cf018 0.00 MB 2 0
83,073 83,073 00000000002c61ccae44c1d09fea274058fecf007e1ee875fbd803efed7cbe83 0.00 MB 2 0
83,072 83,072 00000000002ae5294d858248b55ca5c578d501f66e0580de3120e135bdc0d2b4 0.00 MB 3 0
83,071 83,071 000000000010350a7ba66e20ecdf0beffa27f89aacab1d9225419d6f109855a6 0.00 MB 1 0
83,070 83,070 00000000001e7f9117e84725d22405eca829b3c135bac0dcfcf29e98fa587ddb 0.00 MB 2 0
83,069 83,069 000000000022a81e03d3d495d806aab77622c8d6710dd488d7776813c8e2354a 0.00 MB 2 0
83,068 83,068 00000000002e7cd5d4857328cfffb7d8b253ba9e17cc7d7f42a43b3b5dc4c4b3 0.00 MB 1 0
83,067 83,067 00000000002f2917651c863f3f990d2e8e1d914b531c3c920f5162354451c3e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.63 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,093.84 GB sent, 111.48 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.