Memory Pool Memory Pool Refreshing

3,724 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (761,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,878 145,878 00000000000005f10c1923831f74f8e8e0ce7e0aa84dbcdc526f174d9714a4f5 0.02 MB 76 41
145,877 145,877 000000000000004aba6a2f52d13cf5b635c5284b7a42c4b58dd3e4ba65e4b98e 0.01 MB 26 110
145,876 145,876 00000000000000d360bbe4b5ae228fa835844e6bd58e6a5836b89122cb780648 0.00 MB 11 213
145,875 145,875 000000000000030cf690019ae70a8d5e4e782aeb02be2b914e8880ab087f7cc5 0.05 MB 126 7
145,874 145,874 000000000000031c71c838c433c9fae55a32cfe989e520bec06fd112be545f21 0.05 MB 128 3,473
145,873 145,873 00000000000008dbaf426df86c8104895cea9823d7603e0335e3eaf08f62c2cc 0.04 MB 56 445
145,872 145,872 000000000000046c694c14695b2993c2d21571d2a7bca3450e802df6c7e372f1 0.02 MB 38 138
145,871 145,871 000000000000041cad127e88d131f4942c32fe955c0858152fe9e679c6bc8f2d 0.02 MB 81 170
145,870 145,870 00000000000000cb8f3eb42b3a0827322beb863bedf768f3eb06a434902a215e 0.00 MB 12 269
145,869 145,869 00000000000002ce68f502f61dc45f0227988725b650c21cc05668121b25a632 0.01 MB 27 77
145,868 145,868 00000000000008dc2e78da0351e6b609b5dd6275a47569bc859b94204c538043 0.02 MB 27 53
145,867 145,867 000000000000035509173631a302babce2934760bc8589ddf518fb5dc23c7c8b 0.01 MB 14 83
145,866 145,866 00000000000000a1f567eda1614f5247190f53a058b48cd221ddc957038f75f1 0.00 MB 14 124
145,865 145,865 00000000000007027baced501fd5fd212acf813db1ecdc7368fdb61569a9fedf 0.01 MB 13 59
145,864 145,864 000000000000064c6e2aaed3c4033c66a2c7b56885bfbab89d31a04d83c68fcc 0.01 MB 4 138
145,863 145,863 000000000000002a8ab073cfc37f96fbbe5493c2422c38ed3a2b6af9ea46b938 0.00 MB 7 51
145,862 145,862 0000000000000158724ce366d7369f72471b90981397a15ef548dfe125b42894 0.00 MB 6 22
145,861 145,861 00000000000003afcf1adbcbd1ba90d3fb3010583a9de0404bde264ed10a196f 0.02 MB 84 20
145,860 145,860 0000000000000533bbc9acf52ba3f2e773124e2f566f360d29b4de3b12e30f28 0.01 MB 16 90
145,859 145,859 000000000000081117d59edf29ba3265c88c130e85a1cc417a9f29eebc6a226f 0.02 MB 59 32
145,858 145,858 00000000000008887e09cb0c64b7246d881e8b37ca47de627ea1109084252f36 0.00 MB 15 51
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.