Memory Pool Memory Pool Refreshing

4,122 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (155,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,686 752,686 00000000000000000007565efb4fb890e66ac0039f52de8958df11fd77bffee7 1.24 MB 1,599 10
752,685 752,685 00000000000000000002f8941ee0fb4b7c7d02245b536c0856489bb9e3c094cf 1.10 MB 525 17
752,684 752,684 000000000000000000088cc25c9ebf07d66f0e5c4b48811e173035205be08694 0.05 MB 102 12
752,683 752,683 00000000000000000000c7dc4f3095fbadcb59bbc6cef4ddfff126fe798b23e5 0.25 MB 406 9
752,682 752,682 000000000000000000085d6fe6bb509845a5af608388eaec74a694c0c3f1c364 1.12 MB 1,452 9
752,681 752,681 0000000000000000000226791911040f7b99bb9dfa18655c660b0236716e8b8e 0.23 MB 464 13
752,680 752,680 000000000000000000006b2e8de190fe8fbeed8f4fa230e8486cea89c6cd9f2d 1.43 MB 2,172 10
752,679 752,679 00000000000000000003066e3383ce556a67687d53a9f8f216f941c2df43151e 0.39 MB 659 10
752,678 752,678 00000000000000000003f734b12c91aeeb42b803b651f0a40b06d97717b12e81 0.89 MB 939 7
752,677 752,677 0000000000000000000025f85d70bca4f3fae843e104b763f8b89efef836ffcd 0.22 MB 459 11
752,676 752,676 00000000000000000007f0a147df8f0aecbc63bcad491f05bd8aa49f1e591915 0.49 MB 809 11
752,675 752,675 00000000000000000004ce49f0e2deae4b62ece05c2f1c037a909cf3a33165c4 0.03 MB 80 10
752,674 752,674 0000000000000000000190b89fdd25f19ead026b8f138877c8f9ae46e71beeac 1.15 MB 1,600 9
752,673 752,673 00000000000000000007e748185c78c9a4e1d2b4acee43e4d1adbaac909a07e7 1.24 MB 1,100 6
752,672 752,672 0000000000000000000535229738d841fa98f8dd0ad5cc6f2dfb984a3606b3a4 1.86 MB 1,421 5
752,671 752,671 0000000000000000000798048d6355c7883257c5657b71fae757cc82c3b65587 1.09 MB 1,236 11
752,670 752,670 00000000000000000006c3cb57276ef5fce0047041e94ad9ebde265e27791ecf 0.53 MB 688 9
752,669 752,669 000000000000000000010b86374267ee8e53960bb6bc93eb3908fae5e73e8e4a 0.61 MB 598 4
752,668 752,668 00000000000000000006f40fac7d6e143a0a1810ceeea4e9ac8d96735912f9f1 1.51 MB 2,572 13
752,667 752,667 000000000000000000070806b817029170bfd69524ccaf334d770fbd453140e7 0.76 MB 646 2
752,666 752,666 000000000000000000071e69cfa8b04cea6375d01f1c2100f53e3a15e09c09f8 1.45 MB 2,981 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.