Memory Pool Memory Pool Refreshing

4,419 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,163 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (795,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,982 111,982 00000000000100d9b721fcbc19e4818ea3a50d98867bc1b888b2ec42fca39b7c 0.00 MB 17 0
111,981 111,981 00000000000032d722214a0acfd9a74322021248678c7685dbecb12fe511d234 0.01 MB 5 0
111,980 111,980 0000000000002900eb47f752629926b17ca5ef564a2f4d8ceee6a7b2f4eab5b7 0.00 MB 9 0
111,979 111,979 000000000000de56a3d976ed539299764f29afefc5ca78f4d842744e6bbf1d85 0.00 MB 8 0
111,978 111,978 0000000000007c2a97f1a8882a00d3b77afc22714b8a80981dff26ab088a62cf 0.00 MB 6 3
111,977 111,977 000000000000a72e99cd7c8083797e25a29369bd39e521712ce75ab1efe33123 0.00 MB 12 0
111,976 111,976 0000000000008731ef0e559f445cc2c2f832479092bb6783c9357642684e1f4b 0.00 MB 8 0
111,975 111,975 00000000000104905bff27e1478c07241b61fa0c39822fd41139e767b82e09d8 0.00 MB 5 0
111,974 111,974 0000000000002cd6351c550d2b3f0802298d314e9d3b8b30b5a636cc1649f0a5 0.00 MB 11 0
111,973 111,973 00000000000096d3b4d922e2ac6c922dafac966346a737534925a6830d8997b2 0.00 MB 12 0
111,972 111,972 000000000000bb89d2a9820f8281dcd23f12e8dcac0e74ca4bc29734e88bd277 0.00 MB 11 0
111,971 111,971 000000000000ec061bda195d1dda0cf29c914d9c28fc3addac54640bd0ca0d67 0.00 MB 12 0
111,970 111,970 000000000000e75fd1dcabf380d4de6c5ef079f50e15ae080554c4628531b96e 0.00 MB 1 0
111,969 111,969 00000000000068a7cdd539966a3969e4ad941894411c1c34c82b419afc5bf0f3 0.01 MB 23 0
111,968 111,968 00000000000058f776fb81ef394f7afa1b1df9a29f3c39820fa3f4120d44911f 0.00 MB 11 0
111,967 111,967 0000000000003259f9b031a2cea1ba4460360fbd6aa5eab660238ee1d5c73f19 0.00 MB 6 0
111,966 111,966 000000000000d726fe4801231df2f918f0f4d691549f9d6713cb0de27e0aa0b3 0.00 MB 7 0
111,965 111,965 0000000000000c010b1b018e7e6ec1e23b3f370a06b0b3379e46ce72d9e02794 0.00 MB 4 0
111,964 111,964 0000000000006c20e49520e72b5aff2812c4d8a421d926b5553ead35fef30cdb 0.00 MB 1 0
111,963 111,963 00000000000117b3b45bf728edb96f007a8a63a12be392b82eadef0c03b7be10 0.00 MB 5 0
111,962 111,962 000000000000902a24192fc2aa066df198aab6f6304df260ab39e213e25cc1c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.