Memory Pool Memory Pool Refreshing

9,699 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (896,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,865 10,865 00000000f464cee589485295f109b88597c8475193bd48f765a37b7677739d41 0.00 MB 1 0
10,864 10,864 00000000c44f73be23e79a6040a695b0879f9760a06d1d2ac8708028175991e5 0.00 MB 1 0
10,863 10,863 00000000c314ae1d52abb6bf177a96a5a00992f5475b4952d6531b95ff66e4f4 0.00 MB 1 0
10,862 10,862 0000000057fd7d115d555f0e0081bb9eb6838a95573a7b3377f1eeba1116fdf1 0.00 MB 1 0
10,861 10,861 000000003c78c9c2c09b4e2f389299ba70486961d22b3d6b196180448769e703 0.00 MB 1 0
10,860 10,860 00000000b5fb1f6774eab6e6421f1d2792d948c4cad8e2c7eed4638ee8b5b0ba 0.00 MB 1 0
10,859 10,859 0000000091b2223c86d065587048ea673d7f7df295ea36d0052e02fcaf2d45a5 0.00 MB 1 0
10,858 10,858 000000006d0eae3a6dd66f3dc8a03ecc89ffcf53f90fcda67597b40fea74f61c 0.00 MB 1 0
10,857 10,857 00000000967d1399f3ba107875054216b0c00bfbac139629911658f4f366d645 0.00 MB 1 0
10,856 10,856 00000000f93007c183383852bc6779817866cdd085bbfba065c5091a76939722 0.00 MB 1 0
10,855 10,855 000000003ba8732cf0fe9060f66a6c6f167d8e5919eb58f6a0db5bd9323dc3db 0.00 MB 1 0
10,854 10,854 0000000000bb9cdd5874295154cd7f4703ea05413b7499847df33b1911e5a58e 0.00 MB 1 0
10,853 10,853 000000001ef6b3e5b700f8dc843ba7379877f34d42d2cc3c31ccc0db7b17ff6d 0.00 MB 1 0
10,852 10,852 0000000043b0f5be9ff26a3aef1290bd09cb51c5c72d3f9ef8f6443f9756d597 0.00 MB 1 0
10,851 10,851 000000001c65478343a5025d538ae6be9d263fcfed197afaa1ab9f2b5e95de03 0.00 MB 1 0
10,850 10,850 00000000cb55036deac00f72590cdc825d4a806dd90ba3a7e8a7161eb1617669 0.00 MB 1 0
10,849 10,849 00000000ad185dbad1e63b15d377c55483d875b195e8e29fa4f71cf78e0195f8 0.00 MB 1 0
10,848 10,848 00000000f60169413026b4dc51c02a0e7909919a45276e9b571c56df7b3ac259 0.00 MB 1 0
10,847 10,847 0000000035615e8e3a43542bbc0d4f7a0ea7f3263543512497182019e236022f 0.00 MB 1 0
10,846 10,846 00000000dadeeb3092bb7d72fc22d75997b0fe8724f73d31b496525f74cb939a 0.00 MB 1 0
10,845 10,845 00000000ed957b56213efb5060309992d97de70f4c84e4263b3eb0e185e57583 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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.74 GB sent, 93.00 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.