Memory Pool Memory Pool Refreshing

10,330 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (568,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,149 339,149 00000000000000001606e3ee9cd815845898e1a25d926f3ac1d37f1b41170555 0.46 MB 894 23
339,148 339,148 0000000000000000077419d5f483bcfcb0680f74943bda2f3a6ece8652cffe70 0.02 MB 42 14
339,147 339,147 000000000000000001bc5e307a072cb3d5088c4d91e5e863cff37fe4cc337fb2 0.06 MB 112 23
339,146 339,146 00000000000000000cacc2a3aedcecffdfdcda831c6fdd4c479a1d847f0f2781 0.16 MB 249 18
339,145 339,145 00000000000000000c4c767502a2483adbae92575d2d519d5cbab9127140c7af 0.52 MB 1,065 24
339,144 339,144 000000000000000000db118752fb08d95f9fe7a7aaa2ce3ea3b05a7917e593fc 0.74 MB 1,588 32
339,143 339,143 000000000000000008544db209735dde339093d2e66fe353c6c73331c1cc2253 0.23 MB 498 44
339,142 339,142 000000000000000008aed20f57154cd55c2519e64e65dc072ed61eefe4dc1675 0.25 MB 430 23
339,141 339,141 000000000000000010a38707c3c0b23e5c6242059df7c52e7d11fb779f40cedc 0.75 MB 1,618 31
339,140 339,140 000000000000000010a5a572432d98d86498f28591843128fbc6ecbfd1843494 0.23 MB 475 32
339,139 339,139 00000000000000001548b0a199e76a657bc2763a40ecf97f0d92c4f58a7a6f05 0.13 MB 331 25
339,138 339,138 00000000000000000c92186a0ee26f93fedc59429ed93ff9e96615e6e8276e3b 0.08 MB 163 15
339,137 339,137 000000000000000004357479bb43dcbe82b1699abd7064d798e34df6992c0e08 0.32 MB 604 26
339,136 339,136 000000000000000011bd4430335d6ff082b7ddaec6153e44fde87a7f14fb0a0e 0.47 MB 787 22
339,135 339,135 000000000000000018199c6f1b25cdc751425631f8dcf90fb963e3fdec572e6f 0.38 MB 502 18
339,134 339,134 000000000000000018a717b088452e747cd41bff799c81d5e892d0fb70588d04 0.75 MB 1,331 23
339,133 339,133 00000000000000000dc7152617f7fd0e4ff352d4d262bb66ec14e1e29704f015 0.28 MB 1,024 60
339,132 339,132 000000000000000010499205ef8ef807416f922a3c335aa86ade41942b124a3b 0.06 MB 128 24
339,131 339,131 000000000000000014677a154d17ea33e50b1aaf27187b3ecddce2f471aab4e1 0.14 MB 227 33
339,130 339,130 0000000000000000161b134c36530a08f1e4049fd3f97ce43b5c115a9472a7c0 0.18 MB 287 25
339,129 339,129 000000000000000010258cdb0b55730604f90b36c52d63f94067dbfe148f0252 0.55 MB 959 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.