Memory Pool Memory Pool Refreshing

46,817 transactions
21.10 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,901 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,240 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,900 (49 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,851 872,851 00000000000000000001e425662d431dbcf80928c4119ee9dca89a1b92a8ff7d 1.58 MB 2,666 15
872,850 872,850 00000000000000000000edf46b2379d27834ce3ec61f7945ad43b6ae13eb20aa 1.60 MB 3,489 27
872,849 872,849 00000000000000000002b7e9ec67ea1cb27f7b4e472f657fa30c78d09b18b712 1.62 MB 3,389 49
872,848 872,848 000000000000000000002fffd9c768d4789d6fa2c5d718413c7ba0cdc9d5a439 1.65 MB 3,309 37
872,847 872,847 00000000000000000002860606b57b4c1ee443cdf981be6e8f1f79e86cd3bad6 1.60 MB 4,291 17
872,846 872,846 000000000000000000020ce4e4b905b87eb3669da89841992b8bd88926e368e9 1.63 MB 5,104 18
872,845 872,845 0000000000000000000266425c6eb9239aca9df46f48d7d6357f83f859c86b01 1.57 MB 4,944 16
872,844 872,844 00000000000000000001aec2067fe96f6eb0b22369cb47f835edb15d32d1e106 1.55 MB 4,965 24
872,843 872,843 000000000000000000011ca01770d90319b160c27bf7e44dff6bf6fce8fa180d 1.60 MB 4,828 31
872,842 872,842 00000000000000000000727ed639fcf602281a98d736708aa6ac8c3fd9ca4cc1 1.55 MB 4,316 42
872,841 872,841 00000000000000000001f87acb080b675a7a77b417173276dd539eb91ddeb994 1.52 MB 4,955 45
872,840 872,840 0000000000000000000217152a338a78fe4064e83131b2383db7b5383027d4c6 1.55 MB 4,168 59
872,839 872,839 00000000000000000001facfb00c29b2c75c06dd97fec9a1124a31adf242c3f0 1.42 MB 6,968 46
872,838 872,838 0000000000000000000203fbd8c29bdf6abef7644916877e81cd677413ec6069 1.53 MB 6,041 51
872,837 872,837 0000000000000000000141db44d37583b9f55418f1642ab4cf5efcae05e88df5 1.51 MB 5,630 57
872,836 872,836 000000000000000000019affd13de073eb7f902c6d75645e94f6a4f497dfe23b 1.54 MB 6,627 62
872,835 872,835 0000000000000000000049e407cbd3869123f43cbff14a31dac63e3569b0c5e2 1.47 MB 6,564 59
872,834 872,834 0000000000000000000243139e4b6aef7598d25ed1b78bed3b86d95942e8b709 1.52 MB 6,594 66
872,833 872,833 0000000000000000000088a2a87e7fef30b16f34cfee307bb7fac6b762b71e5e 1.51 MB 6,406 71
872,832 872,832 00000000000000000001d118ddf09b17b3ee09a1d98c08390b0e58a52133be84 1.48 MB 6,265 72
872,831 872,831 0000000000000000000161c3aad758a94087e681b6eee17b50010a4665b25253 1.52 MB 6,992 60
Previous 10 blocks ↓
Total Size: 704.86 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,660.94 GB sent, 243.86 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.