Memory Pool Memory Pool Refreshing

8,603 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (592,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,032 315,032 000000000000000036bd5ea73edc2908781e096ded7d2a725a2eba7ca663be70 0.13 MB 147 17
315,031 315,031 00000000000000002e8822092d03dd1774fa32265be2cb6a616b0d9b010e5eda 0.10 MB 130 25
315,030 315,030 000000000000000017933707a9fea48ae562aa1ecd6a27b6c5d64b9f4a96c979 0.25 MB 398 26
315,029 315,029 000000000000000031180913441b2b331faab03a9f5f000facd9b825ac071b4e 0.59 MB 983 24
315,028 315,028 00000000000000000f0c7d9b568c114ce3a527c2a015c75c368c43185d2a9166 0.32 MB 544 26
315,027 315,027 000000000000000027d9a4c8c208f49318fa3307861ec53a1a8b706256909464 0.01 MB 26 30
315,026 315,026 00000000000000002424a1976c116c4f5d53e892756715f5fbca72623faf951d 0.25 MB 488 30
315,025 315,025 00000000000000000a24aaa41f81315d58adb62ef7c196c9766ae635020cbcfd 0.11 MB 174 20
315,024 315,024 0000000000000000000181f37629e8b80debca2c295c350cb1bd156e7e1a25ee 0.49 MB 846 23
315,023 315,023 000000000000000027244c55854b585fa440ed33a19fff96d9b0d9ac18cccd09 0.09 MB 256 45
315,022 315,022 00000000000000002a75bdb189945dba3511a99d517d0d2e8807737b9c494011 0.07 MB 87 21
315,021 315,021 00000000000000002396d630268543f5e4b9d000dc480365a549d7beec543cf7 0.07 MB 87 16
315,020 315,020 00000000000000000030171f074c8320b9e21e45ba7284eb1b4b9aabb5df3ec8 0.09 MB 236 12
315,019 315,019 00000000000000003602591b546b84c5a66c7775f57b970d553b0c33f13d546d 0.12 MB 199 28
315,018 315,018 0000000000000000321529cc79be8d95ba2d00ac8d0022974b1ad6cc6034d0c9 0.04 MB 69 11
315,017 315,017 0000000000000000149c553a1c9ad80e5b6028d789b0c0ee1ed91e1ed4e50557 0.15 MB 146 19
315,016 315,016 0000000000000000277df6782a26dcbfcfc7f2862adcae30d13e23640b7fa568 0.42 MB 746 26
315,015 315,015 000000000000000036682b17a1e3504809df28eedbbecbf72dbf981e0b437e5f 0.06 MB 158 34
315,014 315,014 000000000000000020567f50485b5458e53c2dec8b85b5255f1d6507f021a19f 0.16 MB 190 14
315,013 315,013 00000000000000000ee625010fc5eb1070f5a9eb44878ee44116cd11406aa8f6 0.21 MB 512 33
315,012 315,012 00000000000000002b8062fbcf1c30062fd5b51c1c865f24bd279a7fdef97b1b 0.14 MB 260 20
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.