Memory Pool Memory Pool Refreshing

12,139 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (761,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
145,857 145,857 00000000000004d5b8fbb92764a3a91f7c4d0f48fc503ed2d51b8601ed122ee0 0.02 MB 38 106
145,856 145,856 000000000000077c955d2b9c127e9c87ae0f3d8cb67d79c13fdc34451245cb9e 0.02 MB 38 167
145,855 145,855 00000000000004e774c7c755daa6dbc55c863cebce33c2c6ec72b215fdb611f2 0.00 MB 7 71
145,854 145,854 00000000000007dc098959271e036f58c8046158f82a034a26b985931ed22b81 0.00 MB 4 0
145,853 145,853 000000000000032794ba3930b11f99b51454f0334040cea077b192c1dd59f4f0 0.00 MB 4 64
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.