Memory Pool Memory Pool Refreshing

1,214 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (71,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,672 836,672 00000000000000000000cde22ca97446b4f839351e21c84b484ac4e6bd0044b1 1.68 MB 3,353 27
836,671 836,671 0000000000000000000172e7a0bff43670ee1ce52f0bac545d2025950494711c 1.71 MB 2,818 18
836,670 836,670 00000000000000000002b360b7958a2fdd4a745249a8f1649acaa1141aae84ee 1.19 MB 502 10
836,669 836,669 0000000000000000000273345a38f087cf2dbb199335116d2d904a011b8e4fd6 1.27 MB 1,257 12
836,668 836,668 000000000000000000033d9377540c2827688893e6bb121fe8e19df95aca8748 1.58 MB 2,124 13
836,667 836,667 0000000000000000000186d955e71c5519ac84b9604ceec6b10bdf6afe106c14 3.99 MB 8 50
836,666 836,666 000000000000000000029531fe87f1f6bae402cf0cc0cafe9cbd4d0403a376c5 1.68 MB 3,518 23
836,665 836,665 00000000000000000001badf6e5e6ab86154ba9df28ffef4c789b9ff0cfac8cf 1.20 MB 973 9
836,664 836,664 00000000000000000001cef5e74d8a401bb01f4d07521142ed2d9f5c51233954 1.72 MB 2,466 14
836,663 836,663 00000000000000000001f59f5dfd51dcad8888ffbfc05f559a74ad0a52f7eadd 1.66 MB 3,306 21
836,662 836,662 0000000000000000000167a2ffc3c60874f4b6e6ebcdecfa06fff1313d2b2e31 1.56 MB 3,308 34
836,661 836,661 0000000000000000000106cbdf4a37249f46e92925672e6e4708179707947927 1.75 MB 3,751 14
836,660 836,660 00000000000000000000593f6685331f2ca3eb65cb93b6e9fb0f36e1a4c1e3ea 1.51 MB 3,519 27
836,659 836,659 0000000000000000000029cafb96cc5c13383aecbc9d1d83a4812f91afe03498 1.60 MB 3,397 23
836,658 836,658 0000000000000000000327e5746684e1eb55d7de183e735e48f0a3f841dc8cba 1.32 MB 1,350 12
836,657 836,657 00000000000000000001d9aeddaa62cebe36b641ba7e9c53f7efe61a7824a71f 1.18 MB 1,157 11
836,656 836,656 0000000000000000000339ee4aa15644fa72afbd1de9f2e3ae84600413667176 1.68 MB 1,980 11
836,655 836,655 00000000000000000000136eaa6a651828aaa39b0e1dbbb3b23589a009656105 1.66 MB 3,269 17
836,654 836,654 00000000000000000002c86416b466d93a33da8b7e7a966ef1ce8cb0c5614aaa 1.63 MB 3,591 33
836,653 836,653 000000000000000000000dc3d63b42286e745d8b31b4a396a6af42c9106fcb05 1.05 MB 368 9
836,652 836,652 00000000000000000002cf074c7f6414a244415f30ea0f8469e36f36970fc653 1.76 MB 3,609 15
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.