Memory Pool Memory Pool Refreshing

3,218 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (101,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,963 805,963 0000000000000000000118617d9a9024e05735547ea143acf9182855268f2378 1.87 MB 4,880 10
805,962 805,962 00000000000000000001d046b2305dc9dab75d21bb52d685e9e047c56d6f652a 1.83 MB 5,163 8
805,961 805,961 00000000000000000001200f0ef32a9050e15cf20cce23d37b4bda141dccf5b0 1.79 MB 2,857 12
805,960 805,960 000000000000000000017b03aff0e4d3bf51f7846021f7080887ebb0ae2b2160 1.62 MB 2,369 12
805,959 805,959 000000000000000000010d81de59c3cff9d78e5e256912660c0e5f1eaf919c43 1.42 MB 2,265 16
805,958 805,958 000000000000000000041de867448422c504de15055ae9df38bc700f691a42da 1.72 MB 3,910 11
805,957 805,957 00000000000000000000ea9ba5b1a6702e4180ce4fc3e19f28b57be406fa7ebb 1.97 MB 5,987 10
805,956 805,956 00000000000000000000bccc4df1bb208f5fb50e1c0fb3dc0278cbfacad5233c 1.91 MB 1,638 10
805,955 805,955 000000000000000000042ff5320beda37baae2a2b0c19a3973dfc8874083fcf4 1.30 MB 2,069 19
805,954 805,954 00000000000000000004365dd55c067fff277c210ee8e39341834c5537b8ba0b 1.52 MB 1,958 13
805,953 805,953 000000000000000000031a4db53cd73edd92d27008772db22ba07ceb52d8d9e2 1.48 MB 3,307 21
805,952 805,952 0000000000000000000044364bd0dec77b94e50a3650107758d931ef3aac2714 1.38 MB 3,000 24
805,951 805,951 000000000000000000019053f855dd6f0ddd102a3e3fd8701338ea2d30751856 1.60 MB 3,542 12
805,950 805,950 00000000000000000002ed12c0848a6a4ac926ae42be22b2f5e4ed9c67632f04 1.39 MB 2,323 13
805,949 805,949 00000000000000000001354e34a43c9914a411d0648ff515d529adf2a30ffcd9 1.68 MB 2,488 16
805,948 805,948 00000000000000000000ee09e89486b5cbdfb771be970a0e7b50502d33a6374e 1.24 MB 1,694 21
805,947 805,947 0000000000000000000324a12ff21ba3fef3fcc33911c2292e29b837c3542dde 1.27 MB 1,017 9
805,946 805,946 00000000000000000002d463849f210b585b57a1b5d6ec8ff405dd738d156cad 1.86 MB 4,005 13
805,945 805,945 0000000000000000000067c837f17d343b3d4e2cf2109c4261525f10520a873e 2.00 MB 6,001 11
805,944 805,944 00000000000000000004973d81e62859e217ebd1965b04231296fae3a3d07fcb 1.88 MB 2,337 14
805,943 805,943 0000000000000000000263253270e4e8d0d7a8fe820be4c834ca431e16c53e44 1.49 MB 3,397 23
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.