Memory Pool Memory Pool Refreshing

3,426 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (527,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,988 379,988 00000000000000000a0bec4cf00a74b395d96153bcedb21a080584fc9a7735c8 0.58 MB 1,216 53
379,987 379,987 000000000000000000d94ee77f6617fbc5268e86b07ddae7630314316d7ef5db 0.38 MB 524 29
379,986 379,986 000000000000000008d64a95a7c290fb13ccb84c1048127470485b09d4ba87e6 0.12 MB 250 37
379,985 379,985 0000000000000000079c291c2b9d1d1f7bafc0919be8ec118f6f4e24f1e22613 0.46 MB 1,031 47
379,984 379,984 00000000000000000af815d64b603169a61c80f9256b46858fe26617b70dd6e1 0.10 MB 167 27
379,983 379,983 00000000000000000430c927a498b63f2942b951b8d79fc7a3dd480ca4994ff0 0.75 MB 1,514 36
379,982 379,982 0000000000000000030fad448ab60b4e6df13e57b397c3bd54b7baf4c539e42f 0.16 MB 258 27
379,981 379,981 000000000000000000ab7c7870561c8a72a9db132f84386a5d325459bd45c7fb 0.54 MB 1,051 37
379,980 379,980 00000000000000000b97e534655ad1266fc78028e043b2ed1a94246eca2ea0c4 0.00 MB 1 0
379,979 379,979 00000000000000000891c2205e93bcded88cfec404a8cbd144a10e53dd6127af 0.14 MB 289 28
379,978 379,978 000000000000000001b457cd1d13149d3f4e6b1adaf66e8c891927d714a3b440 0.48 MB 490 16
379,977 379,977 000000000000000000c47e7002b189be35aa3f8d41e1139945d1433102d905e6 0.93 MB 2,297 48
379,976 379,976 000000000000000005a9c688239eaa8cab54697e5eeadefe05befbbb20643f36 0.06 MB 165 44
379,975 379,975 00000000000000000bc8bd9bde6ffabe237d6472c5bd1f1b1f92f40c39cd2244 0.10 MB 160 25
379,974 379,974 00000000000000000c61e21a2d204298bf6ec15d2d639935dcb191abeec2e523 0.72 MB 1,431 41
379,973 379,973 00000000000000000cac0f56f1cc218ec795adc0f0613b544a32c662591c247b 0.23 MB 411 33
379,972 379,972 00000000000000000d2cf44b4960b798bdf86020c828b04bcee73cf65f7dd56a 0.24 MB 419 36
379,971 379,971 00000000000000000b0d835b26c5ce0587b6312603c45ca344d9876dfb48b7df 0.32 MB 666 39
379,970 379,970 000000000000000003fc2cf7d21e8de0fde6abfc00e422d9f1fea1a745a6bfcf 0.64 MB 1,336 41
379,969 379,969 00000000000000000c326130b82fa0c5a70b61707ff3c651cd040adf5912ba74 0.12 MB 136 19
379,968 379,968 00000000000000000fa5c1f434a753c09a639998fcff8858f8abf70400ba4d25 0.17 MB 380 38
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.