Memory Pool Memory Pool Refreshing

660 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (733,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,091 174,091 0000000000000a28fa1d53dbeb0d79a9075a0a099c81af6dfc4e71492af510a4 0.03 MB 45 10
174,090 174,090 00000000000001ee32912ce2da69a17fb2e64fc641f005189b591fb2a0b22fbf 0.11 MB 154 171
174,089 174,089 000000000000025fde57a2c6e28a54590910e243a6b079d83f9a8de3937a80a2 0.02 MB 41 60
174,088 174,088 0000000000000316a2b0a5d4f00bd0c9f2bd0edd441834bef04664ace22df072 0.01 MB 16 56
174,087 174,087 00000000000001f5f9c208b1d2a959fafc2b434e7eee61faa009a9c367f96b98 0.03 MB 62 47
174,086 174,086 000000000000026f5ad769a332f0209bf816ee26e0a537bed0107056eb188678 0.02 MB 49 43
174,085 174,085 0000000000000368c136433050790e7631558b20f69cb40cde800ff59557045d 0.00 MB 8 366
174,084 174,084 00000000000000d7d42fd8dc29b6de802c88e8d385e15f32d2483a3837bfc13a 0.00 MB 4 0
174,083 174,083 00000000000000b2d40dfcd09211724dbd70388c1c3069c8f5fc6091010668f4 0.01 MB 24 28
174,082 174,082 0000000000000a03efef5a85d73b7902c62090414303dd82a3943095b5a11640 0.03 MB 19 37
174,081 174,081 000000000000018a014753667b59c8c968960211fadbe9c396f3e98b58479e3a 0.00 MB 10 139
174,080 174,080 000000000000053276d3bc1d844527bd38b6cf198f898917af1d07866505776f 0.01 MB 10 631
174,079 174,079 000000000000067ff49714aab590eda1257f410838dfc64ae6e20a140e086498 0.03 MB 95 7
174,078 174,078 000000000000077f7f94f3fbfbe54872002f3cee3600f6313a327dcff36db0fb 0.02 MB 37 280
174,077 174,077 00000000000009b052f84a61c0b2042ebd64e2d17abd36186789e93668bddca2 0.04 MB 64 83
174,076 174,076 000000000000088d679075f402769a817336551552d96efb85697dbafa115404 0.06 MB 99 662
174,075 174,075 000000000000061da3511d4dbdc6acdf059c3b4ff67e2c7e2af5ae500ba273bc 0.02 MB 54 77
174,074 174,074 00000000000002b62032bc8f9980031477f0eef7d4e4ce842fe13a3fae6c2f72 0.00 MB 4 80
174,073 174,073 00000000000004e07d91866b8d1ce6f8caf13bc478fa3bdba1d5421f0f37ced7 0.01 MB 41 24
174,072 174,072 000000000000081620a1108c4e38ce61cba47ab1baf7ce909208b54274ff6479 0.01 MB 38 73
174,071 174,071 0000000000000473ab117ee15ce7752f822fb61ffe8196707e73eb4547183215 0.00 MB 9 17
Previous 10 blocks ↓
Total Size: 769.10 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,628.58 GB sent, 93.38 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.