Memory Pool Memory Pool Refreshing

11,046 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (628,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,621 279,621 00000000000000004243cf84f82699e2d098f8d90a18641fa933801f6f06dc4f 0.12 MB 251 52
279,620 279,620 0000000000000000a2c1ffd1591ef673aec07caef4fc4d497a09b30859e57042 0.01 MB 24 28
279,619 279,619 0000000000000002e2e36b0c7a15502f8514e6d8767bf66db3479204f14955ac 0.20 MB 456 43
279,618 279,618 0000000000000000ba861579957f275d569872701a802669ec720feaa7e3d177 0.24 MB 564 54
279,617 279,617 0000000000000001377557ffb31e0ad464d358623da350c7c9365b2dfb01b5f1 0.02 MB 45 39
279,616 279,616 00000000000000013b63273c109da9f190487ababb53b1d93bd399e616fd50c9 0.09 MB 177 35
279,615 279,615 0000000000000001be99e9635ea5a43c585d32dfa7af51c54f1bf98c63f40658 0.12 MB 293 44
279,614 279,614 0000000000000002084811572a791a46311a1f84e96325b9341b86c0d8427171 0.01 MB 5 58
279,613 279,613 0000000000000000e6b2c90314dbb9c220ded514ce0bc0fed7ac7cf7799ab43e 0.23 MB 462 52
279,612 279,612 00000000000000024e506da23ccfde8a0dac796d45de624e44f5cda35588313c 0.17 MB 259 29
279,611 279,611 0000000000000001ba7e4893ed59cd1fdaa4bccc3439ed3742ac8f9c035df683 0.10 MB 196 23
279,610 279,610 0000000000000000a50b6b13c6e1128d20351b01a5621ca32d6759b9c7b87aa6 0.19 MB 332 36
279,609 279,609 00000000000000007186062436a119b1bbc180a9db63a126d6f5744c49059b61 0.03 MB 82 51
279,608 279,608 00000000000000015deb303ee2056959bc68e5321ba1ab95e4019843aab18ee4 0.24 MB 474 48
279,607 279,607 0000000000000002ba6d8d8a7dd8d21e2226ea03eae72d76c7d1406ac4f2496d 0.06 MB 152 40
279,606 279,606 000000000000000032cc00c93a18177829c55ff8a6e8eba679d4f93a0b8f3b64 0.00 MB 1 0
279,605 279,605 000000000000000113537b5df56cbc1ef68d90028346db30f9901c2cf52e1ecc 0.38 MB 623 48
279,604 279,604 000000000000000043daec7fdafd2847dc34429a0ecbf02ffaf76eb262a308d2 0.25 MB 660 69
279,603 279,603 0000000000000002bdc0244d74dcb277d9e7bb55df54f685992940b2230cebd2 0.53 MB 756 31
279,602 279,602 0000000000000001d05cef83d5d4236bd0b59c0dbe44009c2b870785e5baeda4 0.05 MB 121 86
279,601 279,601 0000000000000000a7dd9b277a34da2628c25eeab6753837c11c5de96926077a 0.24 MB 512 39
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.