Memory Pool Memory Pool Refreshing

2,754 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (853,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,827 54,827 000000000b60d09b054b7bc8718e9198362b2df7d1d44565fccd7cd449392f2a 0.00 MB 1 0
54,826 54,826 0000000013222d425d5f3508e22e1e976a4cd9b89ac1622ffa7dfce9d2ccea4b 0.00 MB 1 0
54,825 54,825 000000000af776409efc81336e647cd1e63c6db62a8411a092815ce941a18c08 0.00 MB 1 0
54,824 54,824 000000000985bc526f5c0faae723ac39fa37c5c5319d59c9ad801e9a01262389 0.00 MB 1 0
54,823 54,823 0000000003a3aba6bed83077e1609201bce18c5b466e96e9f6dae05b6fe84b5b 0.00 MB 1 0
54,822 54,822 00000000124a50951d9473c754474ad52b1131647456f33781b60e37b78ae4ed 0.00 MB 1 0
54,821 54,821 000000000f1ce4b0f23f4fb7c174b4e1ca4e193e831a55199c200501ac0beb0f 0.00 MB 1 0
54,820 54,820 000000000364f2b6f8526eeb9175cdd6636dbc306848022db150fc93fd35bc25 0.00 MB 1 0
54,819 54,819 0000000009194bef126350e71f340fdf8defc298252ee6d503d16f5a01b308f9 0.00 MB 1 0
54,818 54,818 000000000b993d52e4a6b5e91f297122412f2f727ff0473ebeb00b09c3f4dea7 0.00 MB 1 0
54,817 54,817 000000001367d210359fe97a9653847f198b30c737cd1f6cad76184941407830 0.00 MB 1 0
54,816 54,816 0000000001061c58f9e322c55d557d7bd29972e7d57fcb437c495916e3f31158 0.00 MB 1 0
54,815 54,815 0000000003df404fd57d95751df8494360dd47e1302388a9be005c8f4aa89025 0.00 MB 1 0
54,814 54,814 000000001128a782f4bd3107906ee9289f00d77c57c268eb5429748876b30dfa 0.00 MB 1 0
54,813 54,813 00000000050fa23ba3f66a682ee22142db7891f1a70d22d72607a909fab70858 0.00 MB 1 0
54,812 54,812 0000000003c6fb2d05a35a405319f8f7311d5cf45c038775ab008e09f21a4bad 0.00 MB 1 0
54,811 54,811 000000000526ca688cf488038db588407bef4bc276cd6ef1e62fea7fb9f7a87e 0.00 MB 1 0
54,810 54,810 0000000008ac0ffc907c3c8537f352352147e28121f3fbc7e915042ffc7bacb7 0.00 MB 1 0
54,809 54,809 0000000012d6ca3d5e9784414dd3cd11944dbae1e4249a134652cb4a11690fc3 0.00 MB 1 0
54,808 54,808 0000000009cd8eb978b38f1daafb321a694d6909a4ec55828c55572ad61978fb 0.00 MB 1 0
54,807 54,807 000000000baebe6c9eb0d33b244e121416c362db9d62ba20f5febdd41b5a5c18 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.