Memory Pool Memory Pool Refreshing

1,261 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (756,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,982 150,982 00000000000000a54e6132d4ee4cff90fcca0853efc349f4847bbb9d52caa279 0.00 MB 7 88
150,981 150,981 000000000000039b0cce5aaacbba8dce8ae26b5aedbc5679dfe7dcaca6398e17 0.01 MB 35 159
150,980 150,980 0000000000000b05dbda37fef0b90f3eae73ece2eb348b2739fc3a8b86190464 0.01 MB 26 31
150,979 150,979 00000000000008173ad5b5d0a6aa5fcd85442fd984975384d944a5354b33a4b9 0.04 MB 96 12
150,978 150,978 0000000000000b16c696c50e164f3f8403a69721785bea2d7e614bfe72d693f8 0.00 MB 10 415
150,977 150,977 000000000000038c95869a10f6bfe5853dbbe35f15e2fc8af05a827a990bbde8 0.00 MB 9 49
150,976 150,976 00000000000001f737c68088444ef99570b39fa9efbfa6f3d9f3d1fcab1fe33a 0.03 MB 89 118
150,975 150,975 00000000000007d4f8a1127b579a566628763f80c51b62af0874dc4fd90a3687 0.00 MB 7 1,125
150,974 150,974 00000000000005e7067f9450883550907b8bf0f8aebe38f18baf2afcfac3afc8 0.00 MB 8 110
150,973 150,973 0000000000000a80ee0d9899fcc61ae92670bec5cbb089f30a8d49ffd4c72e85 0.02 MB 64 193
150,972 150,972 00000000000002e1fd781c255e69bcd8ffd18f56e98f0f5de80842afeda8ef90 0.01 MB 26 496
150,971 150,971 0000000000000252dd5f9797b71b067fe43b07849d48b29e14596b0c7a13afdb 0.01 MB 12 47
150,970 150,970 0000000000000145643c77280cf29a06e6b982f7c79be2c3cf712acc72760b71 0.02 MB 74 0
150,969 150,969 0000000000000af1324803a98f5579385d040f37ec8f0bc46b3cb5df8e37b187 0.02 MB 37 30
150,968 150,968 00000000000001cc957d0ddd7a0e8e35d25f9f15351d373207da5e135fbb77d2 0.02 MB 46 66
150,967 150,967 0000000000000188285c89933fc570cb13aaab7d2a661b1a407f6edf927092d2 0.03 MB 75 38
150,966 150,966 0000000000000524c1678681d2575ede29dae5c7372f9eb72d64fa878a7c6d0c 0.02 MB 49 44
150,965 150,965 000000000000015014a1457875000efc4bd0495234366f38fdc3ed4003ffd36a 0.02 MB 29 158
150,964 150,964 00000000000005100203b25df2eae62355d6fed59e8cc32c0e38521314018253 0.02 MB 22 7
150,963 150,963 0000000000000af997de929cc8fe19a6d5dc8496367f51032c7c3e882d9042ff 0.01 MB 12 7
150,962 150,962 0000000000000b4aff59f11a25fcd864bf1fb99e7c027744cd8823b510a65700 0.01 MB 19 71
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.