Memory Pool Memory Pool Refreshing

7,873 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (22,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,849 884,849 00000000000000000001f7512e9c1e8053000fd3efb2355a62cd815219c700ee 1.66 MB 3,890 4
884,848 884,848 0000000000000000000019fe459d9a1f67de9f7d5f9e677c99375a23eec76602 1.70 MB 4,277 4
884,847 884,847 00000000000000000000859a54e35fdc627f1ed659cf9e5fba8c00f656c94983 1.85 MB 4,856 3
884,846 884,846 00000000000000000001f4c0c45026651dbbad3dc73d4785949b26b753c1fa4e 1.86 MB 4,647 4
884,845 884,845 00000000000000000001600adb0d179157eeb7c4f062ee16683cf6ccdfcd209d 1.67 MB 4,358 4
884,844 884,844 0000000000000000000097d90e2de97b6faa94914ae545aed09551038d8b2cfa 1.71 MB 4,375 4
884,843 884,843 00000000000000000001922f9b084305ee14afc7078a74612c7b72e6b1e708bb 1.63 MB 3,626 7
884,842 884,842 000000000000000000006dd4a8e3386a68ce2605cccee697c493e6c0d14396b4 1.60 MB 3,758 6
884,841 884,841 000000000000000000026ecc86504d325e707c97228a1c03c65467fa4cde32d6 1.53 MB 3,327 4
884,840 884,840 000000000000000000016483f7f761d4a5f872fe765cbeecf8cbf40bea1c3727 1.75 MB 4,268 3
884,839 884,839 000000000000000000026ae19e7fd0327567c6561fe9946e72f80027076be86c 1.75 MB 4,284 3
884,838 884,838 000000000000000000025a05b5d2ea37d910fba632af590a3e8348dda673068c 1.75 MB 4,683 4
884,837 884,837 000000000000000000006961672743bb3c6d28b2553796950ede92c173f7f9d1 1.54 MB 3,637 5
884,836 884,836 000000000000000000010dc0735c5dbafc7cdb1cea26d184b9e5ae9cd4321cf2 1.75 MB 3,138 4
884,835 884,835 0000000000000000000028ea12c46b5026f31c2dc1914abed28f9db47e1081c6 1.67 MB 3,847 9
884,834 884,834 00000000000000000002001f5013421126fbb581c89ac9b658a9caa03c35a9ed 1.66 MB 4,178 5
884,833 884,833 0000000000000000000015caa123d477a16ddeb63ec362f0275a3762a5f3e4b2 1.88 MB 5,266 3
884,832 884,832 00000000000000000001fb33d6adf6d4d285a0dcf8aafd8ef9d95945086b30d8 1.59 MB 3,626 6
884,831 884,831 00000000000000000000abe4a19c8939b91d6011950289faf4667781b5cb4ac4 1.88 MB 5,014 3
884,830 884,830 0000000000000000000089b43bc1a19ff1f8515e336d3c354bacba0fb64cc3f4 1.46 MB 2,138 4
884,829 884,829 00000000000000000000dbd2b14266e5e96fe3bc7ae148d0519c857e9f61e8db 1.56 MB 3,409 10
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.