Memory Pool Memory Pool Refreshing

7,488 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
907,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,746 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (713,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,680 194,680 000000000000061d0ff3220dc1cde1ab476b44e14a296165e85253f6754f085a 0.12 MB 256 80
194,679 194,679 00000000000006323290ece435dce40473dd096151bfcb9f94220b008d0635c4 0.23 MB 632 209
194,678 194,678 000000000000077ac3e282ab83c920f10a0bafa0164b7fa1726edc15ea9aa898 0.12 MB 344 274
194,677 194,677 00000000000006c03b869c1f7026eef9883560051596aabbeae58ace46852d5a 0.12 MB 256 100
194,676 194,676 0000000000000403d0b1b08d9b7b7d9cf022ca86d2380b7126f8aae3799f18e1 0.25 MB 512 112
194,675 194,675 000000000000020d4fc62ced4fd6f45b6babea8040c589495f76b84f12f78366 0.01 MB 32 0
194,674 194,674 000000000000013d2a640a17a10c7363cf649a46e57d3c4b47ebb07c21604b59 0.13 MB 345 201
194,673 194,673 0000000000000011b7c53ac04f04906d1eb2e7e12b183039a051959345e4bb21 0.00 MB 8 3
194,672 194,672 000000000000025b08809e06769b4fd815de75bab7aab1e05bb0111581205295 0.09 MB 140 92
194,671 194,671 00000000000007a26c630b86934b4122d859754b351cd2cc5b6ce964fceb0016 0.08 MB 179 135
194,670 194,670 00000000000000c2404be9a086949495b5788c7e38a55a271c48696028c7b77a 0.02 MB 69 23
194,669 194,669 000000000000070f9b1bced934304dc1fdec2555c2c70710b6c367bf0728aa6b 0.00 MB 11 37
194,668 194,668 00000000000001ba0db5552303c237f3df05babade47e8b440e14c2e24fbdcd8 0.10 MB 143 86
194,667 194,667 00000000000006c71aa3dce8e14446321f6148719ff4075e3d28055c7bd6161e 0.11 MB 216 108
194,666 194,666 000000000000009275fd2517ddc4359cbab875e00e4270708c6a90c1fef6f448 0.05 MB 132 73
194,665 194,665 000000000000072775757f9062936c8994be6b61f2debc3cca197bf7ee45e4b7 0.02 MB 46 35
194,664 194,664 00000000000005adace967517261014bf5cd25f8cd5d1fddba99532cc84fffc3 0.13 MB 260 126
194,663 194,663 0000000000000277c8648d3e5a239430dfdfd4f1632fa959c1b14a28ddbebfea 0.04 MB 90 36
194,662 194,662 00000000000004daa17c58d599707d6cb74f577e7d249c994a49c5d7c8588b12 0.45 MB 512 74
194,661 194,661 00000000000004772cb7058c2bd20e247cc7340087b1edd4b349116e6c4dd86a 0.26 MB 135 123
194,660 194,660 000000000000027394b764bc02a51c8b163b3a5c85653578e17b026cc74e6622 0.00 MB 11 45
Previous 10 blocks ↓
Total Size: 768.96 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,615.43 GB sent, 92.63 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.