Memory Pool Memory Pool Refreshing

59,816 transactions
22.13 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,067 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,112 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,066 (78,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,774 790,774 0000000000000000000142a4156009cfcc7e28981040ba94a8afbabfb3e15b8d 1.85 MB 3,941 33
790,773 790,773 0000000000000000000003b40c100af0028f178bb6055f149fa8bb2841334d97 3.69 MB 699 42
790,772 790,772 00000000000000000002f52e6d19c301fae056b9a285a0577444715f4318e677 3.27 MB 1,208 49
790,771 790,771 000000000000000000010d814c6e8d83af61da41f9b7e3a6fcafe3f6d8164f23 1.92 MB 4,199 24
790,770 790,770 00000000000000000001ec8f18c8ae2efb697a287eeb9ceb5c0a035933d1a393 2.45 MB 3,347 31
790,769 790,769 00000000000000000002c9249c74c31ded2ca772c46bd38bdb0c1ad98993f043 1.90 MB 3,449 28
790,768 790,768 000000000000000000000976d509f690f58bae44b66ea26d9e81f22afe859c56 1.83 MB 2,759 40
790,767 790,767 000000000000000000043c92cb359a733c49e79c0a772e622d7879396aeeec28 1.95 MB 3,493 39
790,766 790,766 0000000000000000000263dffebfb53ce8913f472f6d4a5a9835c61dc741cee6 1.87 MB 3,347 52
790,765 790,765 00000000000000000001b5a11145ff5a3dc0829017ef500152a251c5e42439a2 1.92 MB 3,213 38
790,764 790,764 0000000000000000000512238f10f64a71644ec56f10bba336e96dc998839ec8 1.67 MB 2,726 67
790,763 790,763 00000000000000000001fa9f3a7d614ab32d719e323ef0e6e499da5f4c2de02c 1.83 MB 3,355 51
790,762 790,762 00000000000000000004f0c02f660a4992521e28da1930cf7698ca5c6f9614de 1.52 MB 3,109 52
790,761 790,761 0000000000000000000216fe18c0e5a050650dad8db0a71c36967b4e2d1c0df6 1.62 MB 2,714 80
790,760 790,760 00000000000000000003d0c860f5985d75ba6b312eae82cc8b7fceffc826758f 1.84 MB 4,336 53
790,759 790,759 0000000000000000000519fc541d5a48ae0440af5d9e44771696c830892e1588 1.51 MB 3,437 87
790,758 790,758 00000000000000000002b62cee9f5047524bd9d74e6a45fb604239914c0d5be9 1.73 MB 4,139 56
790,757 790,757 00000000000000000000090ad173da58adee7d8f9cd3c056471f49e0b98c441d 1.80 MB 3,090 35
790,756 790,756 000000000000000000021c764feab25bbaf5425d55326bd168101149f01d2c61 1.55 MB 2,712 39
790,755 790,755 00000000000000000003a5b9c0897633ae4db4377454f0d1621ae5593d53c437 1.94 MB 3,900 49
790,754 790,754 0000000000000000000512cf37c0b80dfcc9b62cbea6f4d046c847ac63c35b76 1.91 MB 3,848 44
Previous 10 blocks ↓
Total Size: 697.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,059.63 GB sent, 196.08 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.