Memory Pool Memory Pool Refreshing

5,630 transactions (2.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (826,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,618 82,618 00000000000aed443b8f9266be5383d359672947c1a0ad0a245c75c43d40a85c 0.00 MB 3 0
82,617 82,617 00000000002f679944abdf31ab6b7f194814051432c6f664fa49111d7b53494f 0.00 MB 2 0
82,616 82,616 00000000001e7167f304a7520624a4d8bc9b8da52d0983a3d694f4883f838880 0.00 MB 1 0
82,615 82,615 0000000000352b2f02cbd6d5b27ed2a3ec82ae8c12e7a607c0e7c69a79ace6b3 0.00 MB 1 0
82,614 82,614 00000000001f66f1d020e6772cfd1715482ffc145b951cfec7efec97098fbeca 0.00 MB 5 2,150
82,613 82,613 00000000002f488fa0300318ac37bb791a59076418df9b4d6ff1a8b7be297954 0.00 MB 2 0
82,612 82,612 0000000000417dab80441dcd50ef89a8bf71261fec104e321fc647ffd36c73eb 0.00 MB 2 0
82,611 82,611 0000000000173980c079dbbfda6c1eb1cba22de1f80148284137987c652d95cc 0.01 MB 2 0
82,610 82,610 0000000000450f5ac68b5951f1e66a3b49a04cbd95a86767a179734ce200412c 0.00 MB 1 0
82,609 82,609 000000000003dcece8a374a425bbd37d7005c4b8f6c443375f6ac9aff705031d 0.00 MB 2 0
82,608 82,608 000000000005d4fc09c1ed430274115c3e0d30873fb216537a2d95aa7fb18613 0.00 MB 8 0
82,607 82,607 00000000000aef26f83c38494360332a048e144ca998e5184cf76ebbe8f3e9e1 0.02 MB 48 0
82,606 82,606 00000000002f2fa3edcd0dd59311436ab5fafa1b0626a09eef04d3db1a5c66f6 0.00 MB 1 0
82,605 82,605 000000000037d68ccf9f81d466de27035c249ccd3cf82e54072130318b7687cc 0.00 MB 2 0
82,604 82,604 000000000015bd6f947e04fdcb4cc255de7d22248bd96b432090d8bf70b82dfb 0.00 MB 1 0
82,603 82,603 000000000023e5cfb34710dc4a145e3ef46122d8eda22d4741bc420c72ff5ec7 0.00 MB 5 0
82,602 82,602 00000000002fa37147e9739ec3dd040cce2f1c67268c0e6f9b0abf13ad7d21bd 0.00 MB 2 0
82,601 82,601 00000000001643b79c9fa7a35d8511ae3ccfb20fc4c2b177859247a67c6eb726 0.00 MB 1 0
82,600 82,600 00000000004465aecfa43eb63723535a18261839140812bc3c2c705498993e09 0.00 MB 3 0
82,599 82,599 00000000002f18342c3a1929363cadbad28e045d5e0f5fce86d6c6b04737b1dd 0.00 MB 2 0
82,598 82,598 0000000000334d9198d69cc9e9d5c1502bb02b36dc7b3cf4fc0ff7a94c0ff5c9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.15 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: 1,856.91 GB sent, 102.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.