Memory Pool Memory Pool Refreshing

18,247 transactions (6.29 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,483 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (879,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,136 29,136 00000000a33262008bd676003f05270c90f0f33f96cd11fdfad81ee4c7ff1e4f 0.00 MB 2 0
29,135 29,135 00000000158519d1a4851059adae7409b84291b58b048fd6db1424657088fc67 0.00 MB 1 0
29,134 29,134 00000000d16f32beffb63e7e6535f09acd2899a0070c24732f89b06af94486e7 0.00 MB 1 0
29,133 29,133 0000000044d27cfbe2a82ad0bb0d2f81a6da82d13d237dda231d6f5f7194a81c 0.00 MB 1 0
29,132 29,132 0000000031f4bf1c072250a1ba24d2a0a467505c532e463b9c0a2c9eec1c0151 0.00 MB 1 0
29,131 29,131 00000000de1aac67c9c1bddd996bd63b72e5e21eb351aaddb272b8928146918b 0.00 MB 2 0
29,130 29,130 000000008615c585aa43262174e838d8c016627ccc7c63ae3f2dc5245d5861ec 0.00 MB 1 0
29,129 29,129 0000000067808fced55e457d6184fb7d54ca5eee8a62dfb43b80234e07af6aa2 0.00 MB 3 0
29,128 29,128 0000000059f67dbf42fb34358eafeaee139c33da47bc7d3f68c5e68785298b0c 0.00 MB 1 0
29,127 29,127 00000000a16002040771b56b9c2ac57d2a9e70b911571274501295a7aab73b71 0.00 MB 1 0
29,126 29,126 0000000000c62500f71b0ce7544d40793715e9d180e8d4c3af006afc6d626082 0.00 MB 2 0
29,125 29,125 00000000df7ea85d5f1afb47502a0b199c80657cbddab7d0ee2de5f292516ff6 0.00 MB 1 0
29,124 29,124 00000000096cfbaf80ac1c6f737e874631f7d20d4bc40f9dd6d3241a0a0cb1d4 0.00 MB 1 0
29,123 29,123 00000000b0c783261b0a2b775d7388117314fbdfcfb48ab805aa6fe2a5596f32 0.00 MB 1 0
29,122 29,122 0000000072c0491904650023a2702df84505452297c05088bd3c8a59aac0e70c 0.00 MB 1 0
29,121 29,121 0000000067e0b61aaa89023e01ac93ab70289902eb1fe98c894d6d05c49ca195 0.00 MB 1 0
29,120 29,120 0000000012c9a37677a3bed35aeee193e7097278758905d60be705d55f76f01d 0.00 MB 1 0
29,119 29,119 000000006f74da7e1f02e13763ad1e8697e966caacef1781920738f6b1a55527 0.00 MB 1 0
29,118 29,118 0000000003f708bb88c45c525598b991b9efaeb95ae72711f05ac223b664445c 0.00 MB 1 0
29,117 29,117 00000000c726bf422a16ad369bf13a253dd4eaed5ab6846f9141941c5deed819 0.00 MB 1 0
29,116 29,116 00000000fec6e3614fc7ea941103fb5afab911de9417e0a15062f05499099b42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.