Memory Pool Memory Pool Refreshing

335 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (836,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,244 71,244 00000000005824aff30330ee7aa23e946b35ba8a61db8366bfd71dc2bd6cd1d3 0.00 MB 4 0
71,243 71,243 000000000046ec0860349ae29aa7deeab23c9088df487533af8d4635123009c2 0.00 MB 1 0
71,242 71,242 000000000099c8bd213076b25c5f266613dcabe5c96b4a5ad31d809f3b618730 0.00 MB 2 0
71,241 71,241 0000000000a5bcf5d8a8b3f62afd69a265c41ca3229fdfb57bbde2a89e10d7c8 0.00 MB 4 0
71,240 71,240 0000000000d3e64b6003acca69ca0b034f69a8149719676fe70fd9303366663a 0.00 MB 1 0
71,239 71,239 0000000000d0decd22065eab690c97e975bec7e45c636e3c4ac50bed24f494ec 0.00 MB 1 0
71,238 71,238 0000000000a3bbf764a0f96d25beed071bd2e5844bfa2cfd4ba217b6e53fffac 0.00 MB 1 0
71,237 71,237 0000000000ab49ee0cb5caaaccf2634bf1f4a3c367133066b145c94d723d1d28 0.00 MB 1 0
71,236 71,236 000000000018c8de26a123d91037a4ff815b643d4a62bf96f8e35e249b6c5cca 0.00 MB 2 3,875
71,235 71,235 0000000000735b2ee32f0020612c7bb7aa11bd99b2be17499b844fbfd13015a1 0.00 MB 1 0
71,234 71,234 0000000000027f820ddb200f7fec6b92eab6385171c6b8a5e85a97b14beea736 0.00 MB 2 0
71,233 71,233 0000000000e58455636ee1e274eff24eda54a5b88e8d7fb33853bc2a1cd9bf57 0.00 MB 2 0
71,232 71,232 00000000007607dc7b2d58af0cfabe735caed3b631116a0ec753e170261f6a69 0.00 MB 3 0
71,231 71,231 0000000000961c0fe94b5e73188599b39fe7d02e6d73f9b2c392d918fd2e1b7e 0.00 MB 1 0
71,230 71,230 0000000000141be943756a72b61c4b0f4958ff38c156966ff9917d984b816304 0.00 MB 2 3,875
71,229 71,229 00000000000c586d39f5a6e3cb19429ec9791f5234bda88bdf80bc1574d53507 0.00 MB 1 0
71,228 71,228 00000000006f4061cc54e590209f87348ebd8d952c414e40f8e006c2fb03872d 0.00 MB 1 0
71,227 71,227 00000000003d1fee67bf971518d5220809745178bc54965712f9b23ac6b2d382 0.00 MB 1 0
71,226 71,226 000000000062a113838b4254bacf81a1c6f89ebb1116a96088fe49401ab9fb19 0.00 MB 1 0
71,225 71,225 0000000000faf6dcf36cab0599ef28adb25eda62ee46f0b417b677dab4f431ba 0.00 MB 2 0
71,224 71,224 00000000003cbf80327b1e78c20ec6456d27bb53fbeea63e91b166b56ce109d7 0.00 MB 5 302
Previous 10 blocks ↓
Total Size: 769.35 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,643.43 GB sent, 94.67 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.