Memory Pool Memory Pool Refreshing

7,408 transactions
3.90 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
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (771,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,036 136,036 000000000000021c3b86d7876f8c0eafdf0d002a33e58d127beb733dcacc6225 0.01 MB 15 78
136,035 136,035 00000000000007ef158900fd55224b5a22f5218136db475de6216a38350486d7 0.01 MB 26 704
136,034 136,034 00000000000009e5a93608edcbe2d40cf517d3bfa17137140c52a87320c9a498 0.03 MB 41 1,139
136,033 136,033 00000000000005577a5aef9aa34d1c5ecac686f1c2e9d278ed94ec0770c0726b 0.00 MB 4 17
136,032 136,032 000000000000078d440886d1761bfd0889f4ff0235b8208b9417a886617c169e 0.02 MB 82 234
136,031 136,031 00000000000000dc84ffd79d0306edcd45d442b0c69dceb2dc9d7d7aa5cf08c3 0.00 MB 12 347
136,030 136,030 00000000000003a2271b7622c042cc6ec6c0a06525e387994d0619744a892fe5 0.00 MB 14 264
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 0.00 MB 1 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 0.02 MB 35 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 0.05 MB 146 246
136,026 136,026 0000000000000025f1412903d6e44c41cacffc564d70a4826933c145d2e28101 0.01 MB 15 643
136,025 136,025 00000000000008d213f9b8779932682c60780181776ec0184b30d98dd435bfdf 0.00 MB 14 250
136,024 136,024 0000000000000a0e9c456ac1aae34c0909741a585ad16908c8777f852a8d78d4 0.01 MB 29 767
136,023 136,023 000000000000062eedb932fad70f4324427ac443964b8bdd522dd1856daf83bb 0.01 MB 38 844
136,022 136,022 00000000000006dbdb1523fc56c58239b891c3350080e296d6d40a90f02b4455 0.00 MB 10 734
136,021 136,021 00000000000008507ca6db7473d499d8872a4309111c9eba15ab845edee7be7e 0.01 MB 51 631
136,020 136,020 0000000000000435f122d6f24142bfe6765457b64fe8e52951ae22489561c25d 0.00 MB 10 810
136,019 136,019 000000000000046050d35c566b676d47fc0429e711140533b0201427fc1b627e 0.00 MB 5 1,941
136,018 136,018 000000000000079a06b3a87a62247869ea698a87a6e8920fd5334ef804a66cc5 0.03 MB 113 176
136,017 136,017 00000000000008b74553b863847643e93461ed383ee3bf52b3575b6b5e2ce207 0.02 MB 53 638
136,016 136,016 00000000000006b925259d7439ae6cb6ac70d3ece64a52e785071942815c9f77 0.02 MB 27 168
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.