Memory Pool Memory Pool Refreshing

9,963 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (795,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,987 111,987 000000000000886de0f53e084b6fd42dafb648f33bc015a52dc36de88fc589c0 0.00 MB 2 0
111,986 111,986 0000000000007c8ee32cb2748578f496ab3f5787f5278b885e388dbda40c2ff4 0.00 MB 5 0
111,985 111,985 0000000000003719bab2cb3f6b4984a923af4c08fba8bcf9d451825fed9b9d25 0.00 MB 1 0
111,984 111,984 000000000000022042381c44522bc434dfed61a33c6d6641c45027d7068951b6 0.00 MB 1 0
111,983 111,983 0000000000010ad4b0c29c0bcb85a61b85bc79ecb9a3c0a7f878356fc579b2fd 0.00 MB 10 0
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
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.