Memory Pool Memory Pool Refreshing

13,579 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (724,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,695 183,695 00000000000008aaf1ccd61649c9862c02bb4f007762c03bcce7ad5583661256 0.12 MB 340 130
183,694 183,694 000000000000057814495385a48449123801855d3037ae99a8a194a414c06dfa 0.28 MB 733 226
183,693 183,693 00000000000003337f1db992ff2017133f86ded8d039cf22a86bc04e8b3fcf3e 0.00 MB 12 14
183,692 183,692 00000000000003db98424c970fdbc6114f28fe389e182d3ba5a4cc64aefd6e12 0.00 MB 7 0
183,691 183,691 00000000000007fc26f3d097e461e0f4626c750ef3f35241d3577057411fbc31 0.04 MB 75 112
183,690 183,690 00000000000006d3d3326178b085cb0b2f4f419e1dc1aede49ff14b8dc59ca63 0.07 MB 167 185
183,689 183,689 000000000000049603219b1b4ed75bf6b6ca9776ed7ee1877ca9fb0a59698795 0.17 MB 320 111
183,688 183,688 00000000000005e98d404d8d2c933a5b6162d7405c54445e9a8f909fb84bc078 0.11 MB 266 153
183,687 183,687 000000000000054b3d4559274bcc46220a0c1324bdc2ced75a2dc9fcd2120a66 0.03 MB 22 74
183,686 183,686 000000000000078bd5f70e979ec1328336bcce1d447d6f9855c035b4839f01fb 0.06 MB 110 187
183,685 183,685 00000000000001c8641697915c7f2252bbb4efb37eca33860ec496be3c965aaa 0.17 MB 440 255
183,684 183,684 0000000000000577686c1039e9110a23e0db523af75d13d5401a5cae3dd9c595 0.01 MB 41 257
183,683 183,683 000000000000094073009b308a5401f32971b5b3aaca9416420048205d515579 0.06 MB 133 152
183,682 183,682 0000000000000707d9cee22373abfa588f7e5e551393559ae86c57cb87d1f36a 0.03 MB 70 143
183,681 183,681 00000000000001bfbd0b13d609259fe8bcc064c13b0bf32386a381e8698c6471 0.14 MB 323 176
183,680 183,680 000000000000003f38e024f3a83c74116d9708e954f7fd075ad2b7e4d9f4c2f2 0.00 MB 5 0
183,679 183,679 0000000000000396fce1f4653748fc28d535a96bf864dfa22a12a92eaa272772 0.15 MB 370 153
183,678 183,678 00000000000004388d4efdabbecd4df62c6d4726fe19d1d2919287a440e04625 0.10 MB 217 119
183,677 183,677 00000000000000c584e05f0761a8e494d73f46ad0008f879ee2f8c5299380dc6 0.01 MB 20 113
183,676 183,676 00000000000000df8accb0ff6a61707374143f67f9bf6a9ba0405dd0e978d1ea 0.25 MB 580 133
183,675 183,675 00000000000005b47c9438698f92ec48c71c758cc413e09d248caa679688ae25 0.05 MB 95 102
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.