Memory Pool Memory Pool Refreshing

6,412 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,237 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (774,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,854 132,854 0000000000000ad5e8d4b1b77b4e16dda82b3aa6c435bfdbe82aa50e9fceb9b1 0.03 MB 89 205
132,853 132,853 0000000000000293d1b2356d0ab10d8fc258e385d23c427400794e5d51ac8a62 0.04 MB 88 145
132,852 132,852 0000000000000691cf54be70b2051e53896dfb9032b35428a9f290674ad9c1f8 0.03 MB 63 219
132,851 132,851 00000000000012189f861788e64e64631481422981699cc0b341ffccec633903 0.05 MB 37 122
132,850 132,850 00000000000012edc718b12c1b6f6db074ac347d1d727127306a2e1912149ebe 0.05 MB 79 139
132,849 132,849 0000000000000073998b1804a482079061d96fcdcd65fdd49bdc0cf56d899d6e 0.05 MB 81 426
132,848 132,848 00000000000005cf2ff0a2fc7887c3591a3490181e45946a56aa06e09fd02f17 0.05 MB 75 85
132,847 132,847 0000000000000e414e74ba6f5b5783e2a22f7f516016c2a604212fc245ef6dba 0.06 MB 65 524
132,846 132,846 000000000000043641b1c769524bb143309c909d010a40687528aed43d849883 0.02 MB 33 266
132,845 132,845 00000000000010de53c19d4d1318b4b195457b1ba89aa902c1b5bac444a134af 0.00 MB 6 38
132,844 132,844 0000000000000170b2e373c9a4e99ee308decb44fe9b67611c7fe439652b1159 0.05 MB 144 424
132,843 132,843 000000000000002ec4f9085b4b381d01940e9916e81379a53e5634a30ac014ec 0.03 MB 106 138
132,842 132,842 00000000000009def76f78e14c1e5150851915cc08ff7e90027f8d1350804be3 0.01 MB 15 647
132,841 132,841 0000000000000d3835d37caa6ac1dcb57557e3c5d60174fdad91f7e0afacf6af 0.03 MB 87 453
132,840 132,840 0000000000000cc1285bffc98ac32b5495347d957e2495d1937465c81e0791a4 0.00 MB 9 642
132,839 132,839 0000000000000ebed89f2e4617be276c1e26bbf88b9e58b37379d8a1f98ccc99 0.01 MB 43 299
132,838 132,838 000000000000114e0d3aa8010f01494c9949a36c4ca9e2fe12c49d3721428b2b 0.00 MB 7 1,040
132,837 132,837 00000000000010bce2a8996ed4199ea45304805c9e019db8979843d90cbfb945 0.03 MB 89 200
132,836 132,836 0000000000000c5af21a2f4563c891f69f80b46646dd37e48fb0cffb556342d8 0.03 MB 71 175
132,835 132,835 00000000000004929819ec6ecd7dac67f593269b7fc8c2b23eb2c596ffd530c5 0.01 MB 35 529
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 0.02 MB 53 343
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.